{
"code": "PAYMENT_REQUIRED",
"message": "Payment required to execute tool",
"request_id": "req_abc123",
"quote": {
"quote_id": "qt_xyz789",
"tool": "inference_chat",
"price_usdc_microusd": 2400,
"price_display": "$0.0024",
"ttl_seconds": 300,
"expires_at": "2026-02-08T10:05:00Z"
},
"payment_instructions": {
"network": "solana-mainnet",
"asset": "USDC",
"pay_to": "ATA_ADDRESS_HERE",
"destination": "ATA_ADDRESS_HERE",
"usdc_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"memo_format": "asg:{quote_id}",
"methods": ["transfer", "solana_pay"],
"x402_header_format": "base64url(JSON({tx_signature, quote_id}))",
"gasless_supported": true,
"payment_methods": ["wallet", "gasless"]
},
"step_id": "step_001",
"retry": {
"method": "POST",
"headers": { "X-Payment": "<base64url-encoded payment proof>" }
}
}