59bdec1683ed
List recent trades
Returns the most recent executed trades for a specific market. Each trade includes the price, quantity, side (buy/sell), and timestamp. This data is useful for displaying trade history feeds and analyzing recent market activity. Trades are returned newest-first (reverse chronological order).
The endpoint is public, but callers presenting a bearer token with the trades:read_any scope additionally receive the maker and taker wallet addresses on each trade.
Path parameters
Market symbol in BASE:QUOTE form using the exchange's currency codes (e.g. SOMI:USDso). The authoritative, per-environment list of live symbols and currency codes is served by GET /v0/markets and GET /v0/currencies; do not assume codes are stable across mainnet and testnet. As of writing, mainnet lists SOMI:USDso, WETH:USDso, WBTC:USDso, and USDC.e:USDso.
Market symbol
Query parameters
Return trades after this unix millisecond timestamp
Maximum number of trades to return (default 100, max 1000)
Response
Recent trades for a market