v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Thalex Deposit Request

Deposit to Thalex from Bitfinex

post/auth/w/ext/wallets/deposits/request

Request body

providerstring required

Specify the destination (Possible value: 'thalex')

amountstring required

Amount to deposit from Bitfinex to Thalex

ccystring required

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

Response

200

typestring
addressDeststring
amountstring
ccystring
createdAtinteger
updatedAtinteger
idstring
statusstring
feestring

Example response

{
  "type": "deposit",
  "addressDest": "0x1d341cR1512C6s1984da95C15BfF2B9F3A29345e1",
  "amount": "1000",
  "ccy": "USE",
  "createdAt": 1732125293487,
  "updatedAt": 1732125295060,
  "id": "f1e86378-d5fb-420f-b429-716b88c64c23",
  "status": "PENDING",
  "fee": "0"
}