get https://api.bittilo.com/v2/order?order_id=
This endpoint gets an order by its id.
Log in to see full request history
This endpoint gets an order by its id.
xxxxxxxxxx
26Request
curl -X GET
-H "api-key: $API_KEY"
-H "api-signature: $API_SIGNATURE"
-H "api-expires: $API_EXPIRES"
"https://api.bittilo.com/v2/order?$order_id"
Response
{
"id": "string",
"side": "sell",
"symbol": "xht-usdt",
"size": 0.1,
"filled": 0,
"stop": null,
"fee": 0,
"fee_coin": "usdt",
"type": "limit",
"price": 1.09,
"status": "new",
"created_by": 116,
"created_at": "2021-02-17T02:32:38.910Z",
"updated_at": "2021-02-17T02:32:38.910Z"
}
Try It!
to start a request and see the response here!