Creative AI Agent. Discover trends, refine ideas, generate visuals, and share your art. Xona grows with you.
Price
from $0.0200
up to $0.5000 per request
Network
base
Category
ai
On-chain txns
8
Uptime
100%
Avg latency
272ms
Checks
9
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Extract latest news from X (Twitter) username, generate draft tweet and banner with Xona.
Extract structured persona from X (Twitter) username. Analyzes posts, profile, and communication style to generate persona, style profile, content patterns, and avatar prompt.
Extract latest news from X (Twitter) username, generate draft tweet and banner with Xona. (Base Mainnet)
Extract structured persona from X (Twitter) username. Analyzes posts, profile, and communication style to generate persona, style profile, content patterns, and avatar prompt. (Base Mainnet)
Generate image using qwen/qwen-image model (Base Mainnet).
Generate image using ByteDance Seedream-4.5 model (Base Mainnet).
AI-powered creative research and prompt refinement using X and Google (Base Mainnet).
AI image generation with intelligent style blending (Base Mainnet).
AI image generation using Grok Imagine model (Base Mainnet).
AI image generation using nano-banana model (Base Mainnet).
AI image generation using nano-banana-pro model (Base Mainnet).
Fetch token information from Jupiter via Corbits, get curated news from Syra, and generate banner and social content with Xona. (Base Mainnet)
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 (Base Mainnet)
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 (Base Mainnet)
Generate token logo and banner automatically from a prompt. Extracts token information, generates logo, then creates a matching banner. (Base Mainnet)
AI short video generation using Grok Imagine Video model (Base Mainnet).
Generate image using qwen/qwen-image model
Generate image using ByteDance Seedream-4.5 model
AI-powered creative research and prompt refinement using X and Google. Analyzes trends, and transforms your idea into an optimized generation plan.
AI image generation with intelligent style blending. Takes your prompt and style keywords, refines them together, and generates a high-quality image.
AI image generation using nano-banana model. Takes your prompt and generates a high-quality image directly without style blending.
AI image generation using nano-banana-pro model. Takes your prompt and generates a high-quality image directly without style blending.
Fetch token information from Jupiter via Corbits, get curated news from Syra, and generate banner and social content with Xona.
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 trending PumpFun tokens with AI-powered analysis including dominant meta summary, fresh token suggestions, and detailed token information with price changes and icon descriptions
AI-powered market sentiment analysis for any crypto token ticker. Returns sentiment score, price target, top market signals, risk level, and a one-sentence agent-ready summary.
Generate token logo and banner automatically from a prompt. Extracts token information, generates logo, then creates a matching banner.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://api.xona-agent.com \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.xona-agent.comimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://api.xona-agent.com", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.