Index Statistics
8,048
Unique Categories
Token categories indexed
225,336
Total Tokens
Tokens in the index
API Endpoints
Access token metadata and registry information through our RESTful API
GET
/api/tokens/<category-id>
Returns specific token metadata for Fungible Tokens (FTs) and generic token information for Non-Fungible Tokens (NFTs)
GET
/api/tokens/<category-id>/<commitment>/
Returns detailed token metadata for specific NFT types based on commitment
GET
/api/registries/<category-id>/latest/
Returns the latest registry record for the specified category ID
API Usage
Replace <category-id>
with the actual token category ID and <commitment>
with the NFT commitment value where applicable.