Requirements
- Python 3.10+
- pip or uv package manager
Install via pip
Install via uv
Environment Setup
Create a.env file with your credentials:
Documentation Index
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 file with your credentials:
# 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!")
