BCMR Indexer

A comprehensive index of Bitcoin Cash token metadata. Access token information, registry data, and metadata through our powerful API.

BCMR Indexer

Bitcoin Cash Metadata Registry

API v1.0

Index Statistics

Comprehensive coverage of Bitcoin Cash token ecosystem with real-time indexing and metadata access.

8,236
Categories

Unique Categories

Token categories indexed and available through our comprehensive registry.

229,659
Tokens

Total Tokens

Individual tokens tracked and indexed across all categories in the Bitcoin Cash ecosystem.

Bitcoin Cash Metadata Registry

The BCMR Indexer provides comprehensive access to token metadata, registry information, and detailed token data for the entire Bitcoin Cash ecosystem.

1

Query tokens by category ID for basic metadata

2

Access detailed NFT metadata with commitment values

3

Retrieve latest registry records for any category

Token Types Supported

Fungible Tokens (FTs)

Complete metadata for all fungible token categories

Non-Fungible Tokens (NFTs)

Detailed metadata with commitment-based lookups

Registry Records

Latest registry information for all token categories

API Endpoints

Access token metadata and registry information through our RESTful API. Simple, powerful, and comprehensive.

Token Metadata

Get specific token metadata for FTs and generic information for NFTs by category ID.

NFT Details

Retrieve detailed metadata for specific NFT types using category ID and commitment values.

Registry Records

Access the latest registry record for any specified category ID with complete metadata.

bcmr-api-example.js
// BCMR Indexer API Examples

// Get token metadata by category ID
const tokenResponse = await fetch(
  'https://bcmr.paytaca.com/api/tokens/your-category-id'
);
const tokenData = await tokenResponse.json();

// Get detailed NFT metadata with commitment
const nftResponse = await fetch(
  'https://bcmr.paytaca.com/api/tokens/your-category-id/commitment-value'
);
const nftData = await nftResponse.json();

// Get latest registry record
const registryResponse = await fetch(
  'https://bcmr.paytaca.com/api/registries/your-category-id/latest'
);
const registryData = await registryResponse.json();

console.log('Token:', tokenData);
console.log('NFT:', nftData);
console.log('Registry:', registryData);

Use Cases

The BCMR Indexer serves as the foundation for various Bitcoin Cash token applications and services.

Wallet Applications

Display token information, logos, and metadata in Bitcoin Cash wallets for enhanced user experience.

Marketplaces

Provide comprehensive token information, pricing data, and trading history for marketplace users.

Analytics Platforms

Track token performance, analyze trends, and provide insights using comprehensive metadata.

Key Features

Comprehensive indexing and metadata access for the entire Bitcoin Cash token ecosystem.

Real-time Indexing

Continuous indexing of new tokens and metadata updates across the Bitcoin Cash network.

Live Updates

Comprehensive Coverage

Indexes all token categories and individual tokens across the entire Bitcoin Cash ecosystem.

RESTful API

Simple, standardized API endpoints for easy integration into any application or service.

Metadata Rich

Access to complete token metadata including names, descriptions, images, and registry information.

Ready to Access Token Metadata?

Integrate the BCMR Indexer into your application and unlock comprehensive access to Bitcoin Cash token information.