reporting

Agent Budget Report

Return a mock spend summary for a task or agent.

Pricing
0.002 USDC
Endpoint/api/premium/agent-budget-report?lang=en
Sample Query?agent_id=demo-agent&lang=en

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": "516fbd13-afbb-455f-b5f5-7300718a2392",
    "nonce": "4da67ee9ee8627083d708a73",
    "expires_at": "2026-04-12T13:09:55.677Z"
  },
  "instructions": {
    "text": "Sign a payment challenge and include the proof in the x-payment-proof header.",
    "header": "x-payment-proof",
    "demo_format": {
      "challenge_id": "516fbd13-afbb-455f-b5f5-7300718a2392",
      "resource": "agent-budget-report",
      "payer": "0xYourAgentWalletAddress",
      "tx_hash": "0xYourMonadTxHash",
      "amount": "2000",
      "currency": "0x534b2f3A21130d7a60830c2Df862319e593943A3",
      "nonce": "4da67ee9ee8627083d708a73"
    }
  }
}