v1
latestOpenAPI 3.1.02026-07-1288262495.0 KBEVM Balances
List collectible (ERC-721/ERC-1155) balances
Lists ERC-721 and ERC-1155 token balances of a wallet address.
Balance for a specific contract can be retrieved with the contractAddress parameter.
get/v1/chains/{chainId}/addresses/{address}/balances:listCollectibles
Path parameters
chainIdstring required
A supported evm chain id or blockchain id. Use the /chains endpoint to get a list of supported chain ids.
addressstring required
A wallet address.
Query parameters
pageTokenstring
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
pageSizeinteger
The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
contractAddressstring
A contract addresses to filter by.
Response
Successful response
Example response
{
"collectibleBalances": [
{
"address": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
"name": "Wrapped AVAX",
"symbol": "WAVAX",
"ownerAddress": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
"chainId": "43114"
}
]
}