a2886942ed0e

OpenAPI 3.1.0raw.githubusercontent.com2026-08-11128104478.6 KB
Draws

List draws

get/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

Previous nextCursor.

Response

Draw list

hasMoreboolean required
nextCursorstring

Example response

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