tool-polymarket-trades

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

polymarket_trades (Polymarket trade tape)

polymarket_trades(Polymarket交易记录)

When to use

使用场景

  • See recent trade flow for a specific market (or wallet).
  • Detect whale activity (combine with
    minSize
    ).
  • 查看特定市场(或钱包)的近期交易流向。
  • 检测大额交易者活动(结合
    minSize
    参数使用)。

Parameters

参数

  • marketId
    (string, optional):
    • Gamma numeric id like
      "516710"
      or
    • conditionId hex like
      "0x..."
      (64 hex chars).
    • If numeric, the tool resolves it to conditionId via Gamma.
  • user
    (string, optional): Wallet address (
    0x...
    ) to filter trades.
  • limit
    (int, optional, 1–500): Default 50.
  • minSize
    (number, optional): Filters out trades smaller than this (USD size from API).
  • marketId
    (字符串,可选):
    • Gamma数字ID,例如
      "516710"
    • conditionId十六进制值,例如
      "0x..."
      (64位十六进制字符)。
    • 若为数字ID,工具会通过Gamma将其解析为conditionId。
  • user
    (字符串,可选):用于筛选交易的钱包地址(
    0x...
    格式)。
  • limit
    (整数,可选,范围1–500):默认值为50。
  • minSize
    (数字,可选):过滤掉金额小于该值的交易(API返回的美元金额)。

Examples

示例

By market:
json
{ "name": "polymarket_trades", "params": { "marketId": "516710", "limit": 200, "minSize": 250 } }
By wallet:
json
{ "name": "polymarket_trades", "params": { "user": "0xabc123...", "limit": 100 } }
按市场筛选:
json
{ "name": "polymarket_trades", "params": { "marketId": "516710", "limit": 200, "minSize": 250 } }
按钱包筛选:
json
{ "name": "polymarket_trades", "params": { "user": "0xabc123...", "limit": 100 } }

Output

输出

  • Returns:
    { marketId, conditionId, user, trades: Array<{ts,wallet,side,outcome,price,size,title,url,conditionId,tx}> }
  • Rendered:
    • Meta
      (text: marketId/conditionId/user/trades count)
    • Trades
      (table: ts/side/outcome/price/size/wallet/title)
  • 返回格式:
    { marketId, conditionId, user, trades: Array<{ts,wallet,side,outcome,price,size,title,url,conditionId,tx}> }
  • 渲染内容:
    • Meta
      (文本内容:marketId/conditionId/user/交易数量)
    • Trades
      (表格:ts/side/outcome/price/size/wallet/title)

Notes

注意事项

  • If both
    user
    and
    marketId
    are provided, the API returns trades matching both filters.
  • targetWindow
    :
    poly
  • 若同时提供
    user
    marketId
    ,API将返回符合两个筛选条件的交易。
  • targetWindow
    :
    poly