Get an automated order details

This endpoint allows partners to get details of an automated order for a user.

It displays extra information such as the asset amount for an order that has already been executed.

SecuritybearerAuth
Request
path Parameters
orderID
required
string <uuid>

A string parameter representing the unique identifier of the automated order. This ID should be included in the path of the request URL.

header Parameters
bp-user-id
required
string <uuid>

User ID

Responses
200

Display order details

400

Error

401

Unauthorized

403

Account is inactive

404

Not Found

405

Not Allowed

500

Error

503

Maintenance or Service unavailable

get/v1/orders/{orderID}
Request samples
Response samples
application/json
{
  • "data": {
    }
}