mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

GPU compute spot prices — best deals across Vast

GPU compute spot prices — best deals across Vast.ai, RunPod, AWS, Lambda + market signal + AI brief

Do you run compute.lonestaroracle.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
4
calls / 30d
3
unique payers
2026-09-16
updated

Provider

compute.lonestaroracle.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x52Ab53912D37759B2ad364f22dD06B16714b6C06",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "3nmeVj5m9Uq2hSTfsVsn3tJMHRJQNMKR1AjzyUJbrSgw",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": "{\"index\":{\"H100_spot_avg_per_hr\":2.15,\"market_signal\":\"balanced\",\"H100_market_discount_pct\":-13.7},\"best_deals\":{\"H100\":{\"price_per_hr\":1.89,\"provider\":\"RunPod\",\"gpu\":\"H100 SXM\"}},\"ai_summary\":\"H100 spot is averaging $2.15/hr, 13.7% below Lambda on-demand...\"}",
        "format": "json",
        "type": "object"
      }
    },
    "schema": {
      "category": "infra",
      "description": "Real-time GPU compute spot prices across Vast.ai, RunPod, AWS EC2, and Lambda Labs. Best deal per GPU tier (H100, H200, A100, A10G, L40S, RTX 4090), market signal (buyer/balanced/tight), and AI infrastructure brief.",
      "name": "ComputePulse — GPU Compute Intelligence",
      "properties": {
        "input": {
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {},
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "tags": [
        "gpu",
        "compute",
        "ai-infrastructure",
        "cloud",
        "h100",
        "pricing",
        "runpod"
      ],
      "type": "object",
      "version": "2.0.0"
    }
  },
  "bc_kg64bd18": {}
}

Use it

curl

curl "https://compute.lonestaroracle.xyz/report"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://compute.lonestaroracle.xyz/report");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://compute.lonestaroracle.xyz/report")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3449.json, and this resource appears in /discovery/resources and /discovery/search.