Skip to main content

Changelog

All notable changes to the HTTPayer API will be documented on this page.
This changelog follows Semantic Versioning. API version is independent of the documentation version.

[Unreleased]

In Development

  • Upcoming features and improvements

[1.0.0] - 2026-01-06

Added

  • Core Endpoints: Initial release with payment-gated API functionality
    • POST /sim - Simulate payment requests without execution
    • POST /proxy - Execute x402 payment-gated API calls with credits
    • POST /relay - Make privacy-preserving, cross-chain enabled API calls through a x402 client
    • GET /balance - Check account credits balance
  • Payment Features:
    • EIP-3009 gasless USDC transfers using transferWithAuthorization
    • Multi-chain support: Base, Base Sepolia, SKALE Base, SKALE Base Sepolia, Solana, Solana Devnet
    • Payment verification and retry logic
    • Async refunds via webhooks
  • Relay Features:
    • POST /relay/sim - Simulate relay payments
    • GET /relay/limits/{address} - Check wallet spending limits
    • Custom header forwarding to target APIs
  • Webhook System:
    • GET /webhooks/{id} - Get async task status
  • LLM Integration:
    • GET /llm/health - LLM service health check
    • POST /llm/translate - Translate text to Spanish
    • POST /llm/chat - General-purpose chat endpoint
  • System Endpoints:
    • GET /health - Service health check
    • GET /config - Server configuration

Security

  • API key authentication via x-api-key header for account-based endpoints
  • Payment signature validation using EIP-3009
  • Rate limiting per wallet address

Migration Guides

This is the initial release. Future migration guides will be added here when breaking changes are introduced.

Version History

VersionRelease DateStatusNotes
1.0.02026-01-05CurrentInitial stable release

Subscribe to Updates

Stay informed about API changes:

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-06