v1

latestOpenAPI 3.0.02026-07-26150435405.8 KB
public

GetTokenSupplies

GetTokenSupplies returns the set of tokenIDs used by a contract address, supporting ERC-20, ERC-721, and ERC-1155 contracts, and their respective supply as well.

post/rpc/Indexer/GetTokenSupplies

Request body

contractAddressstring
includeMetadataboolean

Response

OK

contractType'UNKNOWN' | 'ERC20' | 'ERC721' | 'ERC1155'

Represented as uint16 on the server side