Skip to main content
GET
/
v1
/
orders
/
export
Export orders as CSV
curl --request GET \
  --url https://api.kyren.top/v1/orders/export \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Your API key. Use kyren_live_* for production and kyren_test_* for testing.

Query Parameters

startDate
integer<int64>
required

Start of date range (Unix timestamp in milliseconds, inclusive)

endDate
integer<int64>
required

End of date range (Unix timestamp in milliseconds, inclusive)

Response

CSV file of orders

The response is of type file.