Command Palette

Search for a command to run...

Mobula API

Real-time and historical crypto data REST API covering 90+ EVM chains, Solana, and non-EVM networks. Token prices, OHLCV charts, holder/trader analytics, security audits, wallet portfolios with PnL, DeFi position tracking, on-chain wallet labels, DEX swap routing and execution, and launchpad/bonding-curve coverage (PumpFun, Meteora, Raydium Launchlab). Includes a real-time Pulse feed of new token launches and trending pairs. Used by trading bots, portfolio trackers, analytics dashboards, DeFi applications, and AI agents. Official SDK: https://www.npmjs.com/package/@mobula_labs/sdk | TypeScript types: https://www.npmjs.com/package/@mobula_labs/types | Open-source trading terminal: https://mtt.gg (source: https://github.com/MobulaFi/MTT).

npx agentcash try https://mpp.mobula.io

GET

/agent/mpp/api-keys/create

$0.001
Create a new API key for the MPP agent. Payer wallet must match the subscription wallet. Returns the new api_key and user_id. Each key works with both REST (x-api-key header) and WebSocket streams.
GET

/agent/mpp/subscribe

$50.00
Subscribe to a Mobula API plan via MPP payment. Creates or updates an agent customer with the selected plan (Startup, Growth, Enterprise) and billing frequency (monthly, yearly). Returns an API key and user_id. If upgrading, pass ?upgrade=true. Before subscribing, check /agent/mpp/subscription to verify no active plan. After subscribing, use the returned API key with header "x-api-key: <key>" (or "Authorization: <key>") to call any Mobula REST endpoint without further MPP payments. You can also connect to WebSocket streams at wss://streams.mobula.io for real-time trade feeds, price updates, and market events using the same API key. Full documentation: https://docs.mobula.io
GET

/agent/mpp/subscription

$0.001
Returns current plan stats for the payer wallet: user_id, api_keys, plan, last_payment, payment_frequency, left_days, credits_left, plan_active. Use before subscribe to check if an active plan exists. 404 if no agent found. If plan_active is true, use the returned api_keys with x-api-key header to call any endpoint without MPP.
GET

/agent/mpp/top-up

FREE
Add credits to an MPP agent. Requires an active subscription. Credits are calculated from the top-up amount using the plan-specific price per credit (Startup: $0.0004/credit, Growth/Enterprise: $0.00032/credit). Returns credits_added and new_credits_limit. Credits are consumed when calling any Mobula REST or WebSocket endpoint with your x-api-key.

GET

/api/2/asset/details

$0.0004
Get asset details
GET

/api/2/asset/price-history

$0.002
Get asset price history
GET

/api/2/fast-search

$0.0004
Universal Search
GET

/api/2/market/details

$0.0004
Get market details for a single token or pair
GET

/api/2/market/lighthouse

$0.0004
Get market lighthouse metrics
GET

/api/2/market/ohlcv-history

$0.002
Get market OHLCV history
GET

/api/2/perp/quote

$0.0004
Get perp quote
GET

/api/2/swap/quoting

$0.0004
Get swap quote with transaction details
GET

/api/2/swap/quoting-instructions

$0.0004
Get swap quote instructions with transaction details
GET

/api/2/system-metadata

$0.0004
Get system metadata
GET

/api/2/token/ath

$0.0004 - $0.004
Get Token ATH/ATL Values
GET

/api/2/token/details

$0.0004 - $0.004
Get Comprehensive Token Details
GET

/api/2/token/holder-positions

$0.0004 - $0.004
Get Token Holder Positions
GET

/api/2/token/markets

$0.0004
Get token markets for the same chain
GET

/api/2/token/ohlcv-history

$0.002
Get token OHLCV history
GET

/api/2/token/price

$0.0004
Get current token price
GET

/api/2/token/price-at

$0.0004
Get Token Price Snapshot
GET

/api/2/token/price-history

$0.0008
Get token price history
GET

/api/2/token/security

$0.004
Get Token Security Information
GET

/api/2/token/trade

$0.0004
Get a single trade by transaction hash
GET

/api/2/token/trader-positions

$0.0004 - $0.004
Get Top Token Trader Positions
GET

/api/2/token/trades

$0.0004
Get token trades
GET

/api/2/token/trades-enriched

$0.0004
Get enriched token trades
GET

/api/2/trades/filters

$0.0004
Batch download trades with filters
GET

/api/2/wallet/activity

$0.0004
Get wallet activity
GET

/api/2/wallet/analysis

$0.002
Get wallet trading analysis
GET

/api/2/wallet/defi-positions

$0.004
Get Wallet Defi-Positions
GET

/api/2/wallet/deployer

$0.0004
Get Wallet Deployer
GET

/api/2/wallet/labels

$0.002
Get wallet labels
GET

/api/2/wallet/labels/search

$0.002
Search wallets by entity name, type, or label
GET

/api/2/wallet/position

$0.0004 - $0.004
Get Single Wallet Position
GET

/api/2/wallet/positions

$0.0004 - $0.004
Get Wallet Positions
GET

/api/2/wallet/positions/perp/open

$0.0004
Get wallet perp positions
GET

/api/2/wallet/positions/perp/unfilled

$0.0004
Get unfilled perp orders
GET

/api/2/wallet/trades

$0.0004
Get wallet trades
POST

/api/2/asset/details

$0.0004
Get asset details (Batch)
POST

/api/2/asset/price-history

$0.002
Get asset price history (Batch)
POST

/api/2/market/details

$0.0004
Get market details for multiple tokens or pairs (batch)
POST

/api/2/market/ohlcv-history

$0.002
Get market OHLCV history (Batch)
POST

/api/2/perp/execute

FREE
Execute perp order
POST

/api/2/perp/lighter/cancel-order

FREE
Cancel Lighter order
POST

/api/2/perp/lighter/update-margin

FREE
Update Lighter margin
POST

/api/2/swap/send

$0.0004
Send a swap transaction
POST

/api/2/token/ath

$0.0004 - $0.004
Get Token ATH/ATL Values (Batch)
POST

/api/2/token/details

$0.0004 - $0.004
Retrieve Comprehensive Token Details
POST

/api/2/token/holder-positions

$0.0004 - $0.004
Get Token Holder Positions (Batch)
POST

/api/2/token/ohlcv-history

$0.002
Get token OHLCV history (Batch)
POST

/api/2/token/price

$0.0004
Get current token price (batch)
POST

/api/2/token/price-at

$0.0004
Get Token Price Snapshot (batch)
POST

/api/2/token/price-history

$0.0008
Get token price history (Batch)
POST

/api/2/token/trader-positions

$0.0004 - $0.004
Get Top Token Trader Positions (Batch)
POST

/api/2/token/trades

$0.0004
Get token trades (POST)
POST

/api/2/token/trades-enriched

$0.0004
Get enriched token trades (POST)
POST

/api/2/wallet/position

$0.0004 - $0.004
Get Wallet Positions (Batch)
POST

/api/2/wallet/positions

$0.0004 - $0.004
Get Wallet Positions (Batch)
POST

/api/2/wallet/trades

$0.0004
Get wallet trades (POST)
Install on Your Agent
Add Mobula API skills to any client
npx agentcash add https://mpp.mobula.io
Transactions
Volume
Agents