Real-time Solana DEX Data

Real-time DeFi intelligence across Kamino, Drift, Jupiter Perps & Lend. Built for developers and AI agents.

10,000 free credits/month — no credit card required

Kamino Lending

Deposits, borrows, health factor, and liquidation risk tracking.

/kamino/lending

Drift Protocol

Spot, perps, orders, account health, and user stats.

/drift/*

Jupiter Perps

Perpetual positions with real-time PnL via Pyth oracles.

/jupiter-perps/*

Jupiter Lend

Earn deposits and NFT-based borrow positions with USD values.

/jupiter-lend/*

Real-time Streaming

WebSocket + Kafka with sub-second latency.

Wallet PnL

FIFO-based profit/loss across DEX trades.

AI Agent Ready

MCP server for Claude, Cursor, and custom agents.

Live Swap Feed

Watch real-time swaps across all major Solana DEXs. This is live data from the blockchain.

Disconnected
TXTimeDEXPlatformTokenTypeAmtSOLUSDPriceFee ◎Jito ◎Wallet
Connecting...
NEW

Built for AI Agents

Connect Claude, Cursor, or any MCP-compatible AI agent directly to TopLedger. Your agent can query tokens, track wallets, and analyze PnL autonomously.

MCP Protocol

Native Model Context Protocol support. Works with Claude Desktop, Cursor IDE, and custom implementations.

5 Core Tools

get_token_info, get_wallet_positions, get_pnl_leaderboard, search_knowledge, and more.

Self-Hosted

Run the MCP server locally or on your infrastructure. Full control over your data and queries.

Quick Setup for Cursor / Claude

1. Add to your MCP config:

{
  "mcpServers": {
    "topledger": {
      "command": "npx",
      "args": ["tsx", "src/index.ts"],
      "cwd": "/path/to/mcp-server",
      "env": {
        "REDIS_URL": "redis://localhost:6379"
      }
    }
  }
}

2. Ask your agent:

"What's the current price of BONK?"
"Show me the PnL leaderboard for this token"
"What positions does this wallet hold?"

Available MCP Tools

get_token_info

Get token metadata, price, supply

get_token_leaderboard

Top traders by realized PnL

get_wallet_positions

All positions for a wallet

get_wallet_token_position

Single wallet+token position

get_capabilities

What can TopLedger do?

search_knowledge

Search schemas, examples

Get Started in 30 Seconds

Sign in with Google, create an API key, and start querying.

1

Sign In

Sign in with Google at /login

2

Create API Key

Generate a tl_sk_ key from your dashboard

3

Query APIs

Pass your key via x-api-key header

# Analyze any wallet across all DeFi protocols in one call

curl -H "x-api-key: tl_sk_your_key" \

http://68.219.65.168:3000/api/wallets/YOUR_WALLET/analyze

Simple Pricing

1 API call = 1 credit. Start free, scale as you grow.

Free

$0/mo

  • 10,000 credits/month
  • 30 requests/min
  • All API endpoints
  • Dashboard & usage tracking
Get Started
Popular

Starter

$29/mo

  • 100,000 credits/month
  • 120 requests/min
  • All API endpoints
  • Priority support
Coming Soon

Enterprise

Custom

  • Unlimited credits
  • Unlimited rate limit
  • WebSocket + Kafka access
  • Dedicated support
Contact Us