/network/listList networksSupported networks (proxied from the engine catalog). Returns 429 Too Many Requests if the rate limit is exceeded (check the Retry-After response header).
Authentication: X-API-Key
Output — example response (200)
{
"networks": [
{
"name": "Avalanche C-Chain",
"networkId": "43114",
"explorerUrl": "https://snowtrace.io",
"nativeCoin": "AVAX",
"wrappedNative": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7"
}
]
}Output — every status this endpoint answers with
| Status | When |
|---|---|
200 | Networks |
401 | Missing or invalid credentials |
429 | Rate limit exceeded — retry after the number of seconds in the `Retry-After` response header |
500 | Internal server error |