curl -X GET "https://api.trusset.org/orderbooks/stocks/api/offchain/order-books/ob_offchain_001/trades?limit=20" \ -H "x-api-key: trusset_{instanceRef}_{secret}"
{ "success": true, "data": [ { "id": "trade_oc_001", "orderBookId": "ob_offchain_001", "price": "100000000000000000000", "quantity": "2000000000000000000", "timestamp": "2025-01-15T10:30:00.000Z" } ], "metadata": { "requestId": "550e8400-e29b-41d4-a716-446655440000", "timestamp": "2025-01-15T10:30:00.000Z", "instanceId": "inst_abc" } }
Retrieve executed trades for an off-chain order book
trading
50
100
0