High-reasoning, adaptive X/Twitter research grounded in citations, powered by Gr
High-reasoning, adaptive X/Twitter research grounded in citations, powered by Grok. Within a hard three-turn ceiling, it runs multiple targeted searches over a 365-day default/maximum window and returns substantive posts, replies, quote posts, or thread entries plus accounts, a synthesis, gaps, and citations. Use this for sourced research on breaking news, geopolitics, macro, crypto, and event markets using retrieved evidence.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
263 msmedian answer time
$1.00listed price per call
$1.00price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://quotient-api-gateway.onrender.com/api/v1/x/search
| Category | Market data |
|---|---|
| Provider host | quotient-api-gateway.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.00 | 263 ms |
Example input (from the provider)
{
"body": {
"limit": 15,
"market_slugs": [
"russia-x-ukraine-ceasefire-in-2026"
],
"query": "What evidence is changing the odds of a 2026 Ukraine ceasefire?"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"allowed_x_handles": {
"description": "Optional provider-enforced account allowlist.",
"items": {
"type": "string"
},
"maxItems": 20,
"type": "array"
},
"from_date": {
"description": "Inclusive YYYY-MM-DD. Defaults to 365 days before to_date; the maximum span is 365 days.",
"format": "date",
"type": "string"
},
"limit": {
"default": 8,
"maximum": 15,
"minimum": 1,
"type": "integer"
},
"market_slugs": {
"description": "Optional cached Quotient markets to pair with X results.",
"items": {
"type": "string"
},
"maxItems": 10,
"type": "array"
},
"query": {
"maxLength": 4000,
"minLength": 1,
"type": "string"
},
"to_date": {
"description": "Inclusive YYYY-MM-DD. Defaults to today; from_date still must be no more than 365 days earlier.",
"format": "date",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}