v1
latestOpenAPI 3.0.02026-07-26278284.4 KBIntegration
Networks
Returns networks supported by Enso
get/api/v1/networks
Query parameters
namestring
Example:mainnet
Title of the network to search for
chainIdstring
Example:1
Chain ID of the network to search for
Response
Example response
[
{
"id": 1,
"name": "Ethereum",
"isConnected": true
}
]