Skip to main content
Glama

Server Details

Gate news MCP for crypto news, structured events, announcements, and social sentiment.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
gate/gate-mcp
GitHub Stars
27

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 14 of 14 tools scored. Lowest: 3.8/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose grouped by domain (events, feeds, predictions). Even multiple search tools are differentiated by source (news, social media, UGC, web), so agents can easily select the correct one.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores, such as get_latest_events, search_news, or search_ugc. The naming convention is uniform and predictable across the entire set.

Tool Count5/5

With 14 tools, the count fits the well-scoped range. The tools cover news events, news feeds, and prediction markets without being excessive or too sparse for the server's purpose.

Completeness5/5

The server covers reading operations comprehensively: event lists, details, feeds from multiple sources, and prediction data including signals, order books, and rankings. No obvious gaps for its read-only domain.

Available Tools

18 tools
news_events_explain_market_move
Read-onlyIdempotent
Inspect

[Read] Explain what drove a crypto asset's price move in a given time window. Returns a concise summary (from real-time Tavily search), the latest high-priority real-time events, and supporting internal event pool items, plus data-completeness status. This tool is a data aggregator; the downstream agent performs the final attribution reasoning.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinYesTarget coin, e.g. BTC, ETH. Required at the Tool layer.
langNozh / en. Default zh.
modeNoauto / price_move / event_impact. Default auto.
queryYesUser's original question, e.g. 'Why did BTC surge?'
time_rangeNoTime window: 30m/1h/2h/4h/24h. Default 2h.

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinYes
queryYes
summaryYes
time_rangeYes
data_statusYes
duration_msYes
latest_newsYes
supporting_eventsYes
news_events_get_event_detail
Read-onlyIdempotent
Inspect

[Read] Full detail for one event_id only, including persisted impact_direction and impact_direction_reason. Filtered event list or timeline -> get_latest_events. Unknown id returns not found.

ParametersJSON Schema
NameRequiredDescriptionDefault
event_idYesRequired event_id from get_latest_events items—opaque digest id, not a trading pair slug or headline hash.

Output Schema

ParametersJSON Schema
NameRequiredDescription
titleNo
contentNo
summaryNo
symbolsNo
event_idYes
strengthNo
directionNo
duration_msYes
occurred_atNo
news_coverageNo
impact_analysisNo
impact_directionNo
community_reactionNo
impact_direction_reasonNo
news_events_get_latest_events
Read-onlyIdempotent
Inspect

[Read] Filtered event list or timeline; each row includes event_id and persisted impact_direction/impact_direction_reason. Optional direction filter. One event_id detail -> get_event_detail. Headline/news feed -> search_news.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoOptional comma-separated tickers e.g. BTC,ETH for digest items; not the same as search_news tickers-only heat mode.
limitNoPage size; default 20, max 100.
cursorNoOptional pagination cursor.
end_timeNoAbsolute end (ISO8601 or Unix sec/ms). Mutually exclusive with time_range.
directionNoOptional filter on persisted impact_direction: positive / negative / neutral / mixed / unknown / all (default all, no filter). MCP does not re-judge direction.
event_typeNoOptional filter on structured digest event_type. Not search_news headline similarity/heat.
start_timeNoAbsolute start (ISO8601 or Unix sec/ms). Mutually exclusive with time_range; pair with end_time or let server fill the other bound.
time_rangeNoRelative window for event digest list: 1h / 24h / 7d. Mutually exclusive with start_time/end_time; omit all for last 24h or server default when time filter disabled. Not CPI/Fed macro series—use macro indicator tools.

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinNo
countYes
itemsYes
limitYes
totalYes
end_timeNo
directionNo
event_typeNo
start_timeNo
time_rangeNo
duration_msYes
news_events_get_market_move_report
Read-onlyIdempotent
Inspect

[Read] Query a stored market-move attribution report by symbol, optional report_id, or optional event_id. Lookup priority is report_id > event_id > latest report for symbol. Returned event/report timestamps are UTC0 unless the field name ends in _utc8. This tool never requests report regeneration and does not expose is_make_new.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesRequired cryptocurrency symbol, for example BTC or TAIKO; 1-20 characters and normalized to uppercase.
event_idNoOptional market-move event ID. When report_id and event_id are omitted, returns the latest report for symbol.
report_idNoOptional report ID for an exact lookup. Takes priority over event_id when both are provided.

Output Schema

ParametersJSON Schema
NameRequiredDescription
titleNo
symbolYes
summaryNo
z_priceNo
event_idYes
evidenceNo
directionNo
report_idYes
created_atNo
event_timeNo
updated_atNo
window_endNo
duration_msNoMCP-to-service-ai-pe call duration; populated by get_market_move_report.
report_infoNo
source_typeNo
generated_atNo
window_startNo
report_statusYescompleted, pending, failed, or not_found.
storage_errorNo
trigger_labelNo
candidate_typeYes
storage_statusNo
window_end_utc8No
price_change_pctNo
window_start_utc8No
z_price_thresholdNo
display_expire_timeNo
absolute_change_thresholdNo
news_events_list_market_move_reports
Read-onlyIdempotent
Inspect

[Read] List stored market-move attribution reports for one symbol, filtering by an inclusive UTC0 updated_at range and sorting results by event_time descending. Reports may be updated after their market event, so updated_at can be later than event_time. Timezone-less inputs are UTC0; inputs with an explicit offset are converted to UTC0 before the read-only service-ai-pe query.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum reports to return; omitted or 0 defaults to 20, otherwise allowed range is 1-100.
symbolYesRequired cryptocurrency symbol, for example ETH; 1-20 characters and normalized to uppercase.
end_timeYesRequired inclusive upper bound for report updated_at in UTC0. Accepts ISO 8601 or YYYY-MM-DD HH:MM:SS; a value without a timezone is interpreted as UTC0, an explicit offset is converted to UTC0, and the value must not precede start_time.
start_timeYesRequired inclusive lower bound for report updated_at in UTC0. Accepts ISO 8601 or YYYY-MM-DD HH:MM:SS; a value without a timezone is interpreted as UTC0, and an explicit offset is converted to UTC0 before calling service-ai-pe.

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusYesready, generating, not_found, or failed.
reportsYesReports whose updated_at is within the requested inclusive UTC0 range, sorted by event_time descending. updated_at may be later than event_time because a generated report can be updated again.
trace_idYes
duration_msYes
news_feed_get_exchange_announcements
Read-onlyIdempotent
Inspect

[Read] Venue-published exchange notices: listings, delistings, maintenance. Media rumors or general crypto headlines -> search_news.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoWindow end Unix sec inclusive; forwarded downstream and filtered locally.
coinNoComma-separated tickers; omit if empty.
fromNoWindow start Unix sec; omit if <= 0; MCP also filters locally after fetch.
limitNoMax rows; omit if unset or <= 0; cap 100 when set.
queryNoOptional text filter on official venue notices; omit if empty. For general crypto media headlines use search_news—not a substitute for venue-published listing API.
exchangeNoVenue id for API platform; used when platform is empty; not merged with query.
platformNoURL param platform; wins over exchange; if empty falls back to exchange.
announcement_typeNolisting / delisting / maintenance / all. Omit or unknown value is treated as all (no type filter).

Output Schema

ParametersJSON Schema
NameRequiredDescription
toNo
coinNo
fromNo
countYes
itemsYes
limitNo
queryNo
totalYes
exchangeNo
platformNo
duration_msYes
announcement_typeNo
news_feed_get_hot_topics
Read-onlyIdempotent
Inspect

[Read] Get the top 2-4 social discussion themes for one coin over the latest 4h, including direction, influence, sentiment, platforms, and representative evidence posts. For arbitrary social search use search_ugc; for X/Twitter-only narrative research use search_x.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinYesRequired non-empty cryptocurrency ticker, for example ETH. Leading and trailing whitespace is removed and the value is normalized to uppercase. Unknown or no-data tickers may return an empty result with hide_reason=no_data; no coin-dictionary validation is performed.
limitNoNumber of hot topics to return. Default 4; allowed range 2 to 4.
windowNoAggregation window. Only 4h is currently supported; default 4h.
platformsNoComma-separated social platforms; default all. Supported: all, gate_square, binance_square, twitter, telegram, youtube, reddit, discord. all cannot be combined with another platform.

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinYes
topicsYesTwo to four qualified topics, or an empty array when evidence is insufficient.
windowYes
trace_idNo
duration_msYes
hide_reasonYes
generated_atYesUpstream generation time as Unix seconds.
news_feed_get_mention_burst
Read-onlyIdempotent
Inspect

[Read] Get a coin's 24h multi-platform social mention burst signal, growth, sentiment direction, platform breakdown, and display eligibility. For general sentiment ratios and sample tweets use get_social_sentiment; for individual social discussions use search_ugc.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinYesRequired non-empty cryptocurrency ticker, for example BTC. Leading and trailing whitespace is removed and the value is normalized to uppercase. Unknown or no-data tickers may return an empty result with hide_reason=no_data; no coin-dictionary validation is performed.
windowNoAggregation window. Only 24h is currently supported; default 24h.
platformsNoComma-separated social platforms; default all. Supported: all, gate_square, binance_square, twitter, telegram, youtube, reddit, discord. all cannot be combined with another platform.

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinYes
windowYes
is_burstYesTrue when the upstream burst thresholds for baseline, sample size, and growth are all met.
trace_idNo
duration_msYes
growth_rateYes
hide_reasonYes
display_colorYesDisplay color generated by the upstream service: red, green, or neutral.
evidence_summaryYes
platform_breakdownYes
sentiment_directionYesbullish, bearish, or neutral.
current_mention_countYes
previous_mention_countYes
current_weighted_mention_countYes
previous_weighted_mention_countYes
news_feed_get_social_sentiment
Read-onlyIdempotent
Inspect

[Read] Aggregate per-coin social sentiment for a time range: overall sentiment, positive/negative split, mention count, and sample tweets. X/Twitter post search or tweet-level evidence -> search_x. Multi-platform social thread search -> search_ugc.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoTickers e.g. BTC or BTC,ETH for per-coin aggregates: overall sentiment, positive/negative split, mention count, sample tweets (top_tweets order); omit defaults to BTC server-side. X/Twitter post search or tweet-level evidence -> search_x. Multi-platform social thread search -> search_ugc.
time_rangeNo1h / 24h (default) / 7d window for per-coin sentiment aggregation (overall sentiment, positive/negative split, mention count).

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinNo
time_rangeNo
top_tweetsYes
duration_msYes
mention_countYes
sentiment_labelYes
overall_sentimentYes
sentiment_label_rawNo
sentiment_distributionYes
news_feed_search_news
Read-onlyIdempotent
Inspect

[Read] Search the platform news index for headlines, news items, and briefing-style result lists. Open-web research with synthesized answers and cited external pages -> web_search. Event catalog with event_id -> get_latest_events.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoComma-separated tickers mapped to API tickers; sent only when query is empty (omitted when query is set). Heat mode supports news-item / briefing-style lists on the platform index—not open-web synthesis (web_search).
langNoMCP-only filter on metadata.lang or top-level lang; not sent to upstream API.
pageNoPage number mapped to API page; default 1.
limitNoPage size mapped to API page_size; default 10, max 100.
queryNoNon-empty: similarity mode (no tickers; default similarity_score 0.6). Empty: heat mode (top_total_score 1; optional coin/tickers). Platform news index for headlines, news items, and briefing-style result lists—not open-web research with synthesized answers and cited external pages (web_search) or event catalog with event_id (get_latest_events).
sort_byNoe.g. time (default); similarity mode with top_total_score 0 may still apply MCP local time sort.
end_timeNoEnd time mapped to API to (Unix sec). Ignored when time_range is set. End-only defaults start to 24h before end.
platformNoSource platform name for API platform (e.g. panews, theblock).
start_timeNoStart time (ISO8601 or Unix sec/ms) mapped to API from. Ignored when time_range is set. Start-only defaults end to now; both empty defaults last 7d when time_range is also empty.
time_rangeNoOptional preset window: 1h / 24h (default when preset value invalid) / 7d / 30d. When non-empty, overrides start_time/end_time and maps to API from/to (Unix epoch seconds). Omit to use start_time/end_time or implicit last-7d when both are empty.
platform_typeNoLegacy: maps to API platform when platform is omitted; omit platform when value is all.
top_total_scoreNoOnly when query empty (0 or 1); non-empty query forces similarity mode.
similarity_scoreNoSimilarity threshold; default 0.6 when query set; when query empty only sent if explicitly set.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toYes
coinNo
fromYes
langNo
pageNo
countYes
itemsYes
limitNo
queryNo
totalYes
sort_byNo
end_timeNo
platformNo
page_sizeNo
start_timeNo
time_rangeNo
duration_msYes
platform_typeNo
top_total_scoreYes
similarity_scoreNo
news_feed_search_ugc
Read-onlyIdempotent
Inspect

[Read] Reddit/Discord/Telegram/YouTube-style UGC: non-empty query uses vector API; coin without query uses OpenSearch. Both empty invalid. X/Twitter narrative -> search_x; headlines -> search_news. Not macro economic statistics; not structured event list -> get_latest_events.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoTicker filter; with query filters results; without query required with index for OpenSearch list mode.
limitNoMax items; default 10, max 50.
queryNoOptional NL query; non-empty uses vector search. May combine with coin; both empty is invalid.
domainNoUGC topical bucket: crypto / defi / finance / macro / ai_agent / web3_dev / all (default all). macro = social discussion about macro themes, not CPI/Fed/unemployment statistics (use macro data tools) or get_latest_events.
channelNoOptional source channel e.g. r/ethereum or handle.
sort_byNorelevance (default) / upvotes / recent.
platformNoreddit / discord / telegram / youtube / all (default all).
time_rangeNo1h / 24h / 7d (default) / 30d / all.
quality_tierNoA (default, high quality) / B / all.

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinNo
countYes
itemsYes
limitNo
queryNo
totalYes
domainNo
channelNo
sort_byNo
platformNo
time_rangeNo
duration_msYes
quality_tierNo
news_feed_search_x
Read-onlyIdempotent
Inspect

[Read] Search and analyze X/Twitter discussions for a topic, with tweet-level evidence and cited posts. Aggregate social mood, sentiment score, or positive/negative split -> get_social_sentiment. Open-web pages -> web_search. Multi-platform social search -> search_ugc.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoPlatform fallback: maps to tickers for feed-style items when xAI path is unused—tweet-level X evidence remains the primary tool goal; per-coin sentiment KPIs -> get_social_sentiment.
daysNoxAI only: lookback days when time_range omitted; omitted or <=0 treated as 1 (24h); min 1 when explicitly set.
langNoAnswer language: zh (default) / en / auto. Also used by platform fallback as MCP local lang filter.
pageNoPlatform fallback: page number.
limitNoPlatform fallback: page_size, default 10.
modelNoxAI only: override configured Grok model id.
queryNoX/Twitter topic for tweet-level evidence and cited posts; English recommended. xAI: empty returns no results. Aggregate social mood, sentiment score, or positive/negative split -> get_social_sentiment. Open-web pages -> web_search. Multi-platform social search -> search_ugc. Platform fallback matches search_news.query semantics.
sort_byNoPlatform fallback: sort field.
end_timeNoPlatform fallback: maps to to.
platformNoPlatform fallback: platform.
start_timeNoPlatform fallback: maps to from (Unix sec).
time_rangeNoPreferred recency window for search_x: 1h / 24h (default) / 7d. Takes precedence over days when set.
platform_typeNoPlatform fallback: maps when platform omitted.
allowed_handlesNoxAI only: include these X handles without @, max 10; mutually exclusive with excluded_handles.
top_total_scoreNoPlatform fallback: heat vs similarity.
excluded_handlesNoxAI only: exclude these handles, max 10.
similarity_scoreNoPlatform fallback: similarity threshold.
enable_image_understandingNoxAI only: analyze images in posts.
enable_video_understandingNoxAI only: analyze video in posts.

Output Schema

ParametersJSON Schema
NameRequiredDescription
coinNo
daysNo
langNo
countYes
itemsYes
modelNo
queryNo
totalYes
sourceNo
contentYesSame as summary for legacy clients; tweet-level X/Twitter evidence—not headline index (search_news).
summaryYesxAI: synthesized narrative from X/Twitter discussions with tweet-level evidence (same as content; always present). Not open-web synthesis with cited external pages (web_search). Not per-coin sentiment KPIs over a time range (get_social_sentiment).
to_dateNo
platformNo
from_dateNo
disclaimerNoFixed disclaimer on xAI success; empty on platform fallback.
key_pointsYesxAI: bullet points from cited posts; empty array if none. Not briefing-style platform news lists (search_news).
duration_msYes
cited_tweetsYesxAI: tweet-level evidence and cited posts; fields depend on model and citations.
platform_typeNo
allowed_handlesNo
sentiment_labelYesxAI: bullish / bearish / neutral for the discussion; empty if unknown. Not per-coin sentiment label KPIs (get_social_sentiment).
sentiment_scoreNo
excluded_handlesNo
news_prediction_get_event_signal
Read-onlyIdempotent
Inspect

[Read] Single event signal from dws_external_event_signal_hf by event_ref (venue:venue_event_id). window 1h/24h/7d (default 24h). Returns outcome_probabilities, volume_flow, directional_context, optional markets[] (default include_markets=true). depth_summary always null—use get_market_orderbook for live depth. daily_ranking when rank index configured. Discover event_ref -> search_events. include_orderbook_summary ignored.

ParametersJSON Schema
NameRequiredDescriptionDefault
venueNoOptional; each non-empty value must equal event_ref venue or invalid_param.
windowNoRecency filter on part_hour; default 24h. Allowed: 1h, 24h, 7d (case-insensitive).
event_refYesRequired. venue:venue_event_id (split on first colon; id may contain more colons). Discover via search_events.
include_marketsNoOmitted or null defaults true. false omits markets[]; true parses embedded markets or enriches from predictionMarketIndex.
include_orderbook_summaryNoDeprecated and ignored; depth_summary is always null—use get_market_orderbook.

Output Schema

ParametersJSON Schema
NameRequiredDescription
windowNo
marketsNo
partialYes
duration_msYes
signal_timeYes
volume_flowYes
daily_rankingNo
depth_summaryYes
event_identityYes
missing_sourcesYes
source_data_statusYes
directional_contextYes
outcome_probabilitiesYes
cross_venue_divergenceNo
news_prediction_get_fastest_rising_ranking
Read-onlyIdempotent
Inspect

[Read] Daily venue/overall ranking by probability rise (UTC rank_date). Optional venue[], category, status (same as volume_delta ranking). Drops rows missing open_mid_probability_utc or probability_delta_today. Requires predictionRankIndex.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size; default 20, max 100.
venueNoOptional venue filter. Allowed: polymarket, predict_fun.
statusNoOptional status filter on rank index. Allowed: active, closed, resolved, all. Defaults to active.
categoryNoOptional category filter: exact term on rank index field category; omit or all to disable.
date_utcNoUTC date in YYYY-MM-DD. Defaults to today_utc.

Output Schema

ParametersJSON Schema
NameRequiredDescription
overallYes
partialYes
by_venueYes
duration_msYes
generated_atYes
rank_date_utcYes
missing_sourcesYes
excluded_reasonsYes
source_data_statusYes
news_prediction_get_market_orderbook
Read-onlyIdempotent
Inspect

[Read] Live current order book only (mode=current). depth 1-20 (default 20). polymarket: market_id=venue_market_id; needs opensearch.predictionMarketIndex for token lookup (else not_implemented); yes/no CLOB /book in parallel—partial if one side fails, tool error only if both fail. predict_fun: official numeric market_id (not polymarket ids); needs predictFunAPIKey—empty/missing config returns partial_not_configured (no HTTP); API/parse errors return partial (not internal); 404 resource_not_found. Rejects history/granularity/time/page_token. snapshot_time/book_levels/best_* may be null when partial. Event list/signal -> search_events / get_event_signal.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoEmpty or current only (default current). history and other values rejected.
depthNoyes_bids/yes_asks top-N levels; default 20; allowed 1-20 inclusive; out of range invalid_param.
venueYesRequired. polymarket or predict_fun. polymarket needs predictionMarketIndex; predict_fun needs predictFunAPIKey (else partial_not_configured, not a tool error).
end_timeNoUnsupported; if set, request is rejected.
market_idYesRequired. polymarket: venue_market_id in dws_prediction_market_hf (token lookup). predict_fun: official numeric id (e.g. 356640), not polymarket venue_market_id.
page_tokenNoUnsupported; if set, request is rejected.
start_timeNoUnsupported; if set, request is rejected.
granularityNoUnsupported; if set, request is rejected.

Output Schema

ParametersJSON Schema
NameRequiredDescription
modeYes
venueYes
partialYes
market_idYes
source_apiYes
book_levelsYes
duration_msYes
snapshot_timeYes
missing_sourcesYes
source_data_statusYes
news_prediction_get_volume_delta_ranking
Read-onlyIdempotent
Inspect

[Read] Daily venue/overall ranking by volume delta (UTC rank_date). Optional venue[], category (exact term on rank index), status (active/closed/resolved/all; default active). Requires opensearch.predictionRankIndex.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size; default 20, max 100.
venueNoOptional venue filter. Allowed: polymarket, predict_fun.
statusNoOptional status filter on rank index. Allowed: active, closed, resolved, all. Defaults to active.
categoryNoOptional category filter: exact term on rank index field category; omit or all to disable.
date_utcNoUTC date in YYYY-MM-DD. Defaults to today_utc.

Output Schema

ParametersJSON Schema
NameRequiredDescription
overallYes
partialYes
by_venueYes
duration_msYes
generated_atYes
rank_date_utcYes
missing_sourcesYes
excluded_reasonsYes
source_data_statusYes
news_prediction_search_events
Read-onlyIdempotent
Inspect

[Read] Search prediction events on opensearch.predictionEventSignalIndex (dws_prediction_event_signal_hf alias, hourly UNIQUE part_hour+venue+venue_event_id). query/coin/category optional; coin-only unsupported_filter. status filters event_status; status_tags from status_json_array. sort recently_listed uses create_time (first_seen); volume_delta_today uses total_volume_usd_24h (no volume_delta column). category filter: event_category_primary or lead_market_category_primary; excludes empty event_category_primary. Collapse venue_event_id. with_markets: source_markets_json or predictionMarketIndex. Detail -> get_event_signal (external); orderbook -> get_market_orderbook.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoOptional coin ticker; cannot be used alone without query or category (unsupported_filter). With query/category expands text recall only (best_effort).
limitNoPage size; default 20, max 100.
queryNoOptional full-text query; all of query, coin, category are optional.
venueNoOptional venue filter. Allowed: polymarket, predict_fun.
statusNoFilter by ES event_status; default active. Allowed: active, closed, resolved, all. Response status_tags comes from status_json_array.
sort_byNoSort key; default attention. Allowed: attention, volume, liquidity, recently_listed, probability_change, volume_delta_today (maps to total_volume_usd_24h on signal index).
categoryNoOptional primary category enum (crypto_price, sports, elections, …). Matches event_category_primary or lead_market_category_primary.
page_tokenNoBase64URL page token from prior next_page_token; filters must match first page.
with_marketsNoWhen true, attach market summaries from source_markets_json or predictionMarketIndex.

Output Schema

ParametersJSON Schema
NameRequiredDescription
eventsYes
partialYes
duration_msYes
missing_sourcesNo
next_page_tokenNo
coin_filter_modeNo
effective_sort_byNoActual sort applied (equals sort_by unless ES sort fallback).

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.