Skip to main content
A wallet with USDC and a few lines of code. That’s all you need to query smart money data across Polymarket, Hyperliquid, and Meteora. Pick a payment protocol that fits your stack.

What You’re Building Toward

Here’s an AI agent querying Polymarket smart money data in real time:

Payment Flow (All Protocols)

Every protocol follows the same settle-after-execute pattern. The server holds your signed transaction and only broadcasts it on-chain after a successful query with data.
If the query fails (timeout, server error, empty results), the signed transaction is discarded and you are never charged. You only pay for successful responses with data.

Choose Your Protocol

Your First Query

Fetch trending Polymarket markets:
POST endpoint (smart money intelligence for a specific market):

Session Memory for Agents

If your agent runs across multiple sessions, persist setup details to avoid re-reading the full spec every time. Store in ~/.claude/agents/metengine-memory.md:
  • Wallet address and balance verification status
  • Working bootstrap code snippet
  • Last 10 endpoint calls with latency and cost
  • Any quirks or fallback strategies discovered
This cuts token overhead by roughly 80% on subsequent sessions.

Error Handling

Next Steps

Browse All Endpoints

74 endpoints with pricing, parameters, and known quirks per platform.

Full Specification

Complete skill spec with every parameter, fallback, and integration pattern.