get labels by address
curl --request GET \ --url https://api.chainbase.online/v1/address/labels \ --header 'x-api-key: <x-api-key>'
{ "code": 0, "message": "ok", "data": { "address": [ { "category": "social" }, { "tags": [ "a" ] } ] } }
"demo"
chain network id, see list of details
A hex string referencing a wallet address
Show child attributes
{ "address": [{ "category": "social" }, { "tags": ["a"] }] }