Gate Info MCP
REMOTE · API.GATEMCP.AI · SCANNED SEP 20
Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS enforcement could not be verified: the plaintext port answered with HTTP 522, which proves neither a plaintext path nor enforcement. View diagnostics → Unverified
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability65
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 7409 tokens (~231/item across 32 items; 32 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 8 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (97% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 32 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 33 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the Gate Info MCP server?
Gate Info MCP is a hosted endpoint at https://api.gatemcp.ai/mcp/info, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · api.gatemcp.ai
claude mcp add --transport http gateio-dev-gate-info 'https://api.gatemcp.ai/mcp/info'
{
"mcpServers": {
"gateio-dev-gate-info": {
"url": "https://api.gatemcp.ai/mcp/info"
}
}
} {
"servers": {
"gateio-dev-gate-info": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/info"
}
}
} [mcp_servers.gateio-dev-gate-info] url = "https://api.gatemcp.ai/mcp/info"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gateio-dev-gate-info": {
"type": "remote",
"url": "https://api.gatemcp.ai/mcp/info",
"enabled": true
}
}
} openclaw mcp add gateio-dev-gate-info --url 'https://api.gatemcp.ai/mcp/info' --transport streamable-http
mcp_servers:
gateio-dev-gate-info:
url: "https://api.gatemcp.ai/mcp/info" {
"McpServers": {
"gateio-dev-gate-info": {
"Transport": "http",
"Url": "https://api.gatemcp.ai/mcp/info"
}
}
} assistant mcp add gateio-dev-gate-info -t streamable-http -u 'https://api.gatemcp.ai/mcp/info'
{
"mcpServers": {
"gateio-dev-gate-info": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/info"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 10 Sept 26 0
- Tool “info_marketdetail_get_kline” rewrote its description, which is the text the model reads security
- “info_marketdetail_get_kline” reworded the description of “end_time” cosmetic
- “info_marketdetail_get_kline” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” reworded the description of “start_time” cosmetic
- 9 Sept 26 0
- A breaking change shipped without a version bump: still 0.1.0 ▼ security
- Tool “info_marketdetail_get_kline” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_orderbook” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_recent_trades” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_batch_market_snapshot” rewrote its description, which is the text the model reads security
- “info_marketsnapshot_batch_market_snapshot” changed the type of “symbols”: null|array → array ▼ functional
- “info_coin_get_coin_info” reworded the description of “query” cosmetic
- “info_coin_get_coin_info” reworded the description of “query_type” cosmetic
- “info_coin_get_coin_info” reworded the description of “scope” cosmetic
- “info_coin_get_coin_info” reworded the description of “size” cosmetic
- “info_marketdetail_get_kline” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” reworded the description of “market_type” cosmetic
- “info_marketdetail_get_kline” reworded the description of “timeframe” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “depth” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “market_type” cosmetic
- “info_marketdetail_get_recent_trades” reworded the description of “limit” cosmetic
- “info_marketdetail_get_recent_trades” reworded the description of “market_type” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “scope” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “source” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “symbols” cosmetic
- “info_marketsnapshot_batch_market_snapshot” reworded the description of “timeframe” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “indicator_timeframe” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “scope” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “source” cosmetic
- “info_marketsnapshot_get_market_snapshot” reworded the description of “timeframe” cosmetic
- 8 Sept 26 0
- Tool “info_coin_get_coin_info” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_kline” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_orderbook” rewrote its description, which is the text the model reads security
- Tool “info_marketdetail_get_recent_trades” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_batch_market_snapshot” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_get_market_overview” rewrote its description, which is the text the model reads security
- Tool “info_marketsnapshot_get_market_snapshot” rewrote its description, which is the text the model reads security
- “info_coin_get_coin_info” reworded the description of “chain” cosmetic
- “info_coin_get_coin_info” reworded the description of “size” cosmetic
- “info_marketdetail_get_kline” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” reworded the description of “start_time” cosmetic
- “info_marketdetail_get_kline” reworded the description of “symbol” cosmetic
- “info_marketdetail_get_kline” reworded the description of “timeframe” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “depth” cosmetic
- “info_marketdetail_get_orderbook” reworded the description of “symbol” cosmetic
- “info_marketdetail_get_recent_trades” reworded the description of “limit” cosmetic
- “info_marketdetail_get_kline” dropped the optional parameter “extra” cosmetic
- “info_marketdetail_get_orderbook” dropped the optional parameter “extra” cosmetic
- “info_marketdetail_get_recent_trades” dropped the optional parameter “extra” cosmetic
- 27 Aug 26 −2
- Stability: pass → fail ▼ security
- A breaking change shipped without a version bump: still 0.1.0 ▼ security
- “info_coin_get_coin_info” changed the type of “fields”: array → null|array ▼ functional
- “info_coin_search_coins” changed the type of “market_cap_max”: number → null|number ▼ functional
- “info_coin_search_coins” changed the type of “market_cap_min”: number → null|number ▼ functional
- “info_marketsnapshot_batch_market_snapshot” changed the type of “symbols”: array → null|array ▼ functional
- “info_markettrend_get_indicator_history” changed the type of “indicators”: array → null|array ▼ functional
- “info_markettrend_get_kline” changed the type of “with_indicators”: boolean → null|boolean ▼ functional
- “info_onchain_get_address_info” changed the type of “min_value_usd”: number → null|number ▼ functional
- “info_platformmetrics_get_platform_history” changed the type of “metrics”: array → null|array ▼ functional
- “info_platformmetrics_get_stablecoin_info” changed the type of “sections”: array → null|array ▼ functional
- “info_platformmetrics_get_yield_pools” changed the type of “min_tvl_usd”: number → null|number ▼ functional
- Tool “info_onchain_get_address_info” dropped its output schema ▼ functional
- MCP protocol: Implements a current MCP spec version (2026-07-28). functional
- MCP protocol version: 2025-11-25 → 2026-07-28 functional
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 25 Aug 26 0
- Stability: 0.97 → pass security
- 24 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Probed https://api.gatemcp.ai/mcp/info
TLS valid
Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=api.gatemcp.ai | CN=TrustAsia DV TLS RSA CA 2025,O=TrustAsia Technologies\, Inc.,C=CN | 1 Aug 2026 | 29 Oct 2026 | RSA 2048 | SHA256-RSA | 5b67f0c347846bf3451b522c6ab8381 |
| SANs: api.gatemcp.ai | ||||||
| CN=TrustAsia DV TLS RSA CA 2025,O=TrustAsia Technologies\, Inc.,C=CN (CA) | CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US | 8 Jan 2025 | 7 Jan 2035 | RSA 4096 | SHA256-RSA | 926323b4964e368461512def1a5d52c |
| CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US (CA) | CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US | 1 Aug 2013 | 15 Jan 2038 | RSA 2048 | SHA256-RSA | 33af1e6a711a9a0bb2864b11d09fae5 |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of api.gatemcp.ai. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| ai. | present | 3799 | 8 | Verified |
| gatemcp.ai. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://api.gatemcp.ai/mcp/info | Verified | 200 | |
| http (plaintext) | http://api.gatemcp.ai/mcp/info | Inconclusive | 522 |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
info_coin_get_coin_info ~227
Look up one cryptocurrency profile by ticker, name, contract address, or Gate symbol. Optional chain disambiguates address clashes. Returns matching rows with basic project fields. Read-only public data; not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | Chain hint for address disambiguation when query_type=address or auto-detected EVM address; e.g. eth, tron, bsc. |
| fields | null|array | – | Field allowlist; empty = all. scope wins when both set. |
| query | string | yes | Search text: symbol, contract address, localized name, etc. Non-empty. |
| query_type | string | – | Lookup mode; default auto when omitted. Allowed: auto|address|symbol|name|project|gate_symbol|source_id. |
| scope | string | – | Response field scope; default basic when omitted. Allowed: basic|detailed|full|with_project|with_tokenomics. |
| size | integer | – | Max rows; omit for default 3; minimum 1, maximum 20. Over-limit rejected (not truncated). |
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | – |
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| query | string | yes | – |
| query_type | string | yes | – |
| scope | string | – | – |
| total | integer | yes | – |
No examples provided.
info_coin_get_coin_rankings ~231
Boards: popular, gainers/losers, twitter_hot, airdrop, new_listing, market_pulse_hot. time_range only for gainers/losers. Single match→get_coin_info. Filtered list→search_coins. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Rows; default 20, max 400. |
| listing_from | integer | – | new_listing only: Unix seconds from; 0 = omit. |
| listing_query | string | – | new_listing only: exchange / keyword for upstream query. |
| listing_tickers | string | – | new_listing only: comma tickers e.g. BTC,ETH. |
| ranking_type | string | yes | popular|top_gainers|top_losers|twitter_hot|airdrop|new_listing|market_pulse_hot |
| time_range | string | – | Only for top_gainers|top_losers: 1h|24h (default)|7d. Omit for other ranking_type or validation fails. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| ranking_type | string | yes | – |
| time_range | null|string | yes | – |
| total | integer | yes | – |
No examples provided.
info_coin_search_coins ~238
Multi-row asset list by category, chain, cap, type. One clear match→get_coin_info. Boards→get_coin_rankings. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_type | string | – | crypto (default) | tradefi | all |
| category | string | – | Controlled sector tag or group (e.g. Layer 1, DEX); case-insensitive; matches category_type_flat then category_type; unknown values return empty list. |
| chain | string | – | Chain filter: canonical name or alias (ETH→Ethereum, BSC→BNB Chain); contains match on normalized chain list. |
| limit | integer | – | Page size; default 20, max 400. |
| market_cap_max | null|number | – | Max market cap USD. |
| market_cap_min | null|number | – | Min market cap USD; range on market_value / market_cap. |
| offset | integer | – | Offset; default 0. |
| sort_by | string | – | market_cap (default) | fdv | circulating_supply; all desc |
| Name | Type | Req | Description |
|---|---|---|---|
| asset_type | string | – | – |
| category | string | – | – |
| chain | string | – | – |
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| limit | integer | – | – |
| market_cap_max | null|number | – | – |
| market_cap_min | null|number | – | – |
| offset | integer | – | – |
| sort_by | string | – | – |
| total | integer | yes | – |
| total_count | integer | yes | – |
No examples provided.
info_compliance_check_token_security ~170
Public heuristic token security screen (e.g. tax/holder-risk style signals from data providers). Not a security guarantee or legal/investment advice. On-chain activity stats→get_token_onchain. Token xor address with chain; scope in schema. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | – | Contract address; xor with token. |
| chain | string | yes | Chain id e.g. eth, bsc, solana, base, arb. |
| lang | string | – | Locale: en|cn|tw|ja|kr; default en. |
| scope | string | – | basic (default)|full. |
| token | string | – | Token symbol e.g. PEPE; xor with address. |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| buy_tax | string | – | – |
| chain | string | yes | – |
| count | integer | yes | – |
| data_analysis | null|object | – | – |
| dev_holding_percent | string | – | – |
| duration_ms | integer | yes | – |
| high_risk_list | null|array | – | – |
| holder_count | string | – | – |
| holders | null|array | – | – |
| is_honeypot | boolean | yes | – |
| is_open_source | boolean | yes | – |
| low_risk_list | null|array | – | – |
| middle_risk_list | null|array | – | – |
| name_risk | null|object | – | – |
| risk_facts | null|array | – | – |
| risk_summary | object | yes | – |
| scope | string | – | – |
| sell_tax | string | – | – |
| tax_analysis | null|object | – | – |
| token | string | – | – |
| top10_percent | string | – | – |
| total | integer | yes | – |
No examples provided.
info_macro_get_economic_calendar ~179
Filtered release calendar in a date window. Zero-arg dashboard→get_macro_summary. Indicator snapshot or series→get_macro_indicator. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | – | End YYYY-MM-DD inclusive; default start+30d; sorted by event_date desc. |
| event_type | string | – | FOMC|NFP|CPI|PPI|GDP|PCE|...; empty or all = no filter. |
| importance | string | – | Importance filter; ignored if index lacks field. |
| size | integer | – | Rows; default 20, max 400. |
| start_date | string | – | Start YYYY-MM-DD for event_date; default today UTC; if only end_date set, start defaults today. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| end_date | string | – | – |
| event_type | string | – | – |
| importance | string | – | – |
| items | null|array | yes | – |
| size | integer | – | – |
| start_date | string | – | – |
| total | integer | yes | – |
No examples provided.
info_macro_get_macro_indicator ~235
Official macro stats: latest or series by country/indicator (CPI, rates, jobs). No event feed. Calendar→get_economic_calendar. Dashboard→get_macro_summary. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Country display name e.g. United States; wins over country_code if both set. |
| country_code | string | – | ISO code e.g. US when index lacks display name. |
| end_date | string | – | Same as end_time. |
| end_time | string | – | Range end; alias end_date. |
| indicator | string | yes | Exact keyword match on indicator.keyword OR indicator_id.keyword OR slugname.keyword; ASCII case-insensitive via exact variants (original, lower, upper). |
| mode | string | – | latest (default, snapshot) or timeseries. |
| size | integer | – | Rows; default 20, max 400. |
| start_date | string | – | Same as start_time. |
| start_time | string | – | Range start; alias start_date; filters date/part_date. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| country | string | – | – |
| duration_ms | integer | yes | – |
| end_date | string | – | – |
| end_time | string | – | – |
| indicator | string | yes | – |
| latest | null|object | – | – |
| mode | string | yes | – |
| note | string | – | Optional empty-result or fallback hint. |
| size | integer | – | – |
| start_date | string | – | – |
| start_time | string | – | – |
| timeseries | null|object | – | – |
| total | integer | yes | – |
No examples provided.
info_macro_get_macro_summary ~63
Zero-arg macro dashboard: key snapshots plus upcoming releases. Filtered calendar list→get_economic_calendar. Indicator snapshot or series→get_macro_indicator. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| indicators | object | yes | – |
| indicators_total | integer | yes | – |
| next_events | null|array | yes | – |
| snapshot_time | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_marketdetail_get_kline ~355
Read-only Gate candlesticks for a trading pair or contract. Inputs: symbol (required), timeframe (validated per market_type; delivery excludes 1s|3d), market_type spot|futures|delivery|options (default spot), limit 1–400 (default 100; over-limit rejected) for latest N only, optional paired start_time/end_time Unix seconds (mutually exclusive with limit; range returns up to 400 latest candles and may set truncated/actual_start_time/actual_end_time), settle for futures/delivery. Each candle includes t, open, high, low, close; volume and quote_volume only when upstream provides them. Invalid timeframe or unknown symbol returns an error. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| end_time | integer | – | End Unix seconds; must be paired with start_time. Range queries return up to 400 latest candles and may set truncated. |
| limit | integer | – | Max candles when no time range; omit for default 100; minimum 1, maximum 400. Over-limit rejected. Cannot combine with start_time/end_time. |
| market_type | string | – | Market venue; default spot when omitted. Allowed: spot|futures|delivery|options. |
| settle | string | – | futures/delivery settlement; default usdt. |
| start_time | integer | – | Start Unix seconds; must be paired with end_time. Omit both with limit for latest N candles. Mutually exclusive with explicit limit. |
| symbol | string | yes | Pair or contract e.g. BTC_USDT. |
| timeframe | string | yes | Candle interval. start_time/end_time are Unix seconds. |
| Name | Type | Req | Description |
|---|---|---|---|
| actual_end_time | integer | – | Latest candle t in items (Unix seconds) after truncation. |
| actual_start_time | integer | – | Earliest candle t in items (Unix seconds) after truncation. |
| cex_tool | string | – | Upstream route label (omitted on open surface). |
| count | integer | yes | – |
| duration_ms | integer | – | Server timing (omitted on open surface). |
| end_time | integer | – | Echoed range end when start_time/end_time were provided. |
| items | null|array | yes | Candles with t, open, high, low, close required; volume/quote_volume when upstream provides them; times UTC. |
| market_type | string | yes | – |
| settle | string | – | – |
| start_time | integer | – | Echoed range start when start_time/end_time were provided. |
| symbol | string | yes | Echo input. Candle times are UTC (+00:00); convert for local display. |
| timeframe | string | yes | – |
| total | integer | yes | – |
| truncated | boolean | – | True when a range query returned only the latest MaxKlineLimit candles. |
No examples provided.
info_marketdetail_get_orderbook ~207
Read-only Gate order book depth (bids/asks as price/size) for a trading pair or contract. Inputs: symbol (required), market_type spot|futures|delivery|options (default spot), depth 1–100 (default 20; over-limit rejected), settle for futures (usdt|btc) or delivery (usdt). Spot/options reject settle. Does not place orders. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | integer | – | Order book depth levels; omit for default 20; minimum 1, maximum 100. Values above max are rejected. |
| market_type | string | – | Market venue; default spot when omitted. Allowed: spot|futures|delivery|options. |
| settle | string | – | Settlement for futures/delivery; default usdt; omit for options. |
| symbol | string | yes | Trading pair e.g. BTC_USDT. |
| Name | Type | Req | Description |
|---|---|---|---|
| cex_tool | string | – | Upstream route label (omitted on open surface). |
| count | integer | yes | – |
| depth | integer | yes | – |
| duration_ms | integer | – | Server timing (omitted on open surface). |
| items | null|array | yes | Usually one OrderBookItem with bids/asks as {price,size} levels. |
| market_type | string | yes | – |
| settle | string | – | – |
| symbol | string | yes | Echo input. Item timestamps are UTC (+00:00); convert for local display. |
| total | integer | yes | – |
No examples provided.
info_marketdetail_get_recent_trades ~211
Read-only recent Gate trade prints for a trading pair or contract. Inputs: symbol (required), market_type spot|futures|delivery|options (default spot), limit 1–400 (default 50; over-limit rejected), settle for futures (usdt|btc) or delivery (usdt). create_time_ms keeps upstream units (spot usually ms; futures/delivery often fractional seconds). side is optional (spot); derivatives may use signed size. Does not place orders. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Recent trades count; omit for default 50; minimum 1, maximum 400. Over-limit rejected. |
| market_type | string | – | Market venue; default spot when omitted. Allowed: spot|futures|delivery|options. |
| settle | string | – | futures/delivery settlement; default usdt. |
| symbol | string | yes | Pair or contract id. |
| Name | Type | Req | Description |
|---|---|---|---|
| cex_tool | string | – | Upstream route label (omitted on open surface). |
| count | integer | yes | – |
| duration_ms | integer | – | Server timing (omitted on open surface). |
| items | null|array | yes | Public trades: time, price, amount/size; side optional (spot). create_time_ms keeps upstream units. |
| limit | integer | yes | – |
| market_type | string | yes | – |
| settle | string | – | – |
| symbol | string | yes | Echo input. Trade times are UTC (+00:00); convert for local display. |
| total | integer | yes | – |
No examples provided.
info_marketsnapshot_batch_market_snapshot ~233
Batch market snapshots for up to 20 symbols; raw array length 1–20 before trim/dedupe; missing symbols appear in not_found. Same timeframe/source/quote/scope semantics as the single-symbol snapshot. Read-only public market data. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| quote | string | – | Quote currency; default USDT; maps to OpenSearch market. |
| scope | string | – | Response field scope; default basic. Allowed: basic|detailed|full. |
| source | string | – | Market source; default spot. futures is accepted and normalized to future. Allowed: alpha|spot|future|futures|fx. |
| symbols | array | yes | Raw symbol array length 1–20 (checked before trim/dedupe). Then trim, reject blanks, dedupe; missing symbols go to not_found (omitted from items). |
| timeframe | string | – | Kline interval; default 1h when omitted. Allowed: 15m|1h|4h|1d. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| items | null|array | yes | – |
| not_found | null|array | yes | – |
| quote | string | – | – |
| scope | string | – | – |
| source | string | – | – |
| symbols | null|array | – | – |
| timeframe | string | – | – |
| total | integer | yes | – |
| unavailable | null|array | yes | – |
No examples provided.
info_marketsnapshot_get_institutional_metrics ~195
BTC/ETH institutional ETF/CME/CFTC daily metrics (OpenSearch). asset=BTC|ETH|all; channel=all|etf|cme|cftc nulls non-selected fields. CME often null with data_status cme_source_not_procured. Returns assets[].latest and series[]. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | – | BTC|ETH|all; default BTC. all returns BTC and ETH groups. |
| channel | string | – | all|etf|cme|cftc; default all. |
| end_date | string | – | YYYY-MM-DD; default latest part_date available from OpenSearch. |
| limit | integer | – | 1-366; default 30. |
| start_date | string | – | YYYY-MM-DD; default end_date - 30d. |
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | – |
| assets | null|array | yes | – |
| channel | string | yes | – |
| count | integer | yes | – |
| data_status | string | yes | – |
| duration_ms | integer | yes | – |
| end_date | string | yes | – |
| start_date | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_marketsnapshot_get_market_overview ~62
Broad market overview dashboard: capitalization, volume, dominance, and sentiment style metrics. No symbol required. Read-only public market breadth data. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| active_coins_count | null|integer | yes | – |
| ahr999 | null|number | yes | – |
| altcoin_season_index | null|integer | yes | – |
| btc_dominance | null|number | yes | – |
| btc_price | null|number | yes | – |
| duration_ms | integer | yes | – |
| eth_dominance | null|number | yes | – |
| fear_greed_index | null|integer | yes | – |
| fear_greed_label | null|string | yes | – |
| market_cap_change_24h | null|number | yes | – |
| total_market_cap | null|number | yes | USD total market cap; null when that upstream slice fails. Each field may be null independently. |
| total_volume_24h | null|number | yes | – |
| updated_at | null|string | yes | – |
No examples provided.
info_marketsnapshot_get_market_snapshot ~262
One-symbol market snapshot: realtime price, a short kline clip, and project summary. Inputs include symbol, timeframe, source (e.g. spot), quote, and scope. When no data exists for the symbol, returns status=not_found with empty realtime/kline/project_info. Read-only public market data. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| indicator_timeframe | string | – | Alias of timeframe when timeframe omitted. Allowed: 15m|1h|4h|1d. |
| quote | string | – | Quote currency mapped to OpenSearch market; default USDT. |
| scope | string | – | Response field scope; default basic (trimmed). Allowed: basic|detailed|full. |
| source | string | – | Market source; default spot. futures is accepted and normalized to future. Allowed: alpha|spot|future|futures|fx. |
| symbol | string | yes | Symbol e.g. BTC, ETH, USDC. |
| timeframe | string | – | Kline interval; wins over indicator_timeframe when both set; default 1h if both empty. Allowed: 15m|1h|4h|1d. |
| Name | Type | Req | Description |
|---|---|---|---|
| derivatives | null|object | – | – |
| duration_ms | integer | yes | – |
| institutional_channel_summary | null|object | – | – |
| kline | object | yes | – |
| market_pulse | null|object | – | – |
| project_info | object | yes | – |
| quote | string | – | – |
| realtime | object | yes | – |
| scope | string | – | – |
| source | string | yes | – |
| status | string | – | not_found when no market/project data; not_available when symbol known but data temporarily missing; partial when some sections present; omit on full success. |
| symbol | string | yes | – |
| timeframe | string | yes | – |
No examples provided.
info_markettrend_get_indicator_history ~189
Historical indicator columns (RSI, MACD, MAs). OHLCV→get_kline. Chart-label snapshot→get_technical_analysis. Not trading signals or investment recommendations. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| end_time | string | – | Range end. |
| indicators | null|array | yes | ES field names e.g. rsi, macd, macd_dea, ma7, ema7, ma30, boll_upper_band, signal_value_k, profit_rate_stddev_7d. |
| limit | integer | – | Points; default 50, max 400. |
| start_time | string | – | Range start: ms or ISO8601. |
| symbol | string | yes | Symbol. |
| timeframe | string | yes | 15m|1h|4h|1d. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| indicators | null|array | yes | – |
| items | null|array | yes | – |
| symbol | string | yes | – |
| timeframe | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_markettrend_get_kline ~264
Trend-index OHLCV for symbols, with optional indicator bundle. Exchange pair or contract candles, or fine intervals→marketdetail_get_kline. Columns→get_indicator_history. Chart-label snapshot→get_technical_analysis. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| end_time | string | – | Absolute end. |
| limit | integer | – | Row count; default 100, max 400; alternative to size. |
| period | string | – | Window: 1h|4h|24h|7d|3d|5d|10d; default 24h. Ignored when start/end set. |
| size | integer | – | Row count; alias of limit; default 100, max 400. |
| start_time | string | – | Absolute start: ms timestamp or ISO8601; wins over period when paired with end. |
| symbol | string | yes | Symbol e.g. BTC, ETH. |
| timeframe | string | yes | Candle interval: 1m|5m|15m|1h|4h|1d. |
| with_indicators | null|boolean | – | If true, include technical columns in _source; default OHLCV only. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| period | string | yes | – |
| size | integer | yes | – |
| symbol | string | yes | – |
| timeframe | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_markettrend_get_technical_analysis ~171
Multi-timeframe chart-derived labels (e.g. bullish/bearish/neutral style summaries) from OHLCV only—descriptive research, not a price forecast or investment recommendation. OHLCV→get_kline. Raw columns→get_indicator_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| end_time | string | – | Absolute end: ms or RFC3339. |
| period | string | – | Window: 1h|4h|24h|7d|3d|5d|10d|all; default 3d. Absolute start/end win when parseable. |
| start_time | string | – | Absolute start: ms or RFC3339. |
| symbol | string | yes | Symbol. |
| Name | Type | Req | Description |
|---|---|---|---|
| duration_ms | integer | yes | – |
| end_time | string | – | – |
| period | string | – | Echo relative window; empty when start/end used. |
| signal | string | yes | Aggregate: bullish|bearish|neutral. |
| start_time | string | – | – |
| symbol | string | yes | – |
| timeframes | object | yes | – |
No examples provided.
info_onchain_get_address_info ~322
Wallet profile: asset_summary, token_balances (USD desc), multi_chain_token_balances, labels/risk; Solana adds token_account/mint_account. Chain aliases: op→optimism, avax|avalanche-c→avalanche, bera|berachain→bera, polygon|matic, etc. Errors: invalid_chain, invalid_address, upstream_not_ready. Transfers→get_address_transactions. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | On-chain address. |
| chain | string | – | Chain id e.g. eth, trx, bsc, btc, sol, base, arb. Omit to auto-detect from labels; default eth if unknown. |
| include_upstream_raw | boolean | – | Prefer false (default). If true, include New Explorer ApiResponse.data as new_explorer_*_raw; large payload, not for public clients. |
| min_value_usd | null|number | – | Min token balance USD; keep rows with parsed value_usd >= threshold. 0 keeps non-negative; unset/unparseable value_usd dropped. |
| scope | string | – | basic (default) | with_defi | with_counterparties | with_pnl | full. full merges all extensions; empty sections may be [] or null. detailed maps to full. |
| upstream_raw_mode | string | – | off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full. |
No output schema declared.
No examples provided.
info_onchain_get_address_transactions ~438
Paginated transfers; BTC items include inputs/outputs/tx_status. partial_upstream_response when upstream total>0 but list unparseable. Chain aliases same as get_address_info. Profile→get_address_info. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | On-chain address. |
| chain | string | – | Chain id (eth, trx, bsc, btc, sol, base, arb, ...); default eth. |
| end_time | integer | – | End Unix seconds. |
| from_address | string | – | Filter sender; maps to explorer GET from or POST transfers from. BlockInfo path ignores. |
| include_upstream_raw | boolean | – | Prefer false (default). If true, include new_explorer_address_*_raw and per-item source_raw; large payload, not for public clients. |
| limit | integer | – | Max rows; default 20, max 400; maps to explorer page_size. Some filters apply only to GET list paths. |
| min_value_usd | number | – | If >0, keep rows with value_usd >= threshold (same semantics as get_address_info min_value_usd). May map to explorer query when supported. |
| nonzero_value | boolean | – | If true, drop zero-amount token_transfer rows; passes nonzero_value to explorer POST when used. |
| start_time | integer | – | Start Unix seconds; pair with end_time; absolute wins over time_range. |
| time_range | string | – | Relative window vs start/end: 1h|24h|1d|7d|30d|90d as [now-Δ, now]. Ignored if start_time or end_time set. |
| to_address | string | – | Filter recipient; maps to explorer GET to or POST body to. BlockInfo path ignores. |
| tx_type | string | – | transfer | contract_call | token_transfer | all (default). |
| upstream_raw_mode | string | – | off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full. |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| chain | string | yes | – |
| count | integer | yes | – |
| data_quality | string | – | – |
| duration_ms | integer | yes | – |
| end_time | integer | – | – |
| items | null|array | yes | – |
| limit | integer | – | – |
| min_value_usd | number | – | – |
| new_explorer_address_internal_transactions_raw | null|array | – | – |
| new_explorer_address_sol_transactions_raw | null|array | – | – |
| new_explorer_address_token_transfers_raw | null|array | – | – |
| new_explorer_address_transactions_raw | null|array | – | – |
| new_explorer_address_transfers_raw | null|array | – | – |
| nonzero_value | boolean | – | – |
| quality_reasons | null|array | – | – |
| sources | null|array | – | – |
| start_time | integer | – | – |
| time_range | string | – | – |
| total | integer | yes | – |
| transactions | null|array | yes | – |
| tx_type | string | yes | – |
No examples provided.
info_onchain_get_token_onchain ~180
Token scope: holders, transfers, activity, smart_money. Address ledger→get_address_transactions. One tx→get_transaction. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | Chain; omit for service default. |
| include_upstream_raw | boolean | – | Prefer false (default). If true, include explorer_*_page raw and transfer source_raw; large payload, not for public clients. |
| scope | string | – | holders|activity|transfers|smart_money|full; default full. |
| token | string | yes | Token symbol e.g. ETH, USDT, or contract address. |
| upstream_raw_mode | string | – | off (default) | lite | full. Prefer off for public MCP. include_upstream_raw=true forces full. |
| Name | Type | Req | Description |
|---|---|---|---|
| activity | null|object | – | – |
| chain | string | yes | – |
| data_quality | string | – | – |
| duration_ms | integer | yes | required |
| explorer_holders_raw | null|array | – | – |
| explorer_token_raw | null|array | – | – |
| explorer_transfers_raw | null|array | – | – |
| holders | null|object | – | – |
| quality_reasons | null|array | – | – |
| scope | string | yes | – |
| smart_money | null|object | – | – |
| sources | null|array | – | – |
| token | string | yes | – |
| token_info | null|object | – | – |
| transfers | null|object | – | – |
No examples provided.
info_onchain_get_transaction ~163
One transaction by hash; fields sparse if upstream thin. Token view→get_token_onchain. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | Chain e.g. eth, bsc, btc; default eth. |
| include_upstream_raw | boolean | – | Prefer false (default). If true, include explorer_detail_raw and blockinfo_detail_raw; large payload, not for public clients. |
| tx_hash | string | yes | Transaction hash. Response may omit fields when upstream data is incomplete. |
| upstream_raw_mode | string | – | off (default) | lite | full. Prefer off for public MCP; only full adds detail raw. include_upstream_raw=true forces full. |
| Name | Type | Req | Description |
|---|---|---|---|
| block_height | integer | – | – |
| block_time | integer | – | – |
| blockinfo_detail_raw | null|array | – | – |
| chain | string | yes | – |
| contract_ret | string | – | – |
| data_quality | string | – | – |
| duration_ms | integer | yes | – |
| explorer_detail_raw | null|array | – | – |
| from | string | – | – |
| from_tags | null|array | – | – |
| gas_used | string | – | – |
| instructions | null|array | – | – |
| internal_transactions | null|array | – | – |
| method_name | string | – | – |
| program_logs | null|array | – | – |
| quality_reasons | null|array | – | – |
| sol_balance_change | null|array | – | – |
| sources | null|array | – | – |
| to | string | – | – |
| to_tags | null|array | – | – |
| token_balance_change | null|array | – | – |
| token_transfers | null|array | – | – |
| tx_fee | string | – | – |
| tx_fee_usd | string | – | – |
| tx_hash | string | yes | – |
| tx_tags | null|array | – | – |
| value | string | – | – |
| value_usd | string | – | – |
No examples provided.
info_platformmetrics_get_bridge_metrics ~157
Bridge ranking or one-bridge chain breakdown. Cross-sector dashboard across DeFi, spot, perp, stablecoin, or bridge→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| bridge_name | string | – | Bridge name (ASCII case-insensitive after trim/space normalize); omit for ranked list without chain_breakdown. |
| chain | string | – | Chain; normalized e.g. eth→Ethereum; filters chain_breakdown. |
| limit | integer | – | Rows; default 10, max 400. |
| sort_by | string | – | volume_24h (default)|volume_7d|deposit_txs_24h. |
| Name | Type | Req | Description |
|---|---|---|---|
| bridge_name | string | yes | – |
| chain | string | yes | – |
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| limit | integer | yes | – |
| sort_by | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_cex_orderbook_depth ~172
Competitor CEX ±1% order-book depth (spot/perp) from warehouse indices; BTC/ETH liquidity benchmarking. Gate native ladder→get_orderbook. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| data_scope | string | – | exchange|market; default market if only market index configured, else exchange when exchange set. |
| exchange | string | – | Venue e.g. BINANCE; when set with exchange index, filters exchange dimension. |
| limit | integer | – | Max rows; default 20, max 100. |
| market_type | string | – | spot|perp (maps to SPOT|PERP); default perp. |
| symbol | string | yes | Base asset e.g. BTC, ETH. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| data_scope | string | yes | – |
| duration_ms | integer | yes | – |
| exchange | string | yes | – |
| items | null|array | yes | – |
| limit | integer | yes | – |
| market_type | string | yes | – |
| symbol | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_chain_activity ~478
Chain-level activity metrics by metric_group. staking: Ethereum daily staking_metrics.series. l2: L2 ops daily l2_metrics.series (tps_avg_1d, active_addresses_1d, blob_cost_usd_1d, sequencer_revenue_usd_1d, stage_label; no tx_count/l1_fee_usd) from dwd_external_l2_metrics_daily_di; granularity day only. btc_l2: BTC L2 protocol ecosystem btc_l2_metrics.items (project_key, project_name, category, main_chain, tvl_usd, protocol_count, tx_count_1d, active_addresses_1d, bridge_volume_24h_usd, source_refs; whitelist: stacks|rootstock|merlin|bob|bitlayer). Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | Chain; staking defaults empty to ethereum; l2 supports base/arbitrum/optimism/linea/zksync_era/blast or empty for all chains; btc_l2 defaults empty to btc (required). |
| end_date | string | – | YYYY-MM-DD; default latest part_date in index. |
| granularity | string | – | l2 only: day (default); hour or minute returns unsupported_granularity. |
| limit | integer | – | l2 only: max series rows returned; 0 means no extra cap beyond date window. |
| lookback | string | – | 30d|90d|1y when start_date empty; default 30d. |
| metric_group | string | yes | Metric group: staking (Ethereum beacon daily) | l2 (L2 ops daily from growthepie+L2Beat) | btc_l2 (BTC L2 protocol ecosystem tvl/protocol_count/tx_count_1d/active_addresses_1d/bridge_volume_24h_usd f… |
| project | string | – | btc_l2 only: filter by project_key; empty returns whitelist (stacks|rootstock|merlin|bob|bitlayer). Non-whitelist project returns data_status=not_in_scope. |
| start_date | string | – | YYYY-MM-DD; default derived from lookback or 30d. |
| Name | Type | Req | Description |
|---|---|---|---|
| btc_l2_metrics | null|object | – | – |
| chain | string | yes | – |
| count | integer | yes | – |
| data_status | string | – | – |
| duration_ms | integer | yes | – |
| end_date | string | yes | – |
| end_date_capped | boolean | – | – |
| granularity | string | – | – |
| l2_metrics | null|object | – | – |
| lookback | string | – | – |
| metric_group | string | yes | – |
| normalized_chain | string | yes | – |
| range_truncated | boolean | – | – |
| staking_metrics | null|object | – | – |
| start_date | string | yes | – |
| start_date_capped | boolean | – | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_defi_overview ~105
Cross-sector dashboard for DeFi, spot, perp, stablecoin, or bridge categories. One bridge ranking or chain detail→get_bridge_metrics. One protocol→get_platform_info. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | all|defi|spot|perp|stablecoin|bridge or platform type; unknown values passed through; empty if no match. |
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | – |
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_exchange_reserves ~332
Exchange reserve snapshots by venue and asset. scope=full adds por (PoR attestation). scope=full + include_flows=true returns flows.series[] (daily inflow/outflow/netflow). scope=full + include_events=true returns events[] (large_flow events). TVL history→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | – | Asset filter: BTC|ETH|USDT|USDC; default BTC. |
| end_date | string | – | YYYY-MM-DD; default today. Filter flows by part_date. |
| event_type | string | – | all|large_flow; filter events. Effective only when include_events=true. |
| exchange | string | – | Exchange name; empty returns all exchanges. Supports okx→okx, gate.io→gate via normalized mapping. |
| history_window | string | – | Only effective when include_history=true; currently only quarter is supported. |
| include_events | boolean | – | scope=full only. true returns events[]. |
| include_flows | boolean | – | scope=full only. true returns flows.series[]. |
| include_history | boolean | – | Default false. true returns precomputed comparison fields only, not raw historical snapshots. |
| limit | integer | – | Max flow rows; default 100, max 400. |
| scope | string | – | basic (default)|full; full adds por + optionally flows/events. |
| start_date | string | – | YYYY-MM-DD; default end_date - 30d. Filter flows by part_date. |
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | – |
| count | integer | yes | – |
| data_status | string | – | – |
| duration_ms | integer | yes | – |
| end_date | string | – | – |
| event_type | string | – | – |
| events | null|array | – | – |
| exchange | string | yes | – |
| flows | null|object | – | – |
| history_window | string | yes | – |
| include_events | boolean | – | – |
| include_flows | boolean | – | – |
| include_history | boolean | yes | – |
| items | null|array | yes | – |
| limit | integer | – | – |
| scope | string | yes | – |
| start_date | string | – | – |
| status_reason | string | – | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_liquidation_heatmap ~84
Liquidation density by symbol and price buckets. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | – | Exchange; empty = all venues. |
| range | string | – | Price range or bucket spec. |
| symbol | string | yes | Symbol e.g. BTC, ETH. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| exchange | string | yes | – |
| items | null|array | yes | – |
| range | string | yes | – |
| symbol | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_platform_history ~255
Daily TVL, volume, and fees time series for one named protocol. One-shot profile→get_platform_info. Ranked multi-protocol list→search_platforms. CEX perps history: pass exchange_slug (e.g. gate) or platform_name. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | – | End YYYY-MM-DD. |
| exchange_slug | string | – | DWS exchange_slug (e.g. gate); optional if platform_name is set. |
| granularity | string | – | day|week|month|quarter; used for volume_perps field mapping in derivatives history index; default day. |
| metrics | null|array | – | tvl|volume|fees|revenue|volume_perps; default [tvl] when empty. volume_perps returns series when present in platform_history (GAP-001). |
| platform_name | string | – | Protocol or platform display name; optional if exchange_slug is set. For volume_perps, expanded to DWS exchange_slug-style keys (e.g. Gate.io→gate) like merge path. |
| start_date | string | – | Start YYYY-MM-DD. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| end_date | string | yes | – |
| items | null|array | yes | – |
| metrics | null|array | yes | – |
| platform_name | string | yes | – |
| start_date | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_platform_info ~234
One-shot protocol profile by name and scope. scope=full adds competition_metrics{} for CEX venues (spot/derivs/depth/OI core+extended/PoR). Set include_oi_symbol_detail=true with oi_symbol_limit (1-100, default 20) for top-N OI breakdown. Ranked multi-protocol list→search_platforms. Daily time series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| include_oi_symbol_detail | boolean | – | scope=full only. true returns competition_metrics.oi_symbol_detail[] sorted by OI USD desc; default false. |
| oi_symbol_limit | integer | – | Effective only when include_oi_symbol_detail=true. Default 20, range 1-100; >100 returns invalid_param. |
| platform_name | string | yes | Protocol or platform name. |
| scope | string | – | basic (default)|with_chain_breakdown (adds tvl_by_chain, volume_by_chain)|full (adds history_30d, top_pools, competition_metrics). |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| platform_name | string | yes | – |
| scope | string | yes | – |
| total | integer | yes | – |
No examples provided.
info_platformmetrics_get_stablecoin_info ~393
Stablecoin-only ranking or per-symbol chain breakdown. scope=full with sections=issuance_flow returns issuance_flows[] (CryptoQuant net issuance/redemption); sections=usage_structure returns real usage metrics; sections=depeg_events returns depeg events (stablecoin de-peg event library). Broad market dashboard→get_market_overview. Cross-sector rollup→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | Chain filter; list mode restricts to stables with presence on chain. Extensions: all (default) or normalized chain e.g. ethereum/tron/solana/polygon. |
| end_date | string | – | UTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow/depeg_events. |
| limit | integer | – | List size; default 10, max 400; single row when symbol set. |
| min_deviation | number | – | depeg_events only: filter events with max_deviation >= this value. Range 0.001-0.2, default 0.005. |
| review_status | string | – | depeg_events only: candidate|approved|rejected; default approved (only returns reviewed events). |
| scope | string | – | basic (default)|full; full required for sections. |
| sections | null|array | – | Comma-separated string or array; supported values: issuance_flow, usage_structure, depeg_events when scope=full. |
| start_date | string | – | UTC YYYY-MM-DD; extension window start, default last 30 days. depeg_events: default 2020-01-01. |
| symbol | string | – | Stablecoin symbol USDT/USDC/DAI/FDUSD/PYUSD; omit for ranked list or extension defaults. |
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | – |
| count | integer | yes | – |
| depeg_events | null|object | – | – |
| duration_ms | integer | yes | – |
| end_date | string | – | – |
| issuance_flows | null|array | – | – |
| items | null|array | yes | – |
| limit | integer | yes | – |
| min_deviation | number | – | – |
| range_truncated | boolean | – | – |
| scope | string | – | – |
| start_date | string | – | – |
| symbol | string | yes | – |
| total | integer | yes | – |
| usage_structure | null|object | – | – |
No examples provided.
info_platformmetrics_get_yield_pools ~250
Lending and LP pools by APY or TVL. scope=full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. One protocol profile→get_platform_info. TVL series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | Chain filter. |
| limit | integer | – | Rows; default 20, max 400. |
| min_tvl_usd | null|number | – | Min TVL USD; default 100000 when omitted; 0 = no floor. |
| pool_type | string | – | Exposure single|multi or Lending|LP|Staking; maps to ES exposure. |
| project | string | – | Protocol e.g. aave-v3. |
| scope | string | – | basic (default)|full. full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. |
| sort_by | string | – | apy|tvl_usd; default apy. |
| symbol | string | – | Asset e.g. USDC, ETH-USDC. |
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | – |
| count | integer | yes | – |
| duration_ms | integer | yes | – |
| items | null|array | yes | – |
| limit | integer | yes | – |
| min_tvl_usd | number | yes | – |
| pool_type | string | yes | – |
| project | string | yes | – |
| scope | string | yes | – |
| sort_by | string | yes | – |
| symbol | string | yes | – |
| total | integer | yes | – |
No examples provided.
What is the Gate Info MCP server?
Gate Info MCP is listed in the public MCP registry as io.github.gateio-dev/gate-info. Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data. This page covers its hosted endpoint (https://api.gatemcp.ai/mcp/info).
Is the Gate Info MCP server safe to use?
Gate Info MCP scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Gate Info MCP server expose?
Gate Info MCP exposes 32 tools: info_coin_get_coin_info, info_coin_get_coin_rankings, info_coin_search_coins, info_compliance_check_token_security, info_macro_get_economic_calendar, and 27 more. Their descriptions and schemas cost roughly 7,315 tokens of context every time the server is loaded.
Does the Gate Info MCP server require authentication?
No. We connected to Gate Info MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the Gate Info MCP server still maintained?
Gate Info MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.