Page 1 of 1

GET /api/orderbook/order/{order_id}

Posted: Fri Sep 22, 2017 12:34 am
by K
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
    }
}

Re: /orderbook/3/create

Posted: Fri Sep 22, 2017 12:34 am
by K
Reserved - EN VERSION