c70f0e286159

OpenAPI 3.1.02026-08-0412793496.7 KB
Draws

List draws

List draws.

get/api/v1/draws

Query parameters

limitinteger

Maximum number of items to return (1-100, default 50). For paid per-result endpoints, the returned count may be lower when remaining credits cannot cover the requested page. If zero paid results are affordable, the endpoint returns 402 insufficient_credits.

cursorstring

Cursor for keyset pagination from prior response next_cursor

Response

Draw list

hasMoreboolean required
nextCursorstring

Example response

{
  "draws": [],
  "nextCursor": "abc123"
}