Page 1 of 1

GET /api/address/{address}

Posted: Fri Sep 22, 2017 12:34 am
by K
Criar um novo endereço

URL:
https://cesc.trade/api/address/{address}
https://cesc.trade/api/address/{address}/metadata

Headers:
Default

Parâmetros:
  • Authorization - Chave da API

cURL:

Code: Select all


curl -vX GET \
  'https://cesc.trade/api/address/3NuTfMteqZ2bavk7xRf8ejJATTVxKBqazc?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": {
        "address": "3NuTfMteqZ2bavk7xRf8ejJATTVxKBqazc",
        "coin_id": 1,
        "address_type": "deposit",
        "external_id": null,
        "callback_url": null,
        "metadata_length": 0,
        "created_at": {
            "date": "2019-10-30 11:41:19.000000",
            "timezone_type": 3,
            "timezone": "UTC"
        }
    }
}

Re: /orderbook/3/create

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