Signature
Returns
Dict containing relay limits (daily limit, used amount, remaining, etc.).Raises
- RuntimeError: If called in proxy mode (relay limits are relay-only).
Documentation Index
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")
