GET /api/orderbook/orderlist/{orderbook_id}

Post Reply
K
Posts: 269

GET /api/orderbook/orderlist/{orderbook_id}

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

Order details

URL:
https://cesc.trade/api/orderbook/orderl ... derbook_id}}

Headers:
Default

Parâmetros:
  • Authorization - Chave da API


cURL:

Code: Select all


curl -vX GET \
  'https://cesc.trade/api/orderbook/orderlist/{orderbook_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": "14000.00000000",
            "quantity": "0.02768216",
            "total": "387.55024000",
            "type": "s",
            "randname": "XXXX",
            "mine": true
        },
       ...
    ],
    "meta": {
        "pagination": {
            "total": 5,
            "count": 5,
            "per_page": 30,
            "current_page": 1,
            "total_pages": 1,
            "links": []
        }
    }
}
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