gate-exchange-tradfi

Gate TradFi (traditional finance) read-only query skill using MCP tools prefixed with cex_tradfi. Use this skill whenever the user asks to query TradFi order list, order history, current or historical positions, category list, symbol list, ticker, symbol kline, user assets, or MT5 account info on Gate. Trigger phrases include 'TradFi orders', 'order history', 'positions', 'position history', 'category list', 'symbol list', 'ticker', 'kline', 'my assets', 'MT5 account', or any request to view TradFi data. Do not use for placing orders or transferring funds.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gate-exchange-tradfi" with this command: npx skills add gate/gate-skills/gate-gate-skills-gate-exchange-tradfi

Gate TradFi Query Suite

This skill is the single entry for Gate TradFi (traditional finance) read-only operations. All MCP tools used are prefixed with cex_tradfi. It supports four query modules: orders and order history, current and historical positions, market data (category list, symbol list, ticker, symbol kline), and user assets plus MT5 account information. No order placement or fund transfer.

Sub-Modules

ModuleDescriptionTrigger keywords
Query ordersOrder list, order historyorders, open orders, order history
Query positionsCurrent position list, position historypositions, my positions, position history, holdings, current position
Query marketCategory list, symbol list, ticker, symbol klinecategory, categories, symbol list, symbols, ticker, kline, candlestick, market
Query assetsUser balance/asset info, MT5 account infoassets, balance, account, my funds, MT5, mt5 account

Routing Rules

IntentExample phrasesRoute to
Query orders"My TradFi orders", "order history", "show open orders", "order status"Read references/query-orders.md
Query positions"My positions", "position history", "current holdings", "what am I holding"Read references/query-positions.md
Query market"TradFi categories", "category list", "symbol list", "ticker", "kline for X", "market data"Read references/query-market.md
Query assets"My assets", "balance", "account balance", "MT5 account", "my MT5 info"Read references/query-assets.md
Unclear"TradFi", "show me my TradFi"Clarify: list the four modules or ask which data the user wants.

MCP Tools

#ToolPurpose
1cex_tradfi_query_order_listList open orders. Use only parameters documented in the MCP .
2cex_tradfi_query_order_history_listQuery order history list (filled/cancelled). Use only MCP-documented parameters.
3cex_tradfi_query_position_listList current positions.
4cex_tradfi_query_position_history_listList historical positions/settlements.
5cex_tradfi_query_categoriesQuery TradFi category list.
6cex_tradfi_query_symbolsList symbols (by category if supported).
7cex_tradfi_query_symbol_tickerGet ticker(s) for symbol(s).
8cex_tradfi_query_symbol_klineGet kline/candlestick for symbol.
9cex_tradfi_query_user_assetsGet user account/balance (assets).
10cex_tradfi_query_mt5_account_infoGet MT5 account info (or equivalent MT5 tool).

Execution

1. Intent and parameters

  • Determine module: Query orders / Query positions / Query market / Query assets.
  • For each MCP tool call, use only the parameters defined in the Gate TradFi MCP tool definition. Do not pass parameters that are not documented in the MCP.
  • Extract from user message only those keys that the MCP actually supports for the chosen tool (e.g. symbol, category, interval, limit only if documented).
  • Missing: If the user request is ambiguous (e.g. "my TradFi"), list the four modules and ask which data they want, or infer from keywords.

2. Read sub-module and call tools

  • Load the corresponding reference under references/ and follow its Workflow.
  • Call MCP tools with the parameters extracted or prompted. This skill is read-only; do not call any create/cancel/amend/update tools.

3. Report

  • Use the sub-module’s Report Template to format the response (tables for orders/positions/tickers, clear labels for assets).

Domain Knowledge

  • TradFi here means Gate’s traditional finance product set (e.g. FX, MT5, or other non-crypto instruments). Symbols and categories are product-specific.
  • Orders: Open orders → cex_tradfi_query_order_list. Order history → cex_tradfi_query_order_history_list. Use only MCP-documented parameters.
  • Positions: Current positions are live; history may be paginated or time-filtered.
  • Market: Category list returns TradFi product categories; symbol list returns tradeable symbols (optionally by category). Ticker returns last price, 24h change, volume for symbol(s). Kline needs symbol, interval (e.g. 1m, 5m, 1d), and optional limit or time range.
  • Assets: User account/balance may be per asset or aggregated. MT5 account info is separate (login, server, balance, etc.); use cex_tradfi_query_mt5_account_info or equivalent.

Error Handling

SituationAction
Tool not found / 4xx/5xxTell user the TradFi service or tool may be unavailable; suggest retry or check Gate MCP configuration.
Empty listReport "No open orders" / "No positions" / "No symbols" etc., and do not assume error.
Invalid symbol / order not foundReport "Order not found" or "Symbol not found" and suggest checking symbol list.
Auth / permission errorDo not expose credentials; ask user to check API key or MCP auth for TradFi.

Safety Rules

  • Read-only: This skill must only query data. Do not call any order-placement, cancel, amend, or transfer tools.
  • Confirmation: Not required for query-only flows; only display data after tool success.
  • Sensitive data: When showing balances or positions, do not log or store; display only in the current response.

Report Template

After each query, output a short standardized result:

  • Orders: Table with columns such as symbol, side, size, price, status, time (from list response).
  • Positions: Table with position fields (e.g. symbol, side, size, entry, margin) or "No open positions."
  • Market: Category list table; or symbol list table; or ticker table (symbol, last, 24h change, volume); or symbol kline summary (interval, range, OHLC).
  • Assets: List of assets and balances (available, locked if applicable), or "Unable to load assets" on error. MT5: Account/server/balance/equity table or "Unable to load MT5 account" on error.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gate-exchange-futures

No summary provided by upstream source.

Repository SourceNeeds Review
51-gate
General

gate-exchange-spot

No summary provided by upstream source.

Repository SourceNeeds Review
49-gate
General

gate-mcp-openclaw-installer

No summary provided by upstream source.

Repository SourceNeeds Review
34-gate
General

gate-dex-market

No summary provided by upstream source.

Repository SourceNeeds Review
27-gate