Skip to main content
GET
Get Fills CSV

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

market
string

Filter by trading market

Example:

"AAPL-USD.P"

startTime
integer

Filter by start time (UTC milliseconds)

Example:

1684814400000

endTime
integer

Filter by end time (UTC milliseconds)

Example:

1672549200000

Response

CSV formatted fills

The response is of type string.