Chain

Get a list of all available networks

get

Get a list of all available networks

Responses
200
OK
application/json
get
GET //currency/chain HTTP/1.1
Host: api.client.nbcgate.tech
Accept: */*
{
  "block_explorer_url": "text",
  "chain_id": 1,
  "chain_type_id": 1,
  "code": "text",
  "id": 1,
  "is_main_net": true,
  "name": "text",
  "rpc_url": "text"
}