Skip to main content
GET
Get all my fills

Query Parameters

currency
enum<string>

Currency of the fill

Available options:
CASH,
COIN
limit
integer
default:100

Number of fills to return (max 256, default 100)

Required range: x <= 256
offset
integer

Offset of the fills to return

beg
string<date-time>

Beginning timestamp for filtering fills (UTC)

end
string<date-time>

End timestamp for filtering fills (UTC)

marketStatus
enum<string>

Market status of the fill

Available options:
OPEN,
CLOSED,
SETTLED
outcomeStatus
enum<string>

Outcome status of the fill

Available options:
TBD,
WIN,
LOSS,
PUSH

Response

Successfully retrieved all fills for the user

id
string

The ID of the fill

Example:

"123e4567-e89b-12d3-a456-426614174000"

orderId
string

The ID of the order that was filled

Example:

"123e4567-e89b-12d3-a456-426614174001"

price
number

The price at which the fill was executed

Example:

0.225

qty
number

The quantity that was filled

Example:

75

createdAt
string<date-time>

The timestamp when the fill occurred

Example:

"2023-10-05T12:00:00Z"

isWash
boolean

Whether the fill is a wash trade

Example:

false

isTaker
boolean

Whether the fill is the taker

Example:

true

marketId
string

The ID of the related market

Example:

"123e4567-e89b-12d3-a456-426614174002"

outcomeId
string

The ID of the related outcome

Example:

"123e4567-e89b-12d3-a456-426614174003"