Compute History
compute_historyGPU compute market history: paid time series over the Embassy's market-intelligence log of vast.ai public asks. Per-GPU cheapest/median/offer-count series or whole-market history, bounded and timestamped, embedded in your signed receipt. $0.25 per query via x402. Fully automated. Asks are ephemeral — re-observe before any decision.
MONETIZED VIA x402 — this tool is not callable for free. POST https://agent-embassy.fly.dev/v1/markets/compute/history with an x402 payment ($0.25, USDC on Base). Input schema: {"type":"object","properties":{"gpu":{"type":"string","description":"GPU class, e.g. 'H100 SXM'. Omit for whole-market history."},"limit":{"type":"number","description":"Max snapshots returned, 1-200 (default 50, oldest-first)."},"idempotency_key":{"type":"string","description":"Client-generated UUID; retries return the original receipt"},"agent_wallet":{"type":"string","description":"DEV MODE ONLY: wallet to attribute. In live mode the payer wallet from the verified x402 payment is used."}},"required":["idempotency_key"]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | GPU class, e.g. 'H100 SXM'. Omit for whole-market history. | |
| limit | No | Max snapshots returned, 1-200 (default 50, oldest-first). | |
| agent_wallet | No | DEV MODE ONLY: wallet to attribute. In live mode the payer wallet from the verified x402 payment is used. | |
| idempotency_key | Yes | Client-generated UUID; retries return the original receipt |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| how | Yes | How to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header | |
| tool | Yes | Tool name, e.g. verified_check | |
| asset | Yes | Settlement asset | |
| price | Yes | Exact price, e.g. "$0.15" | |
| networks | Yes | EVM CAIP-2 network ids accepted | |
| paid_url | Yes | x402-paid HTTPS URL to POST the tool inputs to | |
| facilitator | Yes | x402 facilitator | |
| payment_required | Yes | Always true: this MCP tool is a payment pointer; the tool itself is monetized via x402. |