Retrieve a list of orders

Retrieves details for a bulk of orders that have been submitted within a given time range and optionally by order status or customer.

Path Params
string
required

This is the partner code provided to you during onboarding. e.g. metamask.

Query Params
string
required

The start date of the dataset in UTC. This is inclusive: orders created at this exact date will be included.

string
required

The end date of the dataset in UTC. This is inclusive: orders created at this exact date will be included.

string

The number of orders to skip in the dataset.

string

The page of orders that are returned.

string

Indicates the customer identifier that was used when creating the order. Orders will be filtered based on orders made by this customer.

string

Indicates the current status of the order. One or many statuses can be passed.

string

The limit of orders that are returned. If not provided, then default to 100 records.

Headers
string
Defaults to application/json
string

This is the API Key that has been provided to you during onboarding.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json