Page 1 of 1

GET /api/coin/{coin}/balance

Posted: Fri Sep 22, 2017 12:34 am
by K
Order details

URL:
https://cesc.trade/api/coin/{coin}/balance

{coin} = https://cesc.trade/coin/deposit


Headers:
Default

ParĂ¢metros:
  • Authorization - Chave da API


cURL:

Code: Select all


curl -vX GET \
  'GET /api/coin/{coin}/balance?Authorization=' \
  -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": {
        "balance": "0",
        "on_orders": "0",
        "on_orders_bid": "0",
        "on_orders_ask": "0.000000000",
        "value": "0.00000000"
    }
}

Re: /orderbook/3/create

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