Page 1 of 1

DELETE /api/orderbook/order/{order_id}/delete

Posted: Thu Jul 12, 2018 12:00 am
by K
Apagar uma ordem de compra ou venda.

URL:

/api/orderbook/order/{order_id}/delete?Authorization=8cd


Headers:
Default

ParĂ¢metros:
  • Authorization - Chave da API


cURL:

Code: Select all

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


Resposta:

Code: Select all

{
    "data": {
        "price": "050.56000000",
        "quantity": "0.01X8X5X",
        "total": "X.XXXXXXXX",
        "type": "s",
        "randname": null,
        "mine": false
    }
}

Re: DELETE /orderbook/order/{order_id}/delete

Posted: Thu Jul 12, 2018 12:09 am
by K
Reserved - EN VERSION