Bitmain · Authentication Profile
Bitmain Authentication
Authentication
Bitmain's public developer surface is the Antpool mining-pool API. It uses a signed API-key model rather than OAuth. Each operator is issued an API "Key" and "Secret"; every private request must include the user id, the API key, an incrementing integer nonce, and a signature. The signature is an HMAC-SHA256 hex digest (uppercased) of the message `userId + apiKey + nonce` computed with the operator's API secret. There is no OAuth authorization server, no scopes, and no OpenID Connect.
Bitmain secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.
CompanyTechnologyCryptocurrencyBitcoinMiningMining PoolHardwareBlockchain
Methods: apiKey
Schemes: 1
OAuth flows:
API key in: body
Security Schemes
antpool-signature apiKey