Dry-run simulation that returns relay payment requirements including fees without executing payment.
Fee Model:
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"