API Reference
Complete API documentation for Axira AI services
Base URL
https://your-domain.com/apiAuthentication
All API requests require authentication via wallet signature. See the authentication endpoint documentation for details.
Available Endpoints
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.