Docs

OpenAPI 3.1.0

icemining API

Reference for public pool data and private account endpoints, including authentication, response shapes, and route status from the OpenAPI contract.

Connection

Public API routes can be called without credentials. Private API routes require an API key generated in the user settings area of the dashboard. Keep keys server-side and rotate them if exposed.

Production base URL https://api.icemining.ca/api/v1
Private API header Authorization: Bearer {api_key}

Send the generated key as a bearer token on every private API request.

Reference

GET /coins

Live

Current public coin and pool snapshot.

Access
Public API
Authentication
None
State
Live

Responses

200 Current public coin and pool snapshot. PublicPoolSnapshotV1

503 Public snapshot unavailable or stale. ApiProblem