Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.httpayer.com/llms.txt

Use this file to discover all available pages before exploring further.

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}")