Coin

Get a list of all available currencies - coin

get

Get a list of all available currencies - coin

Responses
200
OK
application/json
get
GET //currency/coin HTTP/1.1
Host: api.client.nbcgate.tech
Accept: */*
{
  "abi": {},
  "available": true,
  "chain_id": 1,
  "chain_id_interior": 1,
  "code": "text",
  "coin_code": "text",
  "conservation_percent": 1,
  "contract_address": "text",
  "id": 1,
  "min_amount": 1,
  "name": "text",
  "rpc_url": "text"
}