Returns cached trade fills with filters for user, market, pagination, side selection, taker flags, and notional thresholds.
https://data-api.forka.st/trades surfaces every fill captured by the Forkast orderbook subgraph. You can query by wallet or by a batch of markets.
limit/offset support up to 10,000 rows for heavy exports.takerOnly=true (default) filters out maker fills; set it to false for a complete view.filterType=CASH|TOKENS with filterAmount to return only trades larger than a given notional amount.side lets you focus on buys or sells when looking at a specific wallet.market parameter accepts CSV lists and cannot be combined with other future scoping filters.Maximum rows to return (max 10,000).
0 <= x <= 10000Cursor offset for pagination.
0 <= x <= 10000Limit results to taker fills (default true).
Apply a cash or token threshold filter (requires filterAmount).
CASH, TOKENS Threshold used alongside filterType.
x >= 0Comma-separated list of condition IDs.
0x-prefixed 64-character hex string.
Wallet address to scope results to.
Limit to BUY or SELL fills.
BUY, SELL Trade rows returned.
0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
BUY, SELL 0x-prefixed 64-character hex string.
"0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"