Start Building
Biya Explorer is a blockchain explorer API platform that provides comprehensive data access for blockchain networks. With our unified API, you can easily query account information, blocks, transactions, and more across supported chains.Get Account Balances
Retrieve token balances for any address
Get Account Info
Get detailed account information
Get Account Transactions
Query transaction history for an address
Get Block by Height
Retrieve block details by block height
Get Latest Blocks
Fetch the most recent blocks
Get Transaction by Hash
Look up transaction details by hash
Authentication
All API endpoints require authentication using Bearer tokens. Include your API key in the Authorization header:Base URL
All API requests should be made to:Rate Limits
API rate limits apply to ensure fair usage. Please refer to your API plan for specific rate limit details.Response Format
All API responses follow a standard format:code: Response status code (0 indicates success, non-zero indicates failure)message: Response messagedata: Response data object