Overview
The Omnera API provides programmatic access to our trading platform, including Token Intelligence, trade execution, and portfolio management.Base URL
Authentication
All API requests require authentication via Bearer token. Include your API key in theAuthorization header:
Keep your API key secure. Never expose it in client-side code or public repositories.
Rate Limits
| Tier | Requests/min | Requests/day |
|---|---|---|
| Free | 10 | 100 |
| Pro | 100 | 10,000 |
| Enterprise | Custom | Custom |
Available Endpoints
Token Intelligence
Get AI-generated token analysis and risk scores.
Trade Execution
Execute trades with optional MEV protection.
Portfolio
Retrieve wallet balances and positions.
Webhooks
Receive real-time notifications for trades and alerts.
Response Format
All responses are returned in JSON format:Error Handling
Errors return appropriate HTTP status codes with details:| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing API key |
| 429 | Rate Limited - Too many requests |
| 500 | Server Error - Something went wrong |
SDKs
Official SDKs are coming soon:- TypeScript/JavaScript
- Python
- Rust
Request API Access
Join the Waitlist
Contact us to request API access for your application.