Welcome to Biya Chain API Documentation

Biya Chain provides a suite of APIs to interact with the blockchain network. Access account information, blocks, transactions, staking operations, and more through our unified API platform.

Available APIs

Biya Explorer API

Query account balances, blocks, transactions, and validator information

Biya Stake API

Manage staking operations, delegations, and rewards (Coming Soon)

Quick Start

Get started with our APIs in minutes:
  1. Choose an API: Select from the available APIs above
  2. Get an API Key: Sign up to receive your authentication credentials
  3. Read the Documentation: Explore the API endpoints and examples
  4. Start Building: Integrate our APIs into your application

Features

RESTful APIs

Standard REST endpoints for easy integration

Real-time Data

Access up-to-date blockchain information

Comprehensive Docs

Detailed documentation with examples

Base URL

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

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.