HTTPayer relay service for x402 cross-chain payments.
Flow:
Supports:
Fee Structure:
x402 payment header (include on second call after getting payment instructions)
Client timeout in milliseconds
Response mode. When set to "json", wraps the proxied response as JSON; otherwise returns the raw proxied response as text.
json, text The target API URL to call via the relay
"https://demo.httpayer.com/base-weather"
HTTP method for the target API
GET, POST, PUT, DELETE, PATCH "GET"
Request body to send to the target API (for POST/PUT/PATCH)
Query parameters to send to the target API
Custom headers to send to the target API (e.g., API keys, authorization tokens)
{
"X-API-KEY": "your-target-api-key",
"Authorization": "Bearer token123"
}Blockchain network to use for payment
base, base-sepolia, skale-base, skale-base-sepolia, solana-mainnet, solana-devnet "base"
Relay payment successful. Response headers (included only when applicable):
Response from target API