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
Chain | Blockchain API | Wallet API | Realtime API | Smart Wallet |
---|---|---|---|---|
Bitcoin | ✅ | ✅ | ✅ | 🏗 |
Ethereum | ✅ | ✅ | ✅ | 🏗 |
BNB | ✅ | ✅ | ✅ | 🏗 |
Base | ✅ | ✅ | ✅ | 🏗 |
Avalanche | ✅ | ✅ | ✅ | 🏗 |
Solana | ✅ | 2024.Q4 | 2024.Q4 | 🏗 |
Dogecoin | ✅ | ✅ | ✅ | 🏗 |
Bitcoin Cash | ✅ | ✅ | ✅ | 🏗 |
Litecoin | ✅ | ✅ | ✅ | 🏗 |
TON | ✅ | 2025.Q1 | 2025.Q1 | 🏗 |
Sui | ✅ | 2025.Q1 | 2025.Q1 | 🏗 |
Aptos | ✅ | 2025.Q1 | 2025.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"