Skip to main content
POST
https://api.hotstuff.trade
/
info
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
}
Retrieve leverage information for a specific instrument for a user, including margin type and leverage value.
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
}

Request Body

method
string
default:"instrumentLeverage"
required
Must be “instrumentLeverage” for this endpoint
params
object
required