Information about account leverage
Description: Returns a list of leverages that the exchange market is using
Permission: ACCOUNTS_READ Security: SIGNED
GET
/ver1/accounts/{account_id}/leverage_data
Path Parameter
account_id integer
required
Unique 3Commas ID for this exchange account entity
Query Parameter
page integer
required
Page number for pagination
Default: 1
Parameters response
code
string
Unique code identifying the leverage type
name
boolean
Display name for the leverage type
can_set_leverage_value
boolean
Indicates whether the leverage value can be set by the user
max_leverage
string
or null
Maximum allowable leverage value for this type, or null if there is no limit
available_leverage_values
array
List of specific leverage values available for this type, if any
valid[min]
string
or null
Minimum allowable leverage value
valid[max]
string
or null
Maximum allowable leverage value
Example request
GET /ver1/accounts/32833910/leverage_data?pair=USDC_DOGE
Example Response and errors
Last updated
Was this helpful?