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.
Example response
[
{
"instrument_id": 1,
"leverage": 10
}
]