Antpool API

Public HTTP API for Antpool, Bitmain's Bitcoin mining pool. Account operators can read account balance, account and worker hashrate, worker lists, payment history, and pool statistics. All private interfaces are POST, form-encoded, and signed with an HMAC-SHA256 signature (userId + apiKey + nonce, keyed by the operator's API secret). Rate-limited to 600 requests per 10 minutes per IP.

API entry from apis.yml

apis.yml Raw ↑
aid: bitmain:antpool-api
name: Antpool API
description: Public HTTP API for Antpool, Bitmain's Bitcoin mining pool. Account operators can read account
  balance, account and worker hashrate, worker lists, payment history, and pool statistics. All private
  interfaces are POST, form-encoded, and signed with an HMAC-SHA256 signature (userId + apiKey + nonce,
  keyed by the operator's API secret). Rate-limited to 600 requests per 10 minutes per IP.
humanURL: https://www.antpool.com/userApiGuide
baseURL: https://antpool.com
tags:
- Mining Pool
- Cryptocurrency
- Bitcoin
properties:
- type: Documentation
  url: https://www.antpool.com/userApiGuide
- type: APIReference
  url: https://www.antpool.com/userApiGuide
- type: Authentication
  url: authentication/bitmain-authentication.yml
- type: Conventions
  url: conventions/bitmain-conventions.yml
- type: RateLimits
  url: rate-limits/bitmain-rate-limits.yml