Questions? Join our Discord.
curl --request POST \ --url https://api.hotstuff.trade/info \ --header 'Content-Type: application/json' \ --data '{ "method": "instrumentLeverage", "params": { "user": "0xxxx", "symbol": "BTC-PERP" } }'
{ "address": "0x42C183edba036906447372a7c81Eb89D0B9f2175", "instrument_id": 8, "instrument": "PAXG-PERP", "margin_type": "cross", "leverage": "10", "updated_at": 1770139165 }
Send POST request to /info with method: “instrumentLeverage”
Show params properties