Start Building

Biya Scan API 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:
Authorization: Bearer YOUR_API_KEY
Keep your API key secure and never expose it in client-side code or public repositories.

Base URL

All API requests should be made to:
https://prv.explorer.biya.io

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": 0,
  "message": "success",
  "data": {
    // Response data
  }
}
  • code: Response status code (0 indicates success, non-zero indicates failure)
  • message: Response message
  • data: Response data object