Bitcoin Cash Metadata (BCMR) Indexer

A comprehensive index of Bitcoin Cash token metadata

API v1.0

Index Statistics

8,795
Unique Categories
Token categories indexed
245,759
Total Tokens
Tokens in the index

API Endpoints

Access token metadata and registry information through our comprehensive RESTful API

Token Endpoints

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>/<type_key>/

Returns token metadata for specific NFT types

GET /api/tokens/<category-id>/icon-symbol

Returns token icon and symbol information

Registry Endpoints

GET /api/registries/<category-id>/latest/

Returns the latest registry record for the specified category ID

GET /api/registry/<category-id>/

Returns the registry for the specified category ID

BCMR Endpoints

GET /api/bcmr/<category-id>/

Returns BCMR contents for the specified category ID

GET /api/bcmr/<category-id>/token/

Returns BCMR token information

GET /api/bcmr/<category-id>/token/nfts/<commitment>/

Returns BCMR token NFT information

GET /api/bcmr/<category-id>/uris/

Returns BCMR URIs

GET /api/bcmr/<category-id>/uris/icon

Returns BCMR icon URI

GET /api/bcmr/<category-id>/uris/published-url

Returns BCMR published URL

POST /api/bcmr/<category-id>/reindex/

Triggers reindexing of token registry

Authchain Endpoints

GET /api/authchain/<category-id>/head/

Returns authchain head information

Identity Snapshot Endpoints

GET /api/registry/<category-id>/identity-snapshot/

Returns identity snapshot

GET /api/registry/<category-id>/identity-snapshot/token-category/

Returns token category information

GET /api/registry/<category-id>/identity-snapshot/token-category/nfts/

Returns NFT information

GET /api/registry/<category-id>/identity-snapshot/token-category/nfts/parse/bytecode/

Parses NFT bytecode

GET /api/registry/<category-id>/identity-snapshot/token-category/nfts/parse/types/

Returns NFT types

GET /api/registry/<category-id>/identity-snapshot/token-category/nfts/parse/types/<commitment>/

Returns NFT types by commitment

Cash Token Endpoints

GET /api/cashtokens/

Returns all cash tokens

GET /api/cashtokens/<category-id>/

Returns cash tokens by category

GET /api/cashtokens/<category-id>/<token_type>/

Returns cash tokens by category and type

GET /api/cashtokens/<category-id>/<token_type>/<commitment>/

Returns cash tokens by category, type, and commitment

Status Endpoints

GET /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.