cURL
curl --request GET \ --url https://api.perpo.trade/v1/kline \ --header 'perpo-account-id: <perpo-account-id>' \ --header 'perpo-key: <perpo-key>' \ --header 'perpo-signature: <perpo-signature>' \ --header 'perpo-timestamp: <perpo-timestamp>'
{ "success": true, "data": { "rows": [ { "open": 66166.23, "close": 66124.56, "low": 66038.06, "high": 66176.97, "volume": 23.45528526, "amount": 1550436.21725288, "symbol": "PERP_BTC_USDC", "type": "1m", "start_timestamp": 1636388220000, "end_timestamp": 1636388280000 } ] }, "timestamp": 1702989203989 }
1m/5m/15m/30m/1h/4h/12h/1d/1w/1mon/1y
Numbers of klines. Maximum of 1000 klines.
OK
true
Show child attributes
1702989203989