POST
/
rpc
/
Indexer
/
GetTokenSuppliesMap
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": {}
}

Authorizations

X-Access-Key
string
header
required

Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI

Body

application/json
tokenMap
object

map<string,[]string>

includeMetadata
boolean
metadataOptions
object

Response

200
application/json
OK
supplies
object

map<string,[]TokenSupply>