mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Use when an agent needs ghost bid audit

Use when an agent needs ghost bid audit. Returns Audit a selected agent offer against rejected affordable alternatives with counterfactual savings, regret, and a tamper-evident receipt. $0.01.

Do you run api.oblique.markets? 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
10000 (raw units)
price
6
calls / 30d
2
unique payers
2026-09-14
updated

Provider

api.oblique.markets · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "alternatives": [
            "example"
          ],
          "selected_offer": {}
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "alternatives_considered": 2,
          "audit_receipt": "sha256:0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
          "audit_version": "ghost-bid-audit.v1",
          "best_rejected_affordable_option": {
            "id": "offer-rejected",
            "price_atomic": 9000,
            "provider": "seller-b"
          },
          "budget_atomic": 12000,
          "generated_at": "2026-08-24T12:00:00.000Z",
          "price_delta_atomic": 3000,
          "regret_score": 0.25,
          "savings_atomic": 3000,
          "selected_offer": {
            "id": "offer-selected",
            "price_atomic": 12000,
            "provider": "seller-a"
          },
          "selected_offer_verification": "explicit"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "alternatives": {
                  "type": "array"
                },
                "max_price_atomic": {
                  "type": "integer"
                },
                "selected_offer": {
                  "type": "object"
                },
                "selected_offer_declared": {
                  "type": "boolean"
                },
                "signature_secret": {
                  "type": "string"
                },
                "signed_selected_offer": {
                  "type": "object"
                }
              },
              "required": [
                "selected_offer",
                "alternatives"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "alternatives_considered": {
              "type": "integer"
            },
            "audit_receipt": {
              "type": "string"
            },
            "audit_version": {
              "type": "string"
            },
            "best_rejected_affordable_option": {
              "properties": {
                "id": {
                  "type": "string"
                },
                "price_atomic": {
                  "type": "integer"
                },
                "provider": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "budget_atomic": {
              "type": "integer"
            },
            "generated_at": {
              "type": "string"
            },
            "price_delta_atomic": {
              "type": "integer"
            },
            "regret_score": {
              "type": "number"
            },
            "savings_atomic": {
              "type": "integer"
            },
            "selected_offer": {
              "properties": {
                "id": {
                  "type": "string"
                },
                "price_atomic": {
                  "type": "integer"
                },
                "provider": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "selected_offer_verification": {
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.oblique.markets/api/v1/paid/ghost-bid-audit"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.oblique.markets/api/v1/paid/ghost-bid-audit");
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://api.oblique.markets/api/v1/paid/ghost-bid-audit")
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/552.json, and this resource appears in /discovery/resources and /discovery/search.