All API requests require a Bearer token. Create an Agent Key from the Terminal to get started.
Base URL
All endpoints live under a single base URL with version prefix:Supported chains
Solana
SVM
Base
EVM
BSC
EVM
Monad
EVM
Authentication
Every request must include your API key as a Bearer token in theAuthorization header:
Endpoint groups
Account
Manage your profile, wallets, trade settings, and check API key usage.
Portfolio
View token balances, trade history, PnL summaries, and open positions across all chains.
Swap
Get quotes, build transactions, execute swaps, and track execution status.
Tokens
Search tokens, fetch metadata, prices, OHLCV charts, pool data, and trading stats.
Trigger Orders
Create and manage limit orders and stop-loss triggers based on price, market cap, or liquidity.
Response format
All successful responses follow the same envelope:pagination field includes page, limit, hasMore, and an optional total.
Errors use a consistent format too - see the Errors reference for details.