GET
/
api
/
v1
/
networks
curl --request GET \
  --url https://api.enso.finance/api/v1/networks
[
  {
    "id": 1,
    "name": "Ethereum",
    "isConnected": true
  }
]

Query Parameters

name
any

Title of the network to search for

chainId
any

Chain ID of the network to search for

Response

200 - application/json

The response is of type object[].