GET api/v2/orders/#{id}
General information about endpoints
Information
Description
Description
Retrieves order information by ID.
Route
GET api/v2/orders/#{id}
Permissions
Private
Request Parameters:
Parameter
Type
Required
Description
id
integer
Required
Order identifier
Response:
{
"avg_price" : ,
"created_at" : 20220826T09:36:56.629Z,
"executed_volume" : 0.0024,
"fulfillment" : 0.24,
"id" : 737,
"market_id" : btcusdt,
"ord_type" : limit,
"price" : 1000.0,
"remaining_volume" : 0.0076,
"side" : buy,
"state" : wait,
"trades_count" : 5,
"volume" : 0.01
}