/v1/blockchains/{id}
curl -L \ --url '/v1/blockchains/{id}' \ --header 'Authorization: Bearer Bearer'
{ "id": "text", "blockchainEcosystem": {}, "nativeCurrency": {}, "name": "text", "isMainnet": true, "rpcUrl": "text", "iconUrl": "text", "explorer": {}, "indexer": {}, "metadata": {} }
/v1/blockchains
curl -L \ --url '/v1/blockchains' \ --header 'Authorization: Bearer Bearer'
[ { "id": "text", "blockchainEcosystem": {}, "nativeCurrency": {}, "name": "text", "isMainnet": true, "rpcUrl": "text", "iconUrl": "text", "explorer": {}, "indexer": {}, "metadata": {} } ]