v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Thalex Withdrawal Request

Withdraw from Thalex to Bitfinex

post/auth/w/ext/wallets/withdrawals/request

Request body

providerstring required

Specify the provider ('thalex')

amountstring required

Amount to withdraw from Thalex to Bitfinex

ccystring required

Currency to withdraw from Thalex (allowed values: 'USE', 'ETH', 'BTC')

Response

200

typestring
addressDeststring
amountstring
ccystring
createdAtinteger
updatedAtinteger
idstring
statusstring
feestring

Example response

{
  "type": "withdraw",
  "addressDest": "0x1d341cR1512C6s1984da95C15BfF2B9F3A29345e1",
  "amount": "90",
  "ccy": "USE",
  "createdAt": 1732126385718,
  "updatedAt": 1732126385718,
  "id": "f70a4286-6f7c-4af8-931f-3e89f74ebdf3",
  "status": "PENDING",
  "fee": "0"
}