Skip to content

Retrieve an order

Request

Retrieve the details of an existing order using its unique identifier.

Security
ApiKey
Path
idstring, (UUID)required

The unique identifier (UUID) of the order.

Query
includestring

Comma-separated list of related resources to include in the response. Currently, only payments is supported.

curl -i -X GET \
  'https://docs.xmoney.com/_mock/crypto_api/reference/stores/orders/{id}?include=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Order details retrieved successfully.

Bodyapplication/vnd.api+json
dataobject

Represents an order.

Response
{ "data": { "id": "c8d65cc2-0c82-429a-95ea-3f65011fc2cc", "type": "orders", "attributes": {} } }