cURL
curl --request GET \ --url https://api-sv.orderly.org/v1/public/strategy_vault/vault/trade_history
{ "success": true, "timestamp": 1702989203989, "data": { "meta": { "total": 9, "records_per_page": 25, "current_page": 1 }, "rows": [ { "exchange": "orderly", "id": 2, "symbol": "PERP_BTC_USDC", "fee": 0.0001, "fee_asset": "USDC", "side": "BUY", "order_id": 1, "executed_price": 123, "executed_quantity": 0.05, "executed_timestamp": 1567382401000, "is_maker": 1, "realized_pnl": 0, "match_id": 7386297591862811000 } ] } }
Limit: 10 requests per second per IP address
GET /v1/public/strategy_vault/vault/trade_history
one symbol at a time
ascending / descending (default)
ascending
descending
the page you wish to query start from 1
the page size you wish to query (max: 500)
Success
true
1702989203989
Show child attributes