Skip to main content
74 endpoints across three platforms. Each table shows the HTTP method, path, pricing tier, and key parameters. For full parameter specs, response schemas, and fallback strategies, see the complete skill spec.

Pricing Tiers

Multipliers apply for timeframe (0.5x for 1h up to 5.0x for all-time), result limits, and filter removal. Every request lands between 0.01and0.01 and 0.20. Free pricing endpoint: GET https://agent.metengine.xyz/api/v1/pricing

Polymarket (38 Endpoints)

Prediction market intelligence on Polygon. Wallet addresses must be lowercase. condition_id identifies a market; token_id identifies an outcome. Prices represent implied probability (0 to 1).

Market Discovery

Smart Money Intelligence

Trades and Flow

Price and Sentiment

Wallet Profiling

Signals & Flow

Leaderboards

Polymarket Quirks

Known issues to handle in your agent:
  • /markets/opportunities frequently returns 504. Fallback to /markets/high-conviction.
  • /trades/whales includes REDEEM trades (resolved payouts). Filter by side=BUY or side=SELL if you only want active trades.
  • Wallet addresses must be lowercase hex. Trader addresses are case-insensitive.

Hyperliquid (18 Endpoints)

Perpetual futures analytics on Hyperliquid L1. PnL is realized only (no unrealized). Smart score threshold is 85+ (stricter than Polymarket’s 60). Coin symbols are uppercase base only (BTC, not BTC-USDC).

Platform and Coins

Trader Intelligence

Trades and Pressure

Smart Wallets

Hyperliquid Quirks

Known issues to handle in your agent:
  • timeframe=24h on trending and signal endpoints often returns empty. Fallback to timeframe=7d.
  • /long-short-ratio may return zeros. Reconstruct from /trades/whales if needed.
  • /traders/profile has intermittent 500s. Use the leaderboard endpoint plus /traders/pnl-by-coin as a workaround.

Meteora (18 Endpoints)

Solana LP analytics across DLMM and DAMM v2 pool types. Addresses are base58 Solana pubkeys (case-sensitive). Specify pool_type=dlmm or pool_type=damm_v2 where applicable.

Pool Discovery

Pool Analytics

LP Intelligence

Positions and Platform

Meteora Quirks

Known issues to handle in your agent:
  • DAMM v2 fee rates on new launches can look implausible (30-50% of volume). This is a data artifact, not real fees.
  • /pools/trending may return duplicate pool entries. Deduplicate by pool_address.
  • /lps/top?sort_by=fees can return 500. Fallback to sort_by=volume.
  • DLMM events use PascalCase field names; DAMM v2 events use snake_case.

Performance

Trade data updates sub-minute. Wallet scores recompute daily.

Health Check

Free, no payment required:
Returns service status, backend health, and facilitator operational state.

Full Specification

skill.md

Complete spec with every parameter, response schema, fallback strategy, and scoring model detail.