📈 New US500-BTC contract live! Learn more →
cURL
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 }
Adjust the leverage for a specific trading symbol.
Your API key
The signature of the request
Represents a successful API response wrapper
Show child attributes
Was this page helpful?