Bitycle Business
  1. Security&Privacy
Bitycle Business
  • Getting started
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • introduction
      • request Wallet(Temporary)
      • request Wallet(Permanent)
      • inquiry payment
    • Blockchain Indexer
      • introduction
      • Blockchain List
      • Contract Info
      • Get Balances
    • Security&Privacy
      • introduction
      • Check Blocked Wallets
        GET
      • Add to watch list
        POST
      • Get watch list
        GET
      • Delete from watch list
        DELETE
      • Get address label
        GET
    • Node as a Service(NaaS)
      • introduction
    • Tokenization
      • introduction
    • Decentralized Storage(IPFS)
      • introduction
    • Hyperledger Services
      • introduction
  • Bitycle Cap
    • introduction
    • Coins
      • introduction
      • Coin List
      • Coin Info
      • Coin Price
      • coin exchange listings
    • Markets
      • introduction
      • Market Price
      • Markets Price
      • Markets List
      • Market Info
      • market sparklines
    • exchanges
      • introduction
      • CEX Aggregator(Buy&Sell)
        • introduction
        • get tradable markets
        • get tradable markets price
        • send otc order
        • get orders
        • get balances
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Security&Privacy

Get address label

GET
/api/bc/address_label
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://chainhub.bitycle.com/api/bc/address_label?address=TDqSquXBgUCLYvYC4XZgrprLK589dkhSCf' \
--header 'Authorization: Token xxx'
Response Response Example
{
    "code": 0,
    "message": "",
    "data": {
        "address": "TDqSquXBgUCLYvYC4XZgrprLK589dkhSCf",
        "entity": "binance",
        "label": "Hot Wallet"
    }
}

Request

Query Params
address
string 
required
Example:
TDqSquXBgUCLYvYC4XZgrprLK589dkhSCf
Header Params
Authorization
string 
required
Example:
{{labs_token}}

Responses

🟢200Success
application/json
Body
code
integer 
required
message
string 
required
data
object 
required
address
string 
required
entity
string 
required
label
string 
required
Modified at 2025-07-19 11:15:15
Previous
Delete from watch list
Next
introduction
Built with