Agent Budget Report
Return a mock spend summary for a task or agent.
What Buyers Receive
- Inspect spend drift before the next task step
- Summarize category usage for a long-running agent
- Generate lightweight budget telemetry for operators
Agent Integration
A buyer agent can call this endpoint, parse the 402 challenge, pay via AgentVault, then retry with the x-payment-proof header.
GET /api/premium/agent-budget-report?lang=en -> 402 challenge -> pay with AgentVault -> retry with x-payment-proof
Challenge Preview
{
"status": 402,
"error": "payment_required",
"message": "Payment Required",
"seller": "AgentVault Data Market",
"locale": "en",
"resource": {
"id": "agent-budget-report",
"title": "Agent Budget Report",
"description": "Return a mock spend summary for a task or agent.",
"price_display": "0.002 USDC"
},
"payment_required": {
"scheme": "exact",
"network": "eip155:10143",
"pay_to": "0xcE196a0c9969C5B2620B91b0c2136Bca2738C059",
"amount": "2000",
"currency": "0x534b2f3A21130d7a60830c2Df862319e593943A3",
"facilitator": "https://x402-facilitator.molandak.org",
"challenge_id": "d1f771bd-4dce-486d-83c1-191d99418f7c",
"nonce": "2afcebbdb4fe784beb4a89a4",
"expires_at": "2026-06-20T22:10:20.821Z"
},
"instructions": {
"text": "Sign a payment challenge and include the proof in the x-payment-proof header.",
"header": "x-payment-proof",
"demo_format": {
"challenge_id": "d1f771bd-4dce-486d-83c1-191d99418f7c",
"resource": "agent-budget-report",
"payer": "0xYourAgentWalletAddress",
"tx_hash": "0xYourMonadTxHash",
"amount": "2000",
"currency": "0x534b2f3A21130d7a60830c2Df862319e593943A3",
"nonce": "2afcebbdb4fe784beb4a89a4"
}
}
}