Discord
Telegram
Twitter
Search
⌃
K
Links
Blast Documentation
📚
Introduction
📖
APIs Documentation
Core API
Aptos
Arbitrum
Astar
Avalanche
Base
Binance Smart Chain
Ethereum
Fantom
Gnosis
Linea
Mantle
Metis
Moonbeam
MultiversX
Accounts
Blocks
Collections
Delegation
Identities
/keys/{key}/unbound-period
/miniBlocks/{miniBlockHash}
Network
NFTS
/ntfs
/ntsf/count
/ntfs/{identifier}
/ntfs/{identifier}/thumbnail
/ntfs/{identifier}/supply
/ntfs/{identifier}/accounts
/ntfs/{identifier}/accounts/count
Tags
Nodes
Providers
Rounds
Results
/shards
/stake
Tokens
Transactions
/username/{username}
POST /query
Waiting-list
Default
/dapp/config
/websocket/config
maiar.exchange
Transfers
OKTC
Optimism
Palm
Polkadot
Polygon
Polygon zkEVM
Scroll
zkSync
Starknet
SUI
Builder API
Trace API
Debug API
Erigon API
💡
Things you need to know
📜
Tutorials and guides
🧰
Blast SDK
🔬
Blast protocol
Running a node
🏠
Introduction: How to Run Specific Blockchain Nodes | Blast API
⛓
Supported Chains
⚙
IP Whitelist - Firewall Rules
🕦
Technical support
💬
Contact
Indexing
💾
Indexing the Klaytn Network
⚙
Indexer node set up
💻
Subgraph Development
Houston Testnet
💰
Blast delegation program
Bware Labs Snapshot Service
⛓
Supported Chains
Powered By
GitBook
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"
}
Previous
/ntfs/{identifier}/thumbnail
Next
/ntfs/{identifier}/accounts
Last modified
1yr ago