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

Post Reply
K
Posts: 269

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

Post by K » Thu Jul 12, 2018 12:00 am

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
    }
}
Developer / Founder @ https://cesc.trade/u/K?amount=0.65e Café?

K
Posts: 269

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

Post by K » Thu Jul 12, 2018 12:09 am

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

Post Reply