Index Statistics
API Endpoints
Access token metadata and registry information through our comprehensive RESTful API
Token Endpoints
/api/tokens/<category-id>
Returns specific token metadata for Fungible Tokens (FTs) and generic token information for Non-Fungible Tokens (NFTs)
/api/tokens/<category-id>/<type_key>/
Returns token metadata for specific NFT types
/api/tokens/<category-id>/icon-symbol
Returns token icon and symbol information
Registry Endpoints
/api/registries/<category-id>/latest/
Returns the latest registry record for the specified category ID
/api/registry/<category-id>/
Returns the registry for the specified category ID
BCMR Endpoints
/api/bcmr/<category-id>/
Returns BCMR contents for the specified category ID
/api/bcmr/<category-id>/token/
Returns BCMR token information
/api/bcmr/<category-id>/token/nfts/<commitment>/
Returns BCMR token NFT information
/api/bcmr/<category-id>/uris/
Returns BCMR URIs
/api/bcmr/<category-id>/uris/icon
Returns BCMR icon URI
/api/bcmr/<category-id>/uris/published-url
Returns BCMR published URL
/api/bcmr/<category-id>/reindex/
Triggers reindexing of token registry
Authchain Endpoints
/api/authchain/<category-id>/head/
Returns authchain head information
Identity Snapshot Endpoints
/api/registry/<category-id>/identity-snapshot/
Returns identity snapshot
/api/registry/<category-id>/identity-snapshot/token-category/
Returns token category information
/api/registry/<category-id>/identity-snapshot/token-category/nfts/
Returns NFT information
/api/registry/<category-id>/identity-snapshot/token-category/nfts/parse/bytecode/
Parses NFT bytecode
/api/registry/<category-id>/identity-snapshot/token-category/nfts/parse/types/
Returns NFT types
/api/registry/<category-id>/identity-snapshot/token-category/nfts/parse/types/<commitment>/
Returns NFT types by commitment
Cash Token Endpoints
/api/cashtokens/
Returns all cash tokens
/api/cashtokens/<category-id>/
Returns cash tokens by category
/api/cashtokens/<category-id>/<token_type>/
Returns cash tokens by category and type
/api/cashtokens/<category-id>/<token_type>/<commitment>/
Returns cash tokens by category, type, and commitment
Status Endpoints
/api/status/latest-block/
Returns the latest block height that has been indexed
API Usage
Replace <category-id>
with the actual token category ID, <type_key>
with the token type, <token_type>
with the token type, and <commitment>
with the NFT commitment value where applicable.