Bitycle Business
English
  • English
  • Turkish
  1. Security&Privacy
Bitycle Business
English
  • English
  • Turkish
  • Getting started
  • Bitycle Widget
    • introduction
    • demo
    • widgets
      • Advance Chart
      • Full Chart
      • Overview Chart
      • Fear & Greed
      • Technical Analysis
      • Mini Chart
      • Trends
      • Compare
      • Treemap
      • Ticker
      • Digest(AI)
      • News
      • Info
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • Introduction
      • Request wallet (temporary)
      • Request wallet (permanent)
      • Callback new payment
      • Inquiry payment with trxRefId
      • Inquiry payment without trxRefId
      • withdraw service
      • Buy Energy on TRON Network
    • 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
      • Get address information
        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 information

GET
/api/bc/kyt

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://chainhub.bitycle.com/api/bc/kyt?address=TDqSquXBgUCLYvYC4XZgrprLK589dkhSCf&fields=label,transfers,freeze' \
--header 'Authorization: Token xxx'
Response Response Example
{
    "code": 0,
    "message": "",
    "data": {
        "label": {
            "address": "",
            "entity": "",
            "label": ""
        },
        "transfers": {
            "address": "TAfp7SzA8WeBxQLWmtMAvAj7YYvLvTCjCp",
            "deposits": {
                "okx": 100174.5,
                "mexc": 33200,
                "bybit": 456322.3462,
                "binance": 2347459.799806
            },
            "withdrawals": {
                "okx": 530000,
                "mexc": 45000,
                "bybit": 50000,
                "binance": 55090,
                "gate-io": 300000
            }
        },
        "freeze": [
            {
                "network": "tron",
                "token": "USDT",
                "address": "TAfp7SzA8WeBxQLWmtMAvAj7YYvLvTCjCp",
                "label": "*",
                "count": 2,
                "diff_time": 1950,
                "first": "2025-07-09T12:55:39Z",
                "last": "2025-07-09T13:28:09Z",
                "balance": 175688.632689
            }
        ]
    }
}
Modified at 2025-10-11 13:31:38
Previous
Get address label
Next
introduction
Built with