Skip to main content
GET
cURL
Per-market fill history for one trader. Each fill carries a server-computed running amount and average entry price. You can see how a position was built or unwound without recomputing it client-side.
You may hold a username, a trd_-prefixed trader id, or the integer internal trader id instead of the wallet address. Use Get Trader Position Timeline for those. It resolves all four identity shapes and returns a byte-identical body.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Headers

If-None-Match
string

Conditional GET validator from a previous ETag. Matching values return 304 Not Modified with an empty body.

Path Parameters

address
string
required

Trader identity: 0x... wallet address, username, trd_-prefixed trader id, or bare integer traders.id. Resolved with precedence wallet -> trd_ -> integer -> username; wallet matching is case-insensitive.

Query Parameters

condition_id
string
required

Market condition_id. One timeline per (trader, market).

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string

Pagination cursor from previous response's next_cursor.

Response

Position timeline page

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
meta
object
required
next_cursor
string | null
total
integer | null

Total matching rows when the read model exposes a count; absent (or null) when it does not.