Returns the cached user activity feed. Today it only surfaces trade rows and ignores other filters such as type and side.
https://data-api.forka.st/activity returns a ledger-style list that interleaves trades, splits, merges, redemptions, conversions, and rewards. Each row is enriched with market metadata and profile info so your UI can display avatars and event titles without extra queries.
user is required and must be the wallet (proxy or EOA) you want to inspect.market accepts comma-separated condition IDs with standard form encoding.type accepts CSV-style lists of activity categories (TRADE, SPLIT, MERGE, REDEEM, REWARD, CONVERSION).start / end can bound the time window using Unix timestamps.side helps you isolate buys vs. sells when type=TRADE rows are included.limit (max 500) and offset (max 10,000) to page through large histories. sortBy toggles between TIMESTAMP, TOKENS, or CASH ordering, and sortDirection controls ascending/descending results.Wallet whose activity feed should be returned. Required.
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Maximum number of events to return (max 500).
100
Number of rows to skip (max 10,000).
0
Activity records returned.
0x-prefixed EVM address (40 hex chars).
"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
0x-prefixed 64-character hex string.
"0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"
TRADE, SPLIT, MERGE, REDEEM, REWARD, CONVERSION