API Reference

The pool exposes a public HTTP API (JSON). These endpoints power the dashboard, per-account stats and the blocks explorer — you can use them to build your own monitor or bot. The endpoint list is auto-generated from the live route table, so it always matches what this server actually serves; the notes on each row are maintained by hand.

Response shape is not uniform. Newer endpoints wrap their payload in { "success": true, "data": … }; most return the payload at the top level, and some return a bare array. Every row below is labelled with its actual shape — check it before writing a client.

Base URL:

:addr
a Grin address (the miner's payout address — it is the account identity)
:key / :slug
a CMS page slug / blog post slug
:id
a withdrawal id, as returned when the payout was requested
envelope
{ "success": true, "data": … }
flat
{ "success": true, …fields } — no data wrapper
raw
the payload at the top level
array
a bare JSON array
csv
?format=csv returns text/csv as a download, not JSON

Loading endpoints…