Chain
Get a list of all available networks
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
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"
}