Returns every Polymarket fill for one trader in one market, newest first, with server-computed running_amount and running_avg_price. Only HOT and WARM tier traders are tracked; other traders return 404. running_avg_price is a buy-weighted entry basis (sells do not change the running average) matching Polymarket /positions avgPrice semantics. Cursor-paginated. An id-keyed alias exists at GET /api/v1/traders//position-timeline.
Documentation Index
Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt
Use this file to discover all available pages before exploring further.
API key: Authorization: Bearer oxi_sk_live_...
Trader wallet address (0x...). Case-insensitive — addresses are lowercased server-side.
Market condition_id. One timeline per (trader, market).
1 <= x <= 100Pagination cursor from previous response's next_cursor.