cURL
curl --request POST \ --url https://api.hypereth.io/v1/aster/fapi/v1/leverage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'symbol=<string>' \ --data leverage=63 \ --data recvWindow=123 \ --data timestamp=123
{ "leverage": 123, "maxNotionalValue": "<string>", "symbol": "<string>" }
Change user’s initial leverage of specific symbol market.
HMAC SHA256 signature authentication for v1 endpoints
1 <= x <= 125
Leverage changed successfully