cURL
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 } ] } }
OK
true
1702989203989
Show child attributes