Get Supported Networks
monei_get_supported_networksFind supported EVM networks, chain IDs, native tokens, and block explorer URLs to choose a network for swaps or crypto sends.
Instructions
Returns all EVM blockchain networks supported by Monei, including chain IDs, native tokens, and block explorer URLs.
Use this when:
The user asks what chains or networks are supported
The user mentions a chain name and you need the chain ID to pass to another tool
You need to help the user pick a network before a swap or crypto send
Returns: { "networks": [ { "chainId": number, "name": string, // e.g. "BNB Smart Chain" "nativeToken": string, // e.g. "BNB" "blockExploreUrl": string, "isTestnet": boolean } ] }
Examples:
"What networks do you support?" -> call this
"What's the chain ID for Polygon?" -> call this, find Polygon in the list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||