GET /api/coin/{coin}/balance

Post Reply
K
Posts: 269

GET /api/coin/{coin}/balance

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

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"
    }
}
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