API Reference

Complete API documentation for Axira AI services

Base URL

https://your-domain.com/api

Authentication

All API requests require authentication via wallet signature. See the authentication endpoint documentation for details.

Available Endpoints

Authentication

Handle user authentication via wallet signature

View Details →

CoinGecko Integration

Fetch cryptocurrency token data and market information

View Details →

Gemini Overview

Get AI-powered market analysis and narrative intelligence

View Details →

Response Format

All API responses are returned in JSON format with the following structure:

{
  "success": boolean,
  "data": object | array,
  "error": string | null
}

Rate Limiting

API requests are rate-limited to 100 requests per minute per wallet address. Rate limit information is included in response headers.