Draws
List draws
Returns giveaway draws owned by the authenticated account.
get/api/v1/draws
Query parameters
limitinteger
Maximum items per page: 1 to 100, default 50. Credits can reduce paid results. The endpoint returns 402 insufficient_credits when none are affordable.
cursorstring
Previous nextCursor. Offset pagination is not supported.
Response
Draw list
Example response
{
"draws": [],
"nextCursor": "abc123"
}