For the complete documentation index, see llms.txt. This page is also available as Markdown.

POST /deposits

Submit a deposit

Submit a deposit.

operationId: createDeposit

Not reachable through CCXT. Testnet-only balance credit and the internal deposit callback. Not client-facing in CCXT terms.

Authentication: hmacAuth.

Submit a (testnet/synthetic) deposit for the authenticated account.

Request body

Required. DepositRequestapplication/json.

{
  "amount": "1000",
  "asset": "USDX"
}

Responses

Status
Body
Meaning

200

DepositResponse

Deposit acknowledged.

400

(no schema declared)

Invalid amount

401

(no schema declared)

403

(no schema declared)

Example

X-Signature is a placeholder: it is derived from this specific request. See Authentication for the canonical string and the HMAC rule.


Generated from eng/apps/exchange/api/openapi.json (spec 0.9.36). Do not edit by hand — regenerate with python3 product/docs/tools/api-reference/generate.py. Hand-authored context lives in the Guides pages.

Last updated