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

POST /account/deposit

Deposit USDX collateral

Deposit USDX collateral.

operationId: deposit

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

Authentication: hmacAuth.

Request body

Required. application/json. The contract declares no schema for this body — only the example below, so a generated client gets an untyped body here.

{
  "amount": "10000"
}

Responses

Status
Body
Meaning

200

(no schema declared)

The deposit result.

401

(no schema declared)

403

(no schema declared)

429

(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