A list of blockchains
const response = await fetch('/v1/blockchains/multiple/{ids}', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();
[ { "id": "text", "name": "text", "isMainnet": false, "rpcUrl": "text", "iconUrl": "text" } ]