Get a list of all available networks
OK
const response = await fetch('//api.client.nbcgate.tech/currency/chain', { method: 'GET', headers: {}, }); const data = await response.json();
{ "block_explorer_url": "text", "chain_id": 0, "chain_type_id": 0, "code": "text", "id": 0, "is_main_net": false, "name": "text", "rpc_url": "text" }