metadata

Returns networks supported by the API

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
  }
]

Changes