Skip to main content
GET
List Withdraws

Authorizations

x-auth-token
string
header
required

The API token for login provided by UQPay.

Headers

x-on-behalf-of
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

Query Parameters

page_num
integer
default:1

Page number, default 1

Required range: x >= 1
page_size
integer
default:20

Items per page, default 20

Required range: x >= 1
currency
string

Filter by currency

network
string

Filter by network

status
string

Order status

start_time
string

Exclusive start time used to filter by create_time. ISO 8601 format.

Example:

"2024-03-01T00:00:00+08:00"

end_time
string

Exclusive end time used to filter by create_time. ISO 8601 format.

Example:

"2024-03-02T00:00:00+08:00"

Response

200 - application/json

Successfully retrieved withdrawals

code
integer
required
Example:

200

message
string
required
Example:

"Success"

data
object
required