Last updated 23 days ago
GET https://api.brianknows.org/api/v0/utils/networks
GET
https://api.brianknows.org/api/v0/utils/networks
Returns the networks supported by Brian.
Headers
Body
The body is empty.
Response
{ "result": [ { "id": 1, "name": "Ethereum", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } }, ... ] }
Content-Type
application/json