Get a single order by order id.
Name | Description |
---|---|
order-id *
string
(path)
|
|
correlationId *
string
(query)
|
Random UUID, act as unique identifier of the request logs.
|
user-agent *
string
(header)
|
Some name for app that use API
|
ex-access-key *
string
(header)
|
The api key as a string.
|
ex-access-sign *
string
(header)
|
The ex-access-sign header is generated by creating a sha256 RSA signature using the private key on the concatenated string (nonce + timestamp) (where ‘+’ represents string concatenation) and base64-encode the output. The timestamp value is the same as the ex-access-timestamp header.
|
ex-access-nonce *
string
(header)
|
Random 5 digit number (10000 – 99999).
|
ex-access-timestamp *
string
(header)
|
The (unix)timestamp that was used to generate your signature.
|
Responses
Code | Description | Links |
200 |
OK
{
"id": "f40d68a2-d155-455d-97b8-a856cb00d86c",
"side": "buy",
"type": "limit",
"price": "0.20000000",
"state": "open",
"instrument_id": "btcusd",
"origin_volume": "0.12500",
"volume": "0.03000000",
"avg_price": "0.03000000"
}
|
No links |
404 |
Order not found
|
No links |