Developers

The RelayHood API

Everything the board shows, as JSON, with history behind it. API keys are issued from the console at the Operator tier and above; every call is metered, and that metered revenue is what funds the holder reward pool.

Authentication

curl https://hoodrelay.xyz/api/public/v1/relayers \
  -H "Authorization: Bearer hr_your_key_here"

Rate limits are per key, per minute: Operator 60, Node 600. Exceeding the limit returns HTTP 429.

GET/api/public/v1/relayers

The most recent recorded board: every tracked signer with balance, lifetime and window transaction counts, throughput, average fee and runway.

GET/api/public/v1/wallet/{address}?hours=24

Recorded history for one signing wallet. The window is capped by your tier: 7 days on Signal, 90 on Operator, full history on Node.