curl --request POST \
--url https://amoy-indexer.sequence.app/rpc/Indexer/GetTokenSuppliesMap \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '
{
"tokenMap": {},
"includeMetadata": true,
"metadataOptions": {
"verifiedOnly": true,
"unverifiedOnly": true,
"includeContracts": [
"<string>"
]
}
}
'{
"supplies": {}
}On Sepolia Mainnet, get the token supplies of the minted tokens for a contract address and token ID mapping
curl --request POST \
--url https://amoy-indexer.sequence.app/rpc/Indexer/GetTokenSuppliesMap \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '
{
"tokenMap": {},
"includeMetadata": true,
"metadataOptions": {
"verifiedOnly": true,
"unverifiedOnly": true,
"includeContracts": [
"<string>"
]
}
}
'{
"supplies": {}
}Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
map<string,[]TokenSupply>
Show child attributes
[]TokenSupply
Show child attributes
Show child attributes
Show child attributes
Show child attributes
[]Asset
Show child attributes
Was this page helpful?