Skip to main content
Refresh HTTPayer configuration from the server. Fetches the latest supported networks, chain types, and router configuration. Useful if supported networks change or you want to re-validate network settings.

Signature

client.refresh_config()

Examples

>>> client = HTTPayerClient()
>>> client.refresh_config()
>>> print(f"Supported networks: {client.supported_networks}")