cURL
curl --request GET \ --url https://api.numofx.com/v1/trades
{ "market_presentation": { "market": "<string>", "contract_type": "<string>", "settlement_type": "<string>", "base_asset_symbol": "<string>", "quote_asset_symbol": "<string>", "expiry_timestamp": 123, "display_name": "<string>", "display_label": "<string>", "tick_size": "<string>", "settlement_note": "<string>", "asset_address": "<string>", "sub_id": "<string>", "order_entry_spec": "<string>" }, "stats_24h": { "change": "<string>", "high": "<string>", "last": "<string>", "low": "<string>", "volume": "<string>" }, "trades": [ { "trade_id": 123, "asset_address": "<string>", "sub_id": "<string>", "price": "<string>", "size": "<string>", "aggressor_side": "<string>", "taker_order_id": "<string>", "maker_order_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "market": "<string>" } ], "next_before_trade_id": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.numofx.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.numofx.com/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 100
x >= 1
Recent trades and 24h stats
Show child attributes
Was this page helpful?