A comprehensive index of Bitcoin Cash token metadata. Access token information, registry data, and metadata through our powerful API.
Bitcoin Cash Metadata Registry
Comprehensive coverage of Bitcoin Cash token ecosystem with real-time indexing and metadata access.
Token categories indexed and available through our comprehensive registry.
Individual tokens tracked and indexed across all categories in the Bitcoin Cash ecosystem.
The BCMR Indexer provides comprehensive access to token metadata, registry information, and detailed token data for the entire Bitcoin Cash ecosystem.
Query tokens by category ID for basic metadata
Access detailed NFT metadata with commitment values
Retrieve latest registry records for any category
Complete metadata for all fungible token categories
Detailed metadata with commitment-based lookups
Latest registry information for all token categories
Access token metadata and registry information through our RESTful API. Simple, powerful, and comprehensive.
Get specific token metadata for FTs and generic information for NFTs by category ID.
Retrieve detailed metadata for specific NFT types using category ID and commitment values.
Access the latest registry record for any specified category ID with complete metadata.
// 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);
The BCMR Indexer serves as the foundation for various Bitcoin Cash token applications and services.
Display token information, logos, and metadata in Bitcoin Cash wallets for enhanced user experience.
Provide comprehensive token information, pricing data, and trading history for marketplace users.
Track token performance, analyze trends, and provide insights using comprehensive metadata.
Comprehensive indexing and metadata access for the entire Bitcoin Cash token ecosystem.
Continuous indexing of new tokens and metadata updates across the Bitcoin Cash network.
Indexes all token categories and individual tokens across the entire Bitcoin Cash ecosystem.
Simple, standardized API endpoints for easy integration into any application or service.
Access to complete token metadata including names, descriptions, images, and registry information.
Integrate the BCMR Indexer into your application and unlock comprehensive access to Bitcoin Cash token information.