Skip to main content
GET
List Withdrawals

Authorizations

Authorization
string
header
required

Personal API key, created in the Digital Surge app under Account Settings → API Keys. Send it with every request as Authorization: Bearer <your-api-key>.

Path Parameters

asset
string
required
Pattern: ^\w{1,10}$

Query Parameters

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

status
enum<integer>
  • 5 - Draft
  • 10 - Pending
  • 15 - Processing...
  • 20 - Error!
  • 30 - Canceled (by user)
  • 40 - Rejected (by operator)
  • 50 - Expired (by system)
  • 60 - Processed
Available options:
10,
15,
20,
30,
40,
5,
50,
60

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"