Get Leverage
curl --request GET \
--url https://api.roxom.com/v1/accounts/leverage/{symbol} \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"leverage": "<string>"
},
"error": true
}Accounts
Get Leverage
Retrieve current leverage setting for a specific trading symbol.
GET
/
v1
/
accounts
/
leverage
/
{symbol}
Get Leverage
curl --request GET \
--url https://api.roxom.com/v1/accounts/leverage/{symbol} \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>'{
"data": {
"leverage": "<string>"
},
"error": true
}Documentation Index
Fetch the complete documentation index at: https://docs.roxom.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key
The signature of the request
Path Parameters
Last modified on May 14, 2026
Was this page helpful?
โI