curl --request GET \
--url http://localhost:8000/gateway/chains \
--header 'Authorization: Basic <encoded-value>'{}List all available blockchain chains and their networks.
This also serves as the networks list endpoint.
curl --request GET \
--url http://localhost:8000/gateway/chains \
--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 Chains Gateway Chains Get · object.
Was this page helpful?