Skip to content

Getting Started

Overview

Bmining is a simple, easy-to-access service. We strive to provide our customers with the best infrastructure on multiple blockchains.

We have built a set of developer tools, enhanced data interfaces, and maintained a superior node infrastructure to make building and running blockchain applications seamless. With Bmining, you can easily access multiple blockchain networks and quickly integrate blockchain applications such as DEX, NFT, etc.

Supported Chains

ChainBlockchain APIWallet APIRealtime APISmart Wallet
Bitcoin🏗
Ethereum🏗
BNB🏗
Base🏗
Avalanche🏗
Solana2024.Q42024.Q4🏗
Dogecoin🏗
Bitcoin Cash🏗
Litecoin🏗
TON2025.Q12025.Q1🏗
Sui2025.Q12025.Q1🏗
Aptos2025.Q12025.Q1🏗

Quick Start

Get Your API Key

To request access to the API, please fill out this form.

Use the API

cURL
curl --request GET \
  --url https://api.bmining.io/v1/chains \
  --header 'Content-Type: application/json' \
  --data-urlencode "api_key=YOUR_API_KEY"