latestOpenAPI 3.0.02026-08-2232150173.9 KB
b70d36b7002b
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
Example response
[
{
"id": 1,
"name": "Ethereum",
"isConnected": true
}
]