curl --request GET \
--url https://api.dev.monei.cc/api/v1/evm/networks \
--header 'X-API-KEY: <api-key>'[
{
"statusCode": 123,
"message": "<string>",
"data": [
{
"chainId": 1,
"name": "ethereum",
"nativeToken": "ETH",
"blockExplorerUrl": "https://etherscan.io",
"isTestnet": false
}
],
"errors": {}
}
]Returns a list of chains, their IDs, and associated contract addresses.
curl --request GET \
--url https://api.dev.monei.cc/api/v1/evm/networks \
--header 'X-API-KEY: <api-key>'[
{
"statusCode": 123,
"message": "<string>",
"data": [
{
"chainId": 1,
"name": "ethereum",
"nativeToken": "ETH",
"blockExplorerUrl": "https://etherscan.io",
"isTestnet": false
}
],
"errors": {}
}
]