v1

latestOpenAPI 3.0.02026-07-26278284.4 KB
Integration

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

idnumber required
namestring required
isConnectedboolean required

Example response

[
  {
    "id": 1,
    "name": "Ethereum",
    "isConnected": true
  }
]