Access Withdrawal Request List

Accesses the list of withdrawal requests.

Path Params
number
required

Wallet index

Query Params
number
Defaults to 0

Data index to start accessing (default value: 0)

number
1 to 200
Defaults to 10

Number of data to access (default value: 10, Minimum value: 1, Maximum value: 200)

string
enum
Defaults to desc

Data sorting direction. asc: Ascending order desc: Descending order (default value: desc)

Allowed:
string

Starting date of data to access (UTC+0). Accesses values greater than or equal to the entered value.

string

Last date of data to access (UTC+0). Accesses values less than the entered value.

string
enum
Defaults to CREATED_DATE

Data sorting criterion. CREATED_DATE: order by created_date NONCE: order by nonce (default value: CREATED_DATE)

Allowed:
string

Withdrawal type to access Distinguish multiple types by a comma. Please enter without spaces. e.g.) When API,CONSOLE is entered, both API and console withdrawal requests will be accessed. CONSOLE: Console withdrawal API: API withdrawal CONSOLE_AIRDROP: Console lump-sum withdrawal

string

Type of the withdrawal request to access Distinguishes multiple types by a comma. Please enter without spaces. e.g.) When AWAITING_WITHDRAWAL,SENT is entered, withdrawal requests with the status of AWAITING_WITHDRAWAL or SENT will be accessed. AWAITING_DECISION: Withdrawal Request Awaiting Authorization AWAITING_BUILD : Withdrawal Build Awaiting AWAITING_SIGNING : Withdrawal Sign Awaiting AWAITING_WITHDRAWAL: Withdrawal In Progress REJECTED: Withdrawal Request Denied SENT: Withdrawal Completed CANCELED: Withdrawal Canceled FAILED: Withdrawal Failed

string

uuid to Access. Enter to access the withdrawals from a specific uuid.

string

Enter when quering fromAddress

string

Symbol of withdrawal. Enter to access the withdrawals of a specific symbol. Symbols must be entered in English and are not case-sensitive.

string

Token contract address. When the token is not a coin, this must be entered.

Headers
string
required
Defaults to Bearer

API token

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json