Withdrawal List Inquiry

Request Parameters

Field NameDescriptionType
currencyCurrency SymbolString
state

Withdrawal Status

  • WAITING
  • PROCESSING
  • DONE
  • REJECTED
  • CANCELLED
  • FAILED
String
uuids[]Withdrawal UUID ListArray<String>
txids[]Withdrawal TXID ListArray<String>
limitQuantity Limit (default: 100, max: 100)Number
pageNumber of Pages, default: 1Number
order_by

Sorting

  • asc: Ascending
  • desc: Descending (default)
String

Response

Field NameDescriptionType
typeWithdrawal TypeString
uuidWithdrawal Unique IDString
currencyCurrency SymbolString
net_typeCurrency NetworkString
txidWithdrawal Transaction IDString
state

Withdrawal Status

  • WAITING
  • PROCESSING
  • DONE
  • REJECTED
  • CANCELLED
  • FAILED
String
created_atWithdrawal Generation TimeDateString
done_atWithdrawal Completion TimeDateString
amountWithdrawable Amount/QuantityNumberString
feeWithdrawal FeeNumberString
transaction_type

Withdrawal Type

  • default: Withdrawal
  • internal: Lightning Withdrawal
String
is_cancelableCancelable Withdrawal (Y/N)Boolean
Language