---
title: "Thalex Deposit Request"
method: POST
path: "/auth/w/ext/wallets/deposits/request"
---

# Thalex Deposit Request

`POST /auth/w/ext/wallets/deposits/request`

Deposit to Thalex from Bitfinex

## Request body

- object
  - `provider` string, required — Specify the destination (Possible value: 'thalex')
  - `amount` string, required — Amount to deposit from Bitfinex to Thalex
  - `ccy` string, required — Currency to deposit to Thalex (allowed values: 'USE', 'ETH', 'BTC')
  - `tfaToken` object, required — Provide a tfaToken object to validate the request with U2F 2FA
    - `method` string, required — 'otp' or 'u2f'
    - `token` string — Only used when method is 'otp'. Provide otp as a string. (e.g. '123456')
    - `response` object — Only used when method is 'u2f'. Used to pass assertion result. ([ref](https://webauthn-open-source.github.io/fido2-lib/Fido2Lib.html#assertionResult))
      - `id` string — The base64url encoded id returned by the client
      - `rawId` string — The base64url encoded rawId returned by the client. If res.rawId is missing, res.id will be used instead. If both are missing an error will be thrown.
      - `response` object — Client response
        - `clientDataJSON` string, required — The base64url encoded clientDataJSON returned by the client
        - `attestationObject` string, required — The base64url encoded authenticatorData returned by the client
        - `signature` string, required — The base64url encoded signature returned by the client
        - `userHandle` string — The base64url encoded userHandle returned by the client. May be null or an empty string.

## Response `200`

200

- object
  - `type` string
  - `addressDest` string
  - `amount` string
  - `ccy` string
  - `createdAt` integer
  - `updatedAt` integer
  - `id` string
  - `status` string
  - `fee` string

## Other responses

- `500` — 500

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
