Skip to main content
GET
Get Current Position Fills
Request Weight: 10
Cached 2s — a request served from cache costs 1

Query Parameters

address
string
required

Address

Example:

"0x1234567890abcdef1234567890abcdef12345678"

instrument_id
integer<int64>
required

Instrument ID

Required range: 0 <= x <= 4294967295
cursor
string

Opaque keyset pagination cursor for the next page of fills. Present while more is true; pass it as cursor on the next request, keeping the other parameters the same across pages.

Example:

"eyJ0cyI6MTc2NzIyNTYwMDAwMDAwMDAwMCwiaWQiOjF9"

sort
enum<string>
default:desc

Time sort direction. desc (default) returns newest fills first; asc returns oldest first.

Available options:
desc,
asc

Response

Current position fills response.

data
object[]
required

Account's trade history

more
boolean
required

More data available

cursor
string

Opaque keyset pagination cursor for the next page of fills. Present while more is true; pass it as cursor on the next request, keeping the other parameters the same across pages.

Example:

"eyJ0cyI6MTc2NzIyNTYwMDAwMDAwMDAwMCwiaWQiOjF9"