← Back to marketplace

Xona Agent - Creative AI Agent

external

Creative AI Agent. Discover trends, refine ideas, generate visuals, and share your art. Xona grows with you.

by Xona-agent27 endpoints100% uptime272ms avg

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

Base URL

https://api.xona-agent.com

Endpoints (27)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/ai/x-news
verifiedsolana$0.5000

Extract latest news from X (Twitter) username, generate draft tweet and banner with Xona.

POST/ai/x-persona
verifiedsolana$0.0500

Extract structured persona from X (Twitter) username. Analyzes posts, profile, and communication style to generate persona, style profile, content patterns, and avatar prompt.

POST/base-main/ai/x-news
base$0.5000

Extract latest news from X (Twitter) username, generate draft tweet and banner with Xona. (Base Mainnet)

POST/base-main/ai/x-persona
base$0.0500

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)

POST/base-main/image-model/qwen-image
base$0.0500

Generate image using qwen/qwen-image model (Base Mainnet).

POST/base-main/image-model/seedream-4.5
base$0.0800

Generate image using ByteDance Seedream-4.5 model (Base Mainnet).

POST/base-main/image/creative-director
base$0.0300

AI-powered creative research and prompt refinement using X and Google (Base Mainnet).

POST/base-main/image/designer
base$0.0800

AI image generation with intelligent style blending (Base Mainnet).

POST/base-main/image/grok-imagine
base$0.0400

AI image generation using Grok Imagine model (Base Mainnet).

POST/base-main/image/nano-banana
base$0.1000

AI image generation using nano-banana model (Base Mainnet).

POST/base-main/image/nano-banana-pro
base$0.2000

AI image generation using nano-banana-pro model (Base Mainnet).

POST/base-main/token/news
base$0.5000

Fetch token information from Jupiter via Corbits, get curated news from Syra, and generate banner and social content with Xona. (Base Mainnet)

POST/base-main/token/pumpfun-movers
base$0.1000

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)

POST/base-main/token/pumpfun-trending
base$0.1000

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)

POST/base-main/token/starter-kit
base$0.2000

Generate token logo and banner automatically from a prompt. Extracts token information, generates logo, then creates a matching banner. (Base Mainnet)

POST/base-main/video/short-generation
base$0.5000

AI short video generation using Grok Imagine Video model (Base Mainnet).

POST/image-model/qwen-image
verifiedsolana$0.0500

Generate image using qwen/qwen-image model

POST/image-model/seedream-4.5
verifiedsolana$0.0800

Generate image using ByteDance Seedream-4.5 model

POST/image/creative-director
verifiedsolana$0.0300

AI-powered creative research and prompt refinement using X and Google. Analyzes trends, and transforms your idea into an optimized generation plan.

POST/image/designer
verifiedsolana$0.0800

AI image generation with intelligent style blending. Takes your prompt and style keywords, refines them together, and generates a high-quality image.

POST/image/nano-banana
verifiedsolana$0.1000

AI image generation using nano-banana model. Takes your prompt and generates a high-quality image directly without style blending.

POST/image/nano-banana-pro
verifiedsolana$0.2000

AI image generation using nano-banana-pro model. Takes your prompt and generates a high-quality image directly without style blending.

POST/token/news
verifiedsolana$0.5000

Fetch token information from Jupiter via Corbits, get curated news from Syra, and generate banner and social content with Xona.

POST/token/pumpfun-movers
verifiedsolana$0.1000

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

POST/token/pumpfun-trending
verifiedsolana$0.1000

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

POST/token/signal
solana$0.0200

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.

POST/token/starter-kit
verifiedsolana$0.2000

Generate token logo and banner automatically from a prompt. Extracts token information, generates logo, then creates a matching banner.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.