API.
Get AVATAR
GET
https://api.carbontoken.info/api/v1/avatar/:avatarname
This endpoint allows apps to request AVATAR info if their app has been whitelisted by the AVATAR Owner.
Path Parameters
Name
Type
Description
avatarname
string
Avatar Name
Get AVATARS for Single Address
GET
https://api.carbontoken.info/api/v1/address/:address
Returns an array of all Avatars owned by the given address.
Path Parameters
Name
Type
Description
address
string
Zilliqa Address in Base16 format
Get AVATARS for Multiple Addresses
GET
https://api.carbontoken.info/api/v1/avatars?addresses=:addresses
Returns a JSON object of AVATARS
Path Parameters
Name
Type
Description
addresses
string
comma separated list of Zilliqa Addresses in Base16 format
Last updated
Was this helpful?