mirrored listing x402 eip155:8453

Use this to rank covered markets where Quotient's probability differs from a verified live

Use this to rank covered markets where Quotient's probability differs from a verified live venue quote. The endpoint batches live reads, then applies the odds band, spread threshold, direction, and sort to one selected quote. Missing, stale, and unsupported live quotes are excluded. Returns quote provenance, routing, Q probability, spread, thesis, and venue-reported volume.

Do you run quotient-api-gateway.onrender.com? 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
20000 (raw units)
price
8
calls / 30d
3
unique payers
2026-09-11
updated

Provider

quotient-api-gateway.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xC3d01FD2F79d4c57aD106AB8ecc12a5dE24F97cB",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "max_forecast_age": 48,
          "min_spread": 0.08,
          "sort": "spread_desc"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "count": 1,
          "markets": [
            {
              "bluf": "Persistent inflation data makes a June cut unlikely.",
              "clarifications": "Rate cut markets resolve based on the upper bound of the target range.",
              "end_date": "2026-06-30T00:00:00Z",
              "inDispute": false,
              "last_updated": "2026-03-05T14:30:00Z",
              "marketKey": "polymarket:123456",
              "marketUrl": "https://polymarket.com/event/fed-rate-cut-june-2026",
              "market_odds": 0.46,
              "nativeEventId": "98765",
              "nativeMarketId": "123456",
              "polymarketUrl": "https://polymarket.com/event/fed-rate-cut-june-2026",
              "question": "Will the Fed cut rates by June 2026?",
              "quotientMarketId": "123456",
              "quotientUrl": "https://quotient.social/markets/123456",
              "quotient_odds": 0.34,
              "seriesTicker": null,
              "signal_count": 5,
              "slug": "fed-rate-cut-june-2026",
              "sourceUrl": "https://gamma-api.polymarket.com/markets/123456",
              "spread": 0.12,
              "spread_direction": "q_lower",
              "venue": "polymarket",
              "venue_quote": {
                "freshness": "verified",
                "market_id": "123456",
                "observed_at": "2026-08-31T12:00:00Z",
                "quote_method": "midpoint",
                "schema_version": "1",
                "selected_probability": 0.46,
                "venue": "polymarket",
                "venue_timestamp": "2026-08-31T12:00:00Z",
                "yes_ask": 0.46,
                "yes_bid": 0.46,
                "yes_last": null
              },
              "volume_24h": 182400
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "max_forecast_age": {
                  "default": 48,
                  "minimum": 1,
                  "type": "integer"
                },
                "min_spread": {
                  "default": 0.05,
                  "maximum": 1,
                  "minimum": 0,
                  "type": "number"
                },
                "sort": {
                  "enum": [
                    "spread_desc",
                    "spread_asc",
                    "updated_desc",
                    "volume_desc"
                  ],
                  "type": "string"
                },
                "topic": {
                  "type": "string"
                },
                "venue": {
                  "description": "Prediction-market venue key: polymarket (Polymarket International), polymarket_us (Polymarket US), kalshi, or limitless.",
                  "enum": [
                    "polymarket",
                    "polymarket_us",
                    "kalshi",
                    "limitless"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "queryParams"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input",
        "output"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "info": {
      "required": false
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://quotient-api-gateway.onrender.com/api/v1/markets/mispriced"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://quotient-api-gateway.onrender.com/api/v1/markets/mispriced");
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://quotient-api-gateway.onrender.com/api/v1/markets/mispriced")
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/3287.json, and this resource appears in /discovery/resources and /discovery/search.