GET
/
api
/
v1
/
networks
curl --request GET \
  --url https://api.enso.finance/api/v1/networks \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 1,
    "name": "Ethereum",
    "isConnected": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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
id
number
required
Example:

1

name
string
required
Example:

"Ethereum"

isConnected
boolean
required
Example:

true