Xona Agent API
Compliance Checks
Paid Operations (23)
POST /mpp/image/creative-director dynamic
AI-powered creative research and prompt refinement using X and Google. Analyzes trends, and transforms your idea into an optimized generation plan.
- Amount
- 0.030000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.030000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| idea | string | Yes | User's prompt/idea for image generation |
| reference_images | array | No | Array of existing image URLs to use as references |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| direction | array[object] | Generation plan with refined prompt |
| intent | object | Analyzed user intent from the prompt |
| research | array[object] | Research results from X and Google |
POST /mpp/image/designer dynamic
AI image generation with intelligent style blending. Takes your prompt and style keywords, refines them together, and generates a high-quality image.
- Amount
- 0.080000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.080000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Aspect ratio for the generated image (default: 1:1) |
| prompt | string | Yes | The detailed prompt description for image generation |
| referenceImage | array | No | Array of reference image URLs for style guidance |
| style | array | No | Style keywords to blend into the prompt |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | The refined prompt used for generation |
| image_url | string | The generated image URL (CDN) |
| metadata | object | Generation metadata including model info, parameters, etc. |
POST /mpp/image/nano-banana-pro dynamic
AI image generation using nano-banana-pro model. Takes your prompt and generates a high-quality image directly without style blending.
- Amount
- 0.200000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.200000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Aspect ratio for the generated image (default: 1:1) |
| prompt | string | Yes | The detailed prompt description for image generation |
| referenceImage | array | No | Array of reference image URLs for style guidance |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | The prompt used for generation |
| image_url | string | The generated image URL (CDN) |
| metadata | object | Generation metadata including model info, parameters, etc. |
POST /mpp/image/nano-banana dynamic
AI image generation using nano-banana model. Takes your prompt and generates a high-quality image directly without style blending.
- Amount
- 0.100000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.100000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Aspect ratio for the generated image (default: 1:1) |
| prompt | string | Yes | The detailed prompt description for image generation |
| referenceImage | array | No | Array of reference image URLs for style guidance |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | The prompt used for generation |
| image_url | string | The generated image URL (CDN) |
| metadata | object | Generation metadata including model info, parameters, etc. |
POST /mpp/image/nano-banana-2 dynamic
AI image generation using nano-banana-2 model with resolution-based pricing. Dynamic pricing: 1K=$0.06, 2K=$0.10, 4K=$0.15.
- Amount
- dynamic
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
pricingMode: quote protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Aspect ratio for the generated image (default: 1:1) |
| prompt | string | Yes | The detailed prompt description for image generation |
| referenceImage | array | No | Array of reference image URLs for style guidance |
| resolution | string | No | Output resolution. Options: 1k (1024px, $0.06), 2k (2048px, $0.10), 4k (4096px, $0.15). Default: 1k |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | The prompt used for generation |
| image_url | string | The generated image URL (CDN) |
| metadata | object | Generation metadata including model info, resolution, parameters, etc. |
POST /mpp/image/grok-imagine dynamic
AI image generation using Grok Imagine model. Takes your prompt and generates a high-quality image using xAI's Grok Imagine API.
- Amount
- 0.040000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.040000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | The detailed prompt description for image generation |
| referenceImage | string | No | Single reference image URL for style guidance (Grok only supports one image) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | The prompt used for generation |
| image_url | string | The generated image URL (CDN) |
| metadata | object | Generation metadata including model info, parameters, etc. |
POST /mpp/video/short-generation dynamic
AI short video generation using Grok Imagine Video model. Takes your prompt and generates a 10-second high-quality video using xAI's Grok Video API.
- Amount
- 0.500000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.500000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Video aspect ratio |
| image_url | string | No | Optional input image URL for image-to-video generation |
| prompt | string | Yes | Prompt for video generation |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| duration | number | Video duration in seconds (always 10) |
| metadata | object | Generation metadata including request_id, aspect_ratio, etc. |
| model | string | Model used for generation |
| video_url | string | The generated video URL |
POST /mpp/audio/elevenlabs-music dynamic
AI music generation using ElevenLabs Music (Replicate). Dynamic pricing: $1 per 120 seconds, max 3 minutes ($1.50).
- Amount
- dynamic
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
pricingMode: quote protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| force_instrumental | boolean | No | Force instrumental output |
| music_length_ms | number | No | Duration in milliseconds (min 1000, max 180000). Price = music_length_ms/120000 USD. |
| output_format | string | No | Output format (e.g. mp3_standard) |
| prompt | string | Yes | Description of the music to generate |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| duration_seconds | number | Duration in seconds |
| metadata | object | Generation metadata |
| music_url | string | The generated audio URL (CDN) |
POST /mpp/audio/speech-to-text dynamic
Speech-to-text: transcribe audio from a URL using OpenAI GPT-4o Transcribe (Replicate).
- Amount
- 0.020000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.020000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| audio_file | string | Yes | HTTPS URL of the audio file to transcribe (e.g. MP3) |
| language | string | No | Language code (default: en) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| metadata | object | Model and language metadata |
| text | string | Transcribed text |
GET /mpp/token/pumpfun-trending dynamic
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
- Amount
- 0.100000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.100000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| count | number | Number of trending tokens returned |
| suggestions | array[object] | Array of 3 fresh token ideas |
| summary | string | AI-generated summary of dominant memecoin meta |
| trending_tokens | array[object] | Array of trending tokens |
GET /mpp/token/pumpfun-movers dynamic
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
- Amount
- 0.100000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.100000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| count | number | Number of movers tokens returned |
| suggestions | array[object] | Array of 3 fresh token ideas |
| summary | string | AI-generated summary of dominant memecoin meta |
| trending_tokens | array[object] | Array of movers tokens |
POST /mpp/token/news dynamic
Fetch token information from Jupiter via Corbits, get curated news from Syra, and generate banner and social content with Xona.
- Amount
- 0.500000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.500000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| token | string | Yes | Token mint address, symbol, or name |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| mint | string | Token mint address from Jupiter |
| success | boolean | Whether the operation was successful |
| ticker | string | Token symbol from Jupiter |
| token | string | Token name from Jupiter |
| trending_news | object | AI-generated news content |
POST /mpp/token/starter-kit dynamic
Generate token logo and banner automatically from a prompt. Extracts token information, generates logo, then creates a matching banner.
- Amount
- 0.200000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.200000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| ca_reference | string | No | Contract address of reference token to extract logo from |
| prompt | string | Yes | Description of the token |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| banner_url | string | URL of the generated banner (CDN) |
| logo_url | string | URL of the generated logo (CDN) |
| token_description | string | Comprehensive token description |
| token_name | string | The token name |
| token_ticker | string | The token ticker symbol (uppercase) |
POST /mpp/token/signal dynamic
AI-powered market sentiment analysis for a crypto ticker — sentiment score, price target, key signals, risk level, and a one-line summary.
- Amount
- 0.020000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.020000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| ticker | string | Yes | Token ticker symbol (e.g. SOL, BTC, ETH) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| data | object | Sentiment analysis payload |
| success | boolean | Whether the operation succeeded |
POST /mpp/token/solana-discovery dynamic
Solana token discovery via Onchain OS — hot tokens, top movers, search, smart money signals, top traders.
- Amount
- 0.010000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.010000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| action | string | No | hot_tokens (default), top_movers, search, smart_money, or top_traders |
| keyword | string | No | Required when action is search |
| limit | number | No | Max results (default 20) |
| sortBy | string | No | Sort for top_movers or top_traders |
| timeFrame | string | No | Time frame code (default 4) |
| tokenAddress | string | No | Optional mint for smart_money |
| walletType | string | No | Wallet type for smart_money (default 1) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| action | string | Action performed |
| chain | string | solana |
| data | object | Discovery data from Onchain OS |
| success | boolean | Whether the request succeeded |
POST /mpp/token/solana-market dynamic
Solana token market data via Onchain OS — overview, risk, holders, candlesticks, whale trades, cluster check.
- Amount
- 0.010000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.010000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | token_overview, token_risk, holder_analysis, candlesticks, whale_trades, or cluster_check |
| bar | string | No | Candle interval for candlesticks (default 1H) |
| limit | number | No | Limit for candles/trades (default 50) |
| tagFilter | string | No | Optional filter for whale_trades / holders |
| tokenAddress | string | No | Solana mint address (required for most actions) |
| tokenAddresses | array | No | Multiple mints for token_overview |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| action | string | Action performed |
| chain | string | solana |
| data | object | Market data from Onchain OS |
| success | boolean | Whether the request succeeded |
POST /mpp/ai/x-persona dynamic
Extract structured persona from X (Twitter) username. Analyzes posts, profile, and communication style to generate persona, style profile, content patterns, and avatar prompt.
- Amount
- 0.050000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.050000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| x_username | string | Yes | X (Twitter) username (with or without @) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| avatar | object | Avatar information including image type, prompt, and reference images |
| content_patterns | object | Content patterns and posting behavior analysis |
| persona | object | Persona information including summary, tone, core topics, and beliefs |
| style_profile | object | Writing style and voice characteristics |
POST /mpp/ai/x-news dynamic
Extract latest news from X (Twitter) username, generate draft tweet and banner with Xona.
- Amount
- 0.500000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.500000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| x_persona | string | No | X (Twitter) username to mimic persona/style for tweet draft (optional) |
| x_username | string | Yes | X (Twitter) username (with or without @) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| success | boolean | Whether the operation was successful |
| trending_news | object | AI-generated news content |
| x_username | string | The X username |
POST /mpp/image/flux-2-pro dynamic
High-quality image generation and editing with support for eight reference images
- Amount
- 0.060000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.060000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Aspect ratio, e.g. "1:1"; use "custom" with width and height |
| height | number | No | Height when aspect_ratio is custom (multiple of 16) |
| input_images | array | No | HTTPS URLs of reference images (limits vary by model) |
| output_format | string | No | webp, png, or jpg |
| output_quality | number | No | Encoder quality 0–100 |
| prompt | string | Yes | Text prompt for image generation |
| resolution | string | No | Output resolution label, e.g. "1 MP" |
| safety_tolerance | number | No | Safety tolerance 1 (strict) to 5 (permissive); default 2 |
| seed | number | No | Optional seed for reproducible generation |
| width | number | No | Width when aspect_ratio is custom (multiple of 16) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | Prompt used |
| image_url | string | Generated image URL (CDN) |
| metadata | object | Model, parameters, CDN key, upstream image URL |
POST /mpp/image/flux-2-max dynamic
The highest fidelity image model from Black Forest Labs
- Amount
- 0.100000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.100000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Aspect ratio, e.g. "1:1"; use "custom" with width and height |
| height | number | No | Height when aspect_ratio is custom (multiple of 16) |
| input_images | array | No | HTTPS URLs of reference images (limits vary by model) |
| output_format | string | No | webp, png, or jpg |
| output_quality | number | No | Encoder quality 0–100 |
| prompt | string | Yes | Text prompt for image generation |
| resolution | string | No | Output resolution label, e.g. "1 MP" |
| safety_tolerance | number | No | Safety tolerance 1 (strict) to 5 (permissive); default 2 |
| seed | number | No | Optional seed for reproducible generation |
| width | number | No | Width when aspect_ratio is custom (multiple of 16) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | Prompt used |
| image_url | string | Generated image URL (CDN) |
| metadata | object | Model, parameters, CDN key, upstream image URL |
POST /mpp/image/flux-2-flex dynamic
Max-quality image generation and editing with support for ten reference images
- Amount
- 0.050000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.050000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| aspect_ratio | string | No | Aspect ratio, e.g. "1:1"; use "custom" with width and height |
| height | number | No | Height when aspect_ratio is custom (multiple of 16) |
| input_images | array | No | HTTPS URLs of reference images (limits vary by model) |
| output_format | string | No | webp, png, or jpg |
| output_quality | number | No | Encoder quality 0–100 |
| prompt | string | Yes | Text prompt for image generation |
| resolution | string | No | Output resolution label, e.g. "1 MP" |
| safety_tolerance | number | No | Safety tolerance 1 (strict) to 5 (permissive); default 2 |
| seed | number | No | Optional seed for reproducible generation |
| width | number | No | Width when aspect_ratio is custom (multiple of 16) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| image_description | string | Prompt used |
| image_url | string | Generated image URL (CDN) |
| metadata | object | Model, parameters, CDN key, upstream image URL |
POST /mpp/sol/token-signal dynamic
AI-powered market sentiment analysis for a crypto ticker — sentiment score, price target, key signals, risk level, and a one-line summary. Solana settlement (USDC) via Dexter MPP at /mpp/sol/token-signal.
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| ticker | string | Yes | Token ticker symbol (e.g. SOL, BTC, ETH) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| data | object | Sentiment analysis payload |
| success | boolean | Whether the operation succeeded |
POST /mpp/stellar/token-signal dynamic
AI-powered market sentiment analysis for a crypto ticker — sentiment score, price target, key signals, risk level, and a one-line summary. Stellar settlement (USDC) via Soroban SAC MPP at /mpp/stellar/token-signal.
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP payment credential, typically `Payment <serialized-credential>`. Omit on first call to receive 402 challenge. |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| ticker | string | Yes | Token ticker symbol (e.g. SOL, BTC, ETH) |
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| data | object | Sentiment analysis payload |
| success | boolean | Whether the operation succeeded |
Payment Methods
- Methods
- tempo (from challenge)
- Intents
- charge (from challenge)
- Currencies (discovery)
- -
- Multiple Challenges
- No
Recipients
- 0x6cac93EFe34755fC978D285732888B6862A5D0C8
Per-endpoint breakdown
- GET /mpp/token/pumpfun-trending
- 0x6cac93EFe34755fC978D285732888B6862A5D0C8
- POST /mpp/image/creative-director
- 0x6cac93EFe34755fC978D285732888B6862A5D0C8
- POST /mpp/image/designer
- 0x6cac93EFe34755fC978D285732888B6862A5D0C8
- POST /mpp/image/nano-banana
- 0x6cac93EFe34755fC978D285732888B6862A5D0C8
- POST /mpp/image/nano-banana-2
- 0x6cac93EFe34755fC978D285732888B6862A5D0C8
- POST /mpp/image/nano-banana-pro
- 0x6cac93EFe34755fC978D285732888B6862A5D0C8
Security
- TLS Version
- TLSv1.3
- Challenge ID Unique
- Yes
- Challenge ID Length
- 43
- Digest Binding
- -
Uptime
- Discovery
- Reachable (904ms)
- Challenge
- Reachable (773ms)
- Last Checked
Schema Completeness
- Paid Operations
- 23
- With Input Schema
- 21
- With Description
- 23
2 missing schema
- GET /mpp/token/pumpfun-trending
- GET /mpp/token/pumpfun-movers
Documentation
- Homepage
- https://api.xona-agent.com
- API Reference
- https://api.xona-agent.com/openapi.json
- llms.txt
- -
Discovery
- OpenAPI URL
- https://api.xona-agent.com/openapi.json
- OpenAPI Version
- 3.1.0
- Service Version
- 1.0.0
- Document Size
- 61492 bytes
- Document Hash
- c5d5c8eaf707af5dc5d29418b07553cb0ac1bd217fcf0507c534928747c72c8b
Version History (2 snapshots)
Scan snapshots
| Date | Grade | Score | Response | Status |
|---|---|---|---|---|
| 2026-04-06 | B | 78% | 1061ms | Up |
| 2026-04-07 | B | 78% | 1011ms | Up |