cURL
curl --request GET \ --url https://api.httpayer.com/config
{ "relay": { "fees": { "percentage": 3, "minUSDC": 0, "model": "3% flat rate" }, "limits": { "maxDailyPerWallet": 100, "maxDailyTotal": 1000 }, "timeouts": { "asyncThresholdMs": 120000 } }, "networks": { "enabled": [ "base", "solana-mainnet-beta" ], "evm": [ "base", "base-sepolia" ], "solana": [ "solana-mainnet-beta", "solana-devnet" ], "configs": {} }, "assets": { "enabled": [ "usdc" ] }, "server": { "baseUrl": "https://api.httpayer.com", "timeouts": { "requestMs": 600000, "headersMs": 610000, "keepAliveMs": 620000 } } }
Returns the current server configuration including enabled networks, assets, relay fees, spending limits, and network-specific settings.
Server configuration
Relay endpoint configuration
Show child attributes
Supported networks configuration
Enabled assets configuration
Server settings