Draws
List draws
Retrieve your draw history with cursor-based pagination
GET
List draws
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
Query parameters
Results per page. Default
50, max 100.Cursor for pagination. Pass the
nextCursor value from a previous response to fetch the next page.Headers
Your API key. This endpoint also accepts session cookie authentication.
Response
- 200 OK
- 401 Unauthenticated
- 429 Rate Limited
Pagination
Draws use cursor-based pagination. Each response includeshasMore and (when true) a nextCursor value. Pass nextCursor as the after query parameter to retrieve the next page.
hasMore is false. Cursors are opaque strings. Do not parse or construct them manually.
Related: Get Draw to retrieve full details for a specific draw · Create Draw to run a new giveaway draw.
Last modified on May 6, 2026
List draws