get https://ag.eqhub.eqbr.com/api/v1/nft-kits//issuances/token-supply
Returns the total supply of specific NFT.
Response
| name | Type | Required | Description |
|---|---|---|---|
| total | Number | True | The total number of data matching the criteria. |
| data | Object[] | True | An array of data corresponding to the requested range. |
data
| name | Type | Required | Description |
|---|---|---|---|
| token_id | String | True | A unique identifier of the NFT managed in the contract. |
| token_supply | String | True | The total supply of the specific NFT |
