SERVICE / DETAILother

botsmith

GET x402.botsmith.dev/polymarket/market

SONAR SCORE0.652
LIVE PRICE0.020000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

17 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY3520msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Market Intel & Signals ($0.02/call): Deep snapshot and execution microstructure for one Polymarket market: implied probability, best bid/ask/spread, 24h volume, liquidity depth, days to resolution, momentum, and estimated slippage to buy at $100 and $1000 order sizes from the live order book. Pass a slug, or omit it for the highest-volume open market right now. Signals are factual market data, not investment advice.

Resource: x402.botsmith.dev/polymarket/market

Network: eip155:8453, eip155:196 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9

Payment methods: · Last validation: 2026-09-14 16:17:18.731+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "minLength": 1,
            "description": "Polymarket market slug from a market URL, e.g. 'will-the-fed-cut-rates-in-march'. Omit to get the single highest-volume open market right now."
          }
        },
        "additionalProperties": false
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "question",
          "slug",
          "url",
          "outcomes",
          "impliedProbability",
          "prices",
          "volume24hr",
          "liquidity",
          "liquidityRating",
          "daysToResolution",
          "priceChange24h",
          "signals"
        ],
        "properties": {
          "url": {
            "type": "string"
          },
          "slug": {
            "type": "string"
          },
          "prices": {
            "type": "object",
            "required": [
              "bestBid",
              "bestAsk",
              "lastTrade",
              "spread"
            ],
            "properties": {
              "spread": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "bestAsk": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "bestBid": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "lastTrade": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "additionalProperties": false
          },
          "signals": {
            "type": "object",
            "required": [
              "bookDepthUsd",
              "slippage"
            ],
            "properties": {
              "slippage": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "orderUsd",
                    "avgPrice",
                    "sharesFilled",
                    "filled",
                    "slippagePctVsBest"
                  ],
                  "properties": {
                    "filled": {
                      "type": "boolean"
                    },
                    "avgPrice": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "orderUsd": {
                      "type": "number"
                    },
                    "sharesFilled": {
                      "type": "number"
                    },
                    "slippagePctVsBest": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "description": "Estimated average fill price to BUY the first outcome at $100 and $1000 order sizes"
              },
              "bookDepthUsd": {
                "anyOf": [
                  {
                    "type": "object",
                    "required": [
                      "bids",
                      "asks"
                    ],
                    "properties": {
                      "asks": {
                        "type": "number"
                      },
                      "bids": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "description": "Execution microstructure derived from the live order book. Data, not investment advice.",
            "additionalProperties": false
          },
          "outcomes": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "question": {
            "type": "string"
          },
          "liquidity": {
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ]
          },
          "volume24hr": {
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ]
          },
          "priceChange24h": {
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ]
          },
          "liquidityRating": {
            "enum": [
              "thin",
              "moderate",
              "deep"
            ],
            "type": "string"
          },
          "daysToResolution": {
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ]
          },
          "impliedProbability": {
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ],
            "description": "Price of the first outcome (0-1)"
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "20000"
    },
    {
      "raw": {
        "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
        "extra": {
          "name": "USD₮0",
          "version": "1"
        },
        "payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:196",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
      "payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
      "scheme": "exact",
      "network": "eip155:196",
      "amountAtomic": "20000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.