Get the org's prepaid credit balance
Returns the prepaid balance (micro-credits) for the API key's org, plus the timestamp of the org's most recent usage event — useful for detecting stalled mining or automation. Read-only and free — no credits are charged.
/v1/credits/balanceAuthorization
api-key Bearer sub41_live_…
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/credits/balance"{ "balanceMicro": "2500000", "lastUsageAt": "2026-08-01T14:03:22.000Z"}Random live event GET
Returns one random not-ended, unresolved market — handy for test/agent pipelines. Pass `seed` for deterministic selection. 404 when the live pool is empty.
Validator fetches a miner's latest agent GET
Authenticated by the validator's sr25519 signature over the canonical message `sub41-agent-v1\nMETHOD\npathAndQuery\nminerHotkey\nnonce\ntimestamp\nsha256-of-empty-body hex`, where `minerHotkey` is the target miner. Send x-validator-hotkey/signature/nonce/timestamp headers.