Error
Orders
Get a single order
Returns the order with the given id, scoped to the authenticated client. Returns null when no such order exists.
Error
Authorizations
HMAC-SHA256 authentication. Sign every request and send X-API-KEY, X-API-SIGNATURE, X-API-TIMESTAMP and X-API-NONCE (see the Authentication guide). Each route also requires a specific claim on your API key (e.g. read:orders, write:orders, read:account, read:market-data).
Path Parameters
Order id.
Example:
"b9f266be-ebe9-41fc-a07f-57ad43dee26f"
