curl --location --request GET 'https://api-c.walletlabels.xyz/bsc/address?address=0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f' \ --header 'Content-Type: application/json' \ --header 'x-api-key: demo-api-key-x-00000'
{ "data": [ { "address_name": "Uniswap", "address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f", "label_type": "contract", "label_subtype": "decentralized_exchange", "label": "Uniswap V2 Factory Contract" } ] }
Retrieve user-friendly labels for BSC EOAs (Externally Owned Accounts) and Smart Contracts. Labels can be incredibly useful for categorizing your BSC interactions.
Show Label Object