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. Public production API-key endpoints accept kyren_live_* keys. Staging credentials are environment-specific and must be used only with the staging environment for which Kyren issued them.

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.