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.

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