curl --request GET \
--url http://localhost:8000/gateway/networks \
--header 'Authorization: Basic <encoded-value>'{}List all available networks across all chains.
Returns a flattened list of network IDs in the format ‘chain-network’. This is the primary interface for network discovery.
curl --request GET \
--url http://localhost:8000/gateway/networks \
--header 'Authorization: Basic <encoded-value>'{}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
The response is of type Response List Networks Gateway Networks Get · object.
Was this page helpful?