v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

Get Instrument Config

Get per-instrument configuration (leverage and margin mode) for the authenticated account.

get/v1/account/config

Query parameters

instrument_idinteger

Instrument ID

Response

Instrument config response.

instrument_idinteger required

Instrument ID

leverageinteger required

Leverage

crossboolean required

Whether to use cross margin mode

Example response

[
  {
    "instrument_id": 1,
    "leverage": 10
  }
]