List networks
Retrieve a list of all blockchain networks supported by the platform.
HTTP request
GET /v1/networks
Request
Header parameters
Requires authentification.
Body parameters
Doesn't require setting any parameters.
Response
Sample response
application/json
[
{
"id": 1,
"name": "Ethereum",
"supports_optimized_swap": false,
"supports_custom_tokens": false
},
...
]
info
If supports_custom_tokens is set to true for a network, users can exchange custom tokens on that network. In this case, tokens returned by the API for the selected network represent popular tokens, but they do not form a complete list of all supported tokens.