Skip to main content
GET
Get market fills

Authorizations

Authorization
string
header
required

Bearer access token issued by /v1/auth/* login endpoints.

Path Parameters

symbol
string
required

Market symbol

Query Parameters

limit
integer<int64> | null

Maximum number of trade records to return (default: 100, max: 10000)

cursor
string | null

Optional opaque cursor returned by a previous request

startTime
integer<int64> | null

Inclusive start time in milliseconds since Unix epoch.

endTime
integer<int64> | null

Exclusive end time in milliseconds since Unix epoch.

Response

Market fills retrieved successfully

Fills response with pagination metadata.

data
object[]
required
hasMore
boolean
required
nextCursor
string | null
prevCursor
string | null