Get a list of all available currencies - coin
OK
const response = await fetch('//api.client.nbcgate.tech/currency/coin', { method: 'GET', headers: {}, }); const data = await response.json();
{ "available": false, "chain_id": 0, "chain_id_interior": 0, "code": "text", "coin_code": "text", "conservation_percent": 0, "contract_address": "text", "id": 0, "min_amount": 0, "name": "text", "rpc_url": "text" }