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.
Overview
All notable changes to the HTTPayer Python SDK will be documented on this page.This changelog follows Semantic Versioning. SDK version
is independent of the documentation version.
[1.0.0] - 2026-01-27
Added
- Network Auto-Detection: Automatically detects network based on wallet type
- EVM private keys default to
basenetwork - Solana private keys default to
solananetwork - Network parameter is now optional; only specify to override defaults
- EVM private keys default to
Changed
- Python Requirement: Reduced minimum Python version from 3.13 to 3.10
- SDK now supports Python 3.10, 3.11, 3.12, and 3.13
- Wider compatibility for users on older Python versions
Improved
- Documentation: Enhanced
request()method documentation- Clarified which kwargs are forwarded through HTTPayer payment flow (
json,params,headers,timeout) - Documented that other kwargs (
data,files,auth,cookies, etc.) only apply to initial direct request
- Clarified which kwargs are forwarded through HTTPayer payment flow (
Migration Guides
This is the initial release. Future migration guides will be added here when
breaking changes are introduced.
Version History
| Version | Release Date | Status | Notes |
|---|---|---|---|
| 1.0.0 | 2026-01-27 | Current | Initial stable release |
Subscribe to Updates
Stay informed about API changes:GitHub Releases
Watch our GitHub repository for new releases
Documentation
Browse the complete API documentation
Changelog Format
We follow Keep a Changelog conventions:- Added: New features and endpoints
- Changed: Changes in existing functionality
- Deprecated: Soon-to-be removed features
- Removed: Removed features
- Fixed: Bug fixes
- Security: Security vulnerability fixes
Last Updated: 2026-01-27

