High-reasoning, adaptive X/Twitter research grounded in citations, powered by Grok
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 rather than relying on model recollection.
1000000 (raw units)
price
1
calls / 30d
1
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": "1000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"discoverable": true,
"info": {
"input": {
"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"
},
"output": {
"example": {
"accounts": [
{
"display_name": "OSINT Account",
"handle": "osint_account",
"profile_url": "https://x.com/osint_account",
"quotient_metadata": {
"is_quotient_expert": true
}
}
],
"citations": [
"https://x.com/osint_account/status/1950000000000000000"
],
"gaps": [
"No primary-source confirmation of a negotiation timetable."
],
"meta": {
"cost_controls": {
"max_turns": 3
},
"lookback_days": 365,
"result_count": 1,
"search_tool_runs": 3
},
"posts": [
{
"author_handle": "osint_account",
"author_metadata": {
"is_quotient_expert": true
},
"author_name": "OSINT Account",
"linked_market_slugs": [
"russia-x-ukraine-ceasefire-in-2026"
],
"post_id": "1950000000000000000",
"published_at": "2026-07-31T22:10:00Z",
"relevance": "First-hand report on frontline posture relevant to ceasefire feasibility.",
"relevant_excerpt": "Rotation activity continues on both axes.",
"stance": "supports_no",
"url": "https://x.com/osint_account/status/1950000000000000000"
}
],
"query": "What evidence is changing the odds of a 2026 Ukraine ceasefire?",
"quotient_markets": [],
"summary": "Reporting over the window points to hardening preconditions, with no credible negotiation track before autumn."
},
"type": "json"
}
},
"schema": {
"$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"
}
},
"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/x/search" # -> 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/x/search");
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/x/search")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3296.json, and this resource appears in /discovery/resources and /discovery/search.