Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get usage limits and quotas for relay mode
client.get_relay_limits()
>>> client = HTTPayerClient(private_key="0x...", network="base") >>> limits = client.get_relay_limits() >>> print(f"Daily limit: {limits['dailyLimit']} USDC")