Links
Comment on page

/ntfs/{identifier}/supply

Returns Non-Fungible / Semi-Fungible / MetaESDT token supply details

Parameters

  • identifier REQUIRED(string) - Filter by identifiers, comma-separated

Returns

  • supply: (number) - supply value

Example

Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/nfts/GSPACEAPE-08bc2b-141d/supply' \
-H 'accept: application/json'
Result
{
"supply": "1"
}