NNKPOOLAPI v1 · READ ONLY
English
English한국어中文日本語Русский

NKPOOL PUBLIC DATA

Simple data.
Clear limits.

NKPOOL API is a read-only interface for the pool catalog and public status. Wallets, node RPC and administration data are never exposed.
BASE URLhttps://api.nkpool.org/v1

Endpoints

Available resources

GET/v1/pools

Returns all NKPOOL SOLO pools that are active or being prepared.

TRY ↗
GET/v1/pools/{coin}

Returns public connection and configuration data for BTC, ETC or RVN.

TRY ↗
GET/v1/status

Returns links to the independent status page and live status endpoint.

TRY ↗
GET/health

Returns minimal health information for the API service.

TRY ↗

RESPONSE FORMAT

Predictable JSON

{
  "data": {
    "coin": "ETC",
    "algorithm": "ETCHASH",
    "mode": "SOLO",
    "website": "https://etc.nkpool.org"
  },
  "meta": {
    "generated_at": "ISO-8601"
  }
}
RATE LIMIT60 requests / minute
AUTHENTICATIONNot required
WRITE ACCESSNot available