GET /api/address/{address}

Post Reply
K
Posts: 269

GET /api/address/{address}

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

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