curl --request GET \
--url http://localhost:8000/gateway/networks/{network_id} \
--header 'Authorization: Basic <encoded-value>'{}Get configuration for a specific network.
Args: network_id: Network ID in format ‘chain-network’ (e.g., ‘solana-mainnet-beta’, ‘ethereum-mainnet’)
Example: GET /gateway/networks/solana-mainnet-beta
curl --request GET \
--url http://localhost:8000/gateway/networks/{network_id} \
--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 Get Network Config Gateway Networks Network Id Get · object.
Was this page helpful?