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.
Install the HTTPayer Python SDK
pip install httpayer
uv add httpayer
.env
# Proxy mode (API key) HTTPAYER_API_KEY=your-api-key # Relay mode (private keys) EVM_PRIVATE_KEY=0x... SOLANA_PRIVATE_KEY=base58-key SOLANA_KEYPAIR=[64,bytes,array,...]
from httpayer import HTTPayerClient print("HTTPayer SDK installed successfully!")