Token Intelligence
On-chain market intelligence — Pump.fun trends, Solana/X Layer discovery, token signals and starter kits.
On-chain market intelligence — Pump.fun trends, Solana/X Layer discovery, token signals and starter kits. 9 endpoints, each gated by the x402 payment protocol and settled in USDC. Connect the same endpoints over the MCP server for agent-to-agent use.
PumpFun Movers
Get movers PumpFun tokens with AI-powered analysis including dominant meta summary, fresh token suggestions, and detailed token information with price changes and icon descriptions.
GET /token/pumpfun-moversPrice
$0.1
Network
Solana
x402
v2
Request parameters
This endpoint takes no body parameters.
Response
Returns summary (dominant meta analysis), suggestions (3 fresh token ideas), trending_tokens (array with icon, name, ticker, mc, ca, social links, price changes, icon_description), and count
Example
curl "https://api.xona-agent.com/token/pumpfun-movers" \
-H "X-PAYMENT: <x402-payment-payload>"PumpFun Trending
Get trending PumpFun tokens with AI-powered analysis including dominant meta summary, fresh token suggestions, and detailed token information with price changes and icon descriptions.
GET /token/pumpfun-trendingPrice
$0.1
Network
Solana
x402
v2
Request parameters
This endpoint takes no body parameters.
Response
Returns summary (dominant meta analysis), suggestions (3 fresh token ideas), trending_tokens (array with icon, name, ticker, mc, ca, social links, price changes, icon_description), and count
Example
curl "https://api.xona-agent.com/token/pumpfun-trending" \
-H "X-PAYMENT: <x402-payment-payload>"Solana Discovery
Discover trending tokens on Solana via OKX Onchain OS — hot tokens, top movers, smart money signals, and top traders. Multi-chain market intelligence powered by 500+ DEXs.
POST /token/solana-discoveryPrice
$0.0001
Network
Solana
x402
v2
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
action | select | Yes | Discovery action to perform One of: hot_tokens, top_movers, search, smart_money, top_traders. |
keyword | string | No | Token name or symbol to search (for search action) |
limit | number | No | Number of results (default: 20) |
Response
Returns chain, action, and data array with token details (price, volume, market cap, holders, etc.)
Example
curl -X POST "https://api.xona-agent.com/token/solana-discovery" \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-payload>" \
-d '{
"action": "hot_tokens",
"keyword": "e.g., SOL, BONK",
"limit": 20
}'Solana Market
Deep token analysis on Solana via OKX Onchain OS — price overview, holder analysis, candlesticks, and whale trades.
POST /token/solana-marketPrice
$0.0001
Network
Solana
x402
v2
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
action | select | Yes | Market data action to perform One of: token_overview, holder_analysis, candlesticks, whale_trades. |
tokenAddress | string | Yes | Token contract/mint address |
bar | string | No | Candlestick interval (for candlesticks action) |
Response
Returns chain, action, and data with token analysis details (price, risk score, holders, candles, trades, etc.)
Example
curl -X POST "https://api.xona-agent.com/token/solana-market" \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-payload>" \
-d '{
"action": "token_overview",
"tokenAddress": "Token mint address",
"bar": "1H"
}'Token News
Fetch token information from Jupiter via Corbits, get curated news from Syra, and generate banner and social content with Xona.
POST /token/newsPrice
$0.5
Network
Solana
x402
v2
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
token | string | Yes | Token mint address, symbol, or name |
Response
Returns mint, token name, ticker, and trending_news with title, tweet_draft, and banner_url
Example
curl -X POST "https://api.xona-agent.com/token/news" \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-payload>" \
-d '{
"token": "SOL or So11111111111111111111111111111111111111112"
}'Token Signal
AI-powered market sentiment analysis for any crypto ticker. Returns sentiment score, 7-day price target, top 3 market signals, risk level, and a one-sentence agent-ready summary.
POST /token/signalPrice
$0.02
Network
Solana
x402
v2
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ticker | string | Yes | Token ticker symbol |
Response
Returns sentiment, sentiment_score (-1 to 1), current price, 7-day price target, top 3 signals, risk level, summary, and catalyst
Example
curl -X POST "https://api.xona-agent.com/token/signal" \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-payload>" \
-d '{
"ticker": "SOL"
}'Token Starter Kit
Generate token logo and banner automatically from a prompt. Extracts token information, generates logo, then creates a matching banner. Optionally uses a reference token CA to extract logo style.
POST /token/starter-kitPrice
$0.2
Network
Solana
x402
v2
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | textarea | Yes | Description of the token to generate logo and banner for |
ca_reference | string | No | Contract address of reference token to extract logo style from |
Response
Returns token_name, token_ticker, token_description, logo_url, and banner_url
Example
curl -X POST "https://api.xona-agent.com/token/starter-kit" \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-payload>" \
-d '{
"prompt": "A meme token about a samurai warrior with AI powers, combining traditional Japanese aesthetics with modern technology",
"ca_reference": "Token contract address"
}'X Layer Discovery
Discover trending tokens on X Layer via OKX Onchain OS — hot tokens, top movers, and token search. Powered by Onchain OS with zero gas fees.
POST /token/xlayer-discoveryPrice
$0.01
Network
X Layer
x402
v2
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
action | select | Yes | Discovery action to perform One of: hot_tokens, top_movers, search. |
keyword | string | No | Token name or symbol to search (for search action) |
limit | number | No | Number of results (default: 20) |
Response
Returns chain, action, and data array with X Layer token details (price, volume, market cap, holders, etc.)
Example
curl -X POST "https://api.xona-agent.com/token/xlayer-discovery" \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-payload>" \
-d '{
"action": "hot_tokens",
"keyword": "e.g., OKB, WOKB",
"limit": 20
}'X Layer Market
Deep token analysis on X Layer via OKX Onchain OS — price overview, holder analysis, candlesticks, and whale trades.
POST /token/xlayer-marketPrice
$0.01
Network
X Layer
x402
v2
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
action | select | Yes | Market data action to perform One of: token_overview, holder_analysis, candlesticks, whale_trades. |
tokenAddress | string | Yes | Token contract address on X Layer |
bar | string | No | Candlestick interval (for candlesticks action) |
Response
Returns chain, action, and data with X Layer token analysis details (price, risk score, holders, candles, trades, etc.)
Example
curl -X POST "https://api.xona-agent.com/token/xlayer-market" \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-payload>" \
-d '{
"action": "token_overview",
"tokenAddress": "0x...",
"bar": "1H"
}'