GET /api/orderbook/order/{order_id}

Post Reply
K
Posts: 269

GET /api/orderbook/order/{order_id}

Post by K » Fri Sep 22, 2017 12:34 am

Order details

URL:
https://cesc.trade/api/orderbook/order/{order_id}

Headers:
Default

Parâmetros:
  • Authorization - Chave da API


cURL:

Code: Select all


curl -vX GET \
  'https://cesc.trade/api/orderbook/order/{order_id}?Authorization=8cd' \
  -H 'accept: application/vnd.cesc-trade.v1+json' \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/x-www-form-urlencoded'


Resposta:

Code: Select all

{
    "data": {
        "price": "050.56000000",
        "quantity": "0.01X8X5X",
        "total": "X.XXXXXXXX",
        "type": "s",
        "randname": null,
        "mine": false
    }
}
Developer / Founder @ https://cesc.trade/u/K?amount=0.65e Café?

K
Posts: 269

Re: /orderbook/3/create

Post by K » Fri Sep 22, 2017 12:34 am

Reserved - EN VERSION
Developer / Founder @ https://cesc.trade/u/K?amount=0.65e Café?

Post Reply