List Orders by IDs

Retrieves orders by a list of UUIDs or Identifiers.

Query Params
string

Trading pair code representing the market.

uuids[]
array of strings

List of UUIDs for orders to query.
You can specify up to 100 UUIDs at once.
When specifying multiple UUIDs, use the following query format:

[Example] uuids[]=uuid1&uuids[]=uuid2…

uuids[]
identifiers[]
array of strings

Client-specified identifiers for orders to query.
Up to 100 orders can be queried.
When specifying multiple identifiers, use the following query format:

[Example] identifiers[]=id1&identifiers[]=id2…

identifiers[]
string
enum
Defaults to desc

Sorting method for query results.
Returns a list of orders sorted according to the specified method based on the order creation time.
The available values are "desc" (descending, latest orders first) or "asc" (ascending, oldest orders first).
The default value is "desc".

Allowed:
Responses

Language
URL
Request
Response
Choose an example:
application/json