Skip to main content
GET
/
v1
/
perps
/
fills
/
csv
Get Fills CSV
curl --request GET \
  --url https://api.ondoperps.xyz/v1/perps/fills/csv \
  --header 'Authorization: Bearer <token>'
"<string>"

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.