Metacore
Get All Blockchains
Introduction
Octopus - Market API
[BETA] Wallet Explorer API
Metacore
Metacore
Get All Blockchains
GET
/
blockchains
curl --request GET \
--url https://api.mobula.io/api/1/blockchains
{
"data": [
{
"name": "<string>",
"shortName": "<string>",
"rpcs": [
"<string>"
],
"explorer": "<string>",
"color": "<string>",
"privateRpcs": [
"<string>"
],
"chainId": "<string>",
"evmChainId": 123,
"cosmosChainId": "<string>",
"testnet": true,
"multicall_contract": "<string>",
"uniswapV3Factory": [
"<string>"
],
"eth": {
"name": "<string>",
"symbol": "<string>",
"address": "<string>",
"type": "eth",
"decimals": 123,
"denom": "<string>",
"logo": "<string>",
"id": 123
},
"stable": {
"name": "<string>",
"symbol": "<string>",
"address": "<string>",
"type": "eth",
"decimals": 123,
"denom": "<string>",
"logo": "<string>",
"blockchain": "<string>",
"blockchains": [
"<string>"
],
"contracts": [
"<string>"
]
},
"routers": [
{
"address": "<string>",
"name": "<string>",
"factory": "<string>",
"fee": 123
}
],
"tokens": [
{
"address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"type": "<string>"
}
],
"supportedProtocols": [
"<string>"
],
"logo": "<string>",
"coingeckoChain": "<string>",
"dexscreenerChain": "<string>",
"isLayer2": true,
"coverage": [
"<string>"
]
}
]
}
Response
200 - application/json
Blockchains response
Available options:
eth
, stable
, other
curl --request GET \
--url https://api.mobula.io/api/1/blockchains
{
"data": [
{
"name": "<string>",
"shortName": "<string>",
"rpcs": [
"<string>"
],
"explorer": "<string>",
"color": "<string>",
"privateRpcs": [
"<string>"
],
"chainId": "<string>",
"evmChainId": 123,
"cosmosChainId": "<string>",
"testnet": true,
"multicall_contract": "<string>",
"uniswapV3Factory": [
"<string>"
],
"eth": {
"name": "<string>",
"symbol": "<string>",
"address": "<string>",
"type": "eth",
"decimals": 123,
"denom": "<string>",
"logo": "<string>",
"id": 123
},
"stable": {
"name": "<string>",
"symbol": "<string>",
"address": "<string>",
"type": "eth",
"decimals": 123,
"denom": "<string>",
"logo": "<string>",
"blockchain": "<string>",
"blockchains": [
"<string>"
],
"contracts": [
"<string>"
]
},
"routers": [
{
"address": "<string>",
"name": "<string>",
"factory": "<string>",
"fee": 123
}
],
"tokens": [
{
"address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"type": "<string>"
}
],
"supportedProtocols": [
"<string>"
],
"logo": "<string>",
"coingeckoChain": "<string>",
"dexscreenerChain": "<string>",
"isLayer2": true,
"coverage": [
"<string>"
]
}
]
}