SERVICE / DETAILother

Unnamed service

GET x402.openwebninja.com/realtime-events-data/search-events

SONAR SCORE0.721
LIVE PRICE0.003000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

26 observations in the last 24h
HANDSHAKE SUCCESS96.2%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY3703msrecent 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

No provider description has been published.

Resource: x402.openwebninja.com/realtime-events-data/search-events

Network: eip155:8453, eip155:137, eip155:42161 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3e7c9cA818f713F19e126E3B7B37B47dC1411570

Payment methods: · Last validation: 2026-09-14 12:24:10.296+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET",
          "HEAD",
          "DELETE"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "query"
        ],
        "properties": {
          "date": {
            "enum": [
              "any",
              "today",
              "tomorrow",
              "week",
              "weekend",
              "next_week",
              "month",
              "next_month"
            ],
            "type": "string",
            "default": "any"
          },
          "query": {
            "type": "string"
          },
          "start": {
            "type": "integer",
            "default": 0
          },
          "is_virtual": {
            "type": "boolean",
            "default": false
          }
        }
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "event_id",
                "name",
                "link"
              ],
              "properties": {
                "link": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                },
                "venue": {
                  "type": "object",
                  "nullable": true,
                  "properties": {
                    "city": {
                      "type": "string",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "state": {
                      "type": "string",
                      "nullable": true
                    },
                    "rating": {
                      "type": "number",
                      "nullable": true
                    },
                    "street": {
                      "type": "string",
                      "nullable": true
                    },
                    "country": {
                      "type": "string",
                      "nullable": true
                    },
                    "subtype": {
                      "type": "string",
                      "nullable": true
                    },
                    "website": {
                      "type": "string",
                      "nullable": true
                    },
                    "zipcode": {
                      "type": "string",
                      "nullable": true
                    },
                    "district": {
                      "type": "string",
                      "nullable": true
                    },
                    "latitude": {
                      "type": "number",
                      "nullable": true
                    },
                    "subtypes": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "nullable": true
                    },
                    "timezone": {
                      "type": "string",
                      "nullable": true
                    },
                    "google_id": {
                      "type": "string",
                      "nullable": true
                    },
                    "longitude": {
                      "type": "number",
                      "nullable": true
                    },
                    "google_mid": {
                      "type": "string",
                      "nullable": true
                    },
                    "full_address": {
                      "type": "string",
                      "nullable": true
                    },
                    "phone_number": {
                      "type": "string",
                      "nullable": true
                    },
                    "review_count": {
                      "type": "integer",
                      "nullable": true
                    },
                    "street_number": {
                      "type": "string",
                      "nullable": true
                    }
                  }
                },
                "end_time": {
                  "type": "string",
                  "nullable": true
                },
                "event_id": {
                  "type": "string"
                },
                "language": {
                  "type": "string",
                  "nullable": true
                },
                "publisher": {
                  "type": "string",
                  "nullable": true
                },
                "thumbnail": {
                  "type": "string",
                  "nullable": true
                },
                "info_links": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "source",
                      "link"
                    ],
                    "properties": {
                      "link": {
                        "type": "string"
                      },
                      "source": {
                        "type": "string"
                      }
                    }
                  },
                  "nullable": true
                },
                "is_virtual": {
                  "type": "boolean"
                },
                "start_time": {
                  "type": "string",
                  "nullable": true
                },
                "description": {
                  "type": "string",
                  "nullable": true
                },
                "end_time_utc": {
                  "type": "string",
                  "nullable": true
                },
                "ticket_links": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "source",
                      "link"
                    ],
                    "properties": {
                      "link": {
                        "type": "string"
                      },
                      "source": {
                        "type": "string"
                      },
                      "fav_icon": {
                        "type": "string",
                        "nullable": true
                      }
                    }
                  },
                  "nullable": true
                },
                "start_time_utc": {
                  "type": "string",
                  "nullable": true
                },
                "publisher_domain": {
                  "type": "string",
                  "nullable": true
                },
                "publisher_favicon": {
                  "type": "string",
                  "nullable": true
                },
                "date_human_readable": {
                  "type": "string",
                  "nullable": true
                },
                "end_time_precision_sec": {
                  "type": "integer",
                  "nullable": true
                },
                "start_time_precision_sec": {
                  "type": "integer",
                  "nullable": true
                }
              }
            }
          },
          "status": {
            "type": "string"
          },
          "parameters": {
            "type": "object",
            "properties": {
              "date": {
                "type": "string"
              },
              "query": {
                "type": "string"
              },
              "start": {
                "type": "integer"
              }
            }
          },
          "request_id": {
            "type": "string"
          }
        }
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "3000"
    },
    {
      "raw": {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
      "scheme": "exact",
      "network": "eip155:137",
      "amountAtomic": "3000"
    },
    {
      "raw": {
        "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:42161",
        "maxTimeoutSeconds": 300
      },
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
      "scheme": "exact",
      "network": "eip155:42161",
      "amountAtomic": "3000"
    }
  ]
}
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.