List Networks
This service returns supported networks as list.
List Networks
GET
{{server-url}}/networks
It returns the list of networks objects.
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
Example Response Body
Response Fields
id
Number
Represents network's identifier
name
String
Represents network's name
rpcUrl
String
Represents network's RPC Url.
chainId
Number
Represents network's chain identifier.
coinSymbol
String
Represents network's default coin symbol
coinName
String
Represents network's default coin name
icon
String
Represents network's coin icon url
Last updated