Skip to main content
GET
/
v1
/
client
/
leverages
Get All Leverage Settings
curl --request GET \
  --url https://api.perpo.trade/v1/client/leverages \
  --header 'perpo-account-id: <perpo-account-id>' \
  --header 'perpo-key: <perpo-key>' \
  --header 'perpo-signature: <perpo-signature>' \
  --header 'perpo-timestamp: <perpo-timestamp>'
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "symbol": "PERP_BTC_USDC",
        "margin_mode": "CROSS",
        "leverage": 10
      }
    ]
  }
}

Headers

perpo-timestamp
string
required
perpo-account-id
string
required
perpo-key
string
required
perpo-signature
string
required

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989

data
object