AsterAster REST API
Change Initial Leverage
Change user's initial leverage of specific symbol market.
Authorization
HmacSha256 AuthorizationBearer <token>
HMAC SHA256 signature authentication for v1 endpoints
In: header
Request Body
application/x-www-form-urlencoded
symbol*stringrequired
leverage*integerrequired
recvWindow?integer
timestamp*integerrequired
Response Body
application/json
curl -X POST "https://api.hypereth.io/v1/aster/fapi/v1/leverage" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'symbol=string&leverage=1'{
"leverage": 0,
"maxNotionalValue": "string",
"symbol": "string"
}