help / router / pools_get_sample

pools_get_sampleread

GET /api/pools/:id/sample · auth: authenticated

GET /api/pools/:id/sample

signature sha256:29c223718f11129c1dcde0ecaf884d77

Parameters

nametyperequirednotes
idstringyesPool UUID or slug (SPEC §5.3).
budget_costinteger | nullnoTotal nanodollar ceiling (Σ per-draw cost); 1 USD = 1e9 nano.
budget_time_secinteger | nullnoSerial wall-clock ceiling in seconds (Σ per-draw latency).
budget_qualityinteger | nullnoFloor on the external quality score; default 0.
ninteger | nullnoRequested draw count — a positive integer cap on draws.
expected_draw_tokensinteger | nullnoOptional override of EXPECTED_DRAW_TOKENS.

Response

nametypedescription
pool_idstring | null
samplearray
statusstring
budgetsobject
totalsobject
tracearray

Call it

read requires auth: authenticated