Set Leverage
curl --request POST \
--url https://api.roxom.com/v1/accounts/leverage/{symbol} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>' \
--data '
{
"leverage": "<string>"
}
'{
"data": {
"newLeverage": "<string>"
},
"error": true
}Accounts
Set Leverage
Adjust the leverage for a specific trading symbol.
POST
/
v1
/
accounts
/
leverage
/
{symbol}
Set Leverage
curl --request POST \
--url https://api.roxom.com/v1/accounts/leverage/{symbol} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Signature: <api-key>' \
--data '
{
"leverage": "<string>"
}
'{
"data": {
"newLeverage": "<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
Body
application/json
Last modified on May 14, 2026
Was this page helpful?
⌘I