Skip to main content
GET
/
v1
/
perps
/
orders
/
csv
Get Orders CSV
curl --request GET \
  --url https://api.ondoperps.xyz/v1/perps/orders/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"

status
string

Filter by order status

Example:

"open"

startTime
integer

Filter by start time (UTC milliseconds)

Example:

1684814400000

endTime
integer

Filter by end time (UTC milliseconds)

Example:

1672549200000

Response

CSV formatted orders

The response is of type string.