📰/networks

Get the list of supported networks

GET https://api.brianknows.org/api/v0/utils/networks

Returns the networks supported by Brian.

Headers

Name
Value

Content-Type

application/json

Body

The body is empty.

Response

{
  "result": [
    {
      "id": 1,
      "name": "Ethereum",
      "nativeCurrency": {
        "name": "Ether",
        "symbol": "ETH",
        "decimals": 18
      }
    },
    ...
  ]
}

Last updated