---
title: "GetTokenSuppliesMap"
method: POST
path: "/rpc/Indexer/GetTokenSuppliesMap"
tags: ["public"]
---

# GetTokenSuppliesMap

`POST /rpc/Indexer/GetTokenSuppliesMap`

On Sepolia Mainnet, get the token supplies of the minted tokens for a contract address and token ID mapping

## Request body

- IndexerGetTokenSuppliesMapRequest
  - `tokenMap` object — map<string,[]string>
  - `includeMetadata` boolean
  - `metadataOptions` MetadataOptions
    - `verifiedOnly` boolean
    - `unverifiedOnly` boolean
    - `includeContracts` string[] — []string

## Response `200`

OK

- IndexerGetTokenSuppliesMapResponse
  - `supplies` object — map<string,[]TokenSupply>

## Other responses

- `4XX` — Client error
- `5XX` — Server error

---

[API](https://skmtc.dev/sequence/apis/analytics-api.md) · [All operations](https://skmtc.dev/sequence/apis/analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequence/analytics-api/revisions/12db1459a050/schema)
