Bitcoin Cash Metadata (BCMR) Indexer

A comprehensive index of Bitcoin Cash token metadata

API v1.0

Index Statistics

8,678
Unique Categories
Token categories indexed
240,285
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

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 and <commitment> with the NFT commitment value where applicable.