cURL
curl --request GET \ --url https://api.perpo.trade/v1/orderbook/{symbol} \ --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": { "asks": [ { "price": 10669.4, "quantity": 1.56263218 } ], "bids": [ { "price": 10669.4, "quantity": 1.56263218 } ], "timestamp": 123 }, "timestamp": 1702989203989 }
the levels wish to show on both side.
OK
true
Show child attributes
1702989203989