Welcome to the ASCN.AI Assistant API! Our mission is to provide programmatic access to institutional-grade, real-time crypto intelligence. The API transforms complex on-chain data from over 20 blockchains, social media, and news sources into actionable insights, accessible through simple, natural language queries.Whether you’re building sophisticated trading bots, data-rich portfolio trackers, or AI-powered community management tools, our API delivers the speed, accuracy, and depth you need to stay ahead. Go from raw data to actionable insights in seconds.
There are two ways to obtain a Free API key. The quick option is to request directly from Support in Telegram.The more useful option is to register on the B2B platform, review all available subscription plans, and select the Free plan. By doing so, you gain access to detailed logs of your requests, visibility into how many “credits” each request consumes, and the ability to upgrade instantly to any paid plan when needed.
You will receive a JSON response containing a detailed, real-time analysis of the PEPE coin. Congratulations, you’ve successfully queried the ASCN.AI Assistant!
All requests to the ASCN.AI API must be authenticated. We use a single API key for authentication.Pass your API key in the X-API-Key header of every request.
X-API-Key: YOUR_API_KEY
Your API key is a secret! Do not share it or expose it in any client-side code (browsers, mobile apps). All API requests should be made from a secure server environment.
All interactions with the ASCN.AI API occur via HTTPS requests to our base URL.Base URL:https://b2b.api.arbitragescanner.io/api/ai-assistant/v1/The API is organized around REST principles. Our endpoints use standard HTTP methods (GET, POST) and return predictable JSON-formatted responses.
Gain real-time insights into the DEX futures market. Track top traders on platforms like Hyperliquid, analyze their strategies, and see their open positions, leverage, P/L, and trade history.
Who are the most profitable traders on SOL and ETH right now?
Our AI assistant can perform advanced web searches to gather public information about projects, teams, and market trends, combining it with on-chain data for a complete 360-degree view.
Sends a message to the AI assistant and returns a complete, structured analysis in a single response. Best for scenarios where a complete response is needed before proceeding.Request Body
Parameter
Type
Description
message
string
Required. The natural language message or question for the AI assistant.
chat_id
uuid
Optional. The ID of an existing chat to continue a conversation.
model
string
Optional. The AI model to use. Defaults to ascn_v1.2.
Example Request
{ "message": "Provide me deep onchain and market analytics for DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK)", "model": "ascn_v1.2"}
For real-time applications, this endpoint establishes a Server-Sent Events (SSE) stream to deliver parts of the response as they are generated. Ideal for interactive, responsive user experiences.Stream Events
If you exceed your rate limit, you will receive an HTTP 429 Too Many Requests error.For detailed pricing and credit information, visit the Pricing Page.
What programming languages are supported?
The API is language-agnostic. You can use any language that supports HTTP requests.Can I use the API for commercial purposes?
Yes. Please review our Terms of Service for details.What is the difference between invoke_assistant and invoke_assistant_stream?invoke_assistant returns a complete response in one go. invoke_assistant_stream uses SSE to stream the response as it’s generated — use it for interactive, real-time applications.Do you offer support?
Yes — via email info@ascn.ai, Telegram, and our community forum.