Free REST API for mining pool statistics, coin prices, hashrate data, and exchange information.
Returns total coins, pools, exchanges, and combined network hashrate.
Returns all mining algorithms and how many coins use each one.
Paginated list of all approved coins with current price, hashrate, and pool count.
| Parameter | Type | Description |
|---|---|---|
| algorithm | string | Filter by algorithm (e.g., SHA-256, Scrypt) |
| sort | string | Sort by: name, symbol, hashrate, price, pools |
| dir | string | Sort direction: asc (default) or desc |
| page | integer | Page number (default: 1) |
| limit | integer | Items per page (default: 20, max: 100) |
Full coin details including price by exchange, exchanges listed, market data, social links, and supply info.
| Parameter | Type | Description |
|---|---|---|
| :symbol | path | Coin symbol (e.g., BTC, XMR, ETH, MYDOGE) |
Returns all active mining pools for a coin, sorted by hashrate. Includes pool fee, payout scheme, workers, and hashrate.
Returns current price and 24h volume for a coin across all exchanges where it trades.
Returns historical hashrate and worker count aggregated by hour.
| Parameter | Type | Description |
|---|---|---|
| range | string | Time range: 1h, 6h, 24h (default), 7d, 30d |
Paginated list of all active mining pools sorted by hashrate.
| Parameter | Type | Description |
|---|---|---|
| page | integer | Page number (default: 1) |
| limit | integer | Items per page (default: 20, max: 100) |
Returns pool details including coin, algorithm, fee, hashrate, and worker count.
Returns all approved exchanges with their coin count.
All responses follow this structure:
Error responses: