The API is currently in beta. Endpoints and response formats may change. Join
our Discord for updates.
Overview
The Limora API provides programmatic access to:- Market data and prices
- Trade execution
- Position management
- Account information
- Historical data
Base URL
Authentication
Public endpoints (market data) require no authentication. Private endpoints (trading, account) require wallet signature authentication.Authentication
Wallet Signature Auth
For private endpoints, authenticate using wallet signatures:1
Request Challenge
2
Sign Message
Sign the challenge message with your wallet.
3
Submit Signature
4
Use Token
Include the token in subsequent requests:
Market Data
Get Prices
Get current oracle prices for all supported assets.Get Single Price
Get Price History
Response:
Trading
Get Trading Pairs
Open Position
Close Position
Cancel Pending Trade
Positions
Get Open Positions
Get Position by ID
Update Stop-Loss / Take-Profit
Account
Get Balances
Get Trade History
Response:
WebSocket API
Real-time data is available via WebSocket connection.Connection
Subscribe to Prices
Subscribe to Position Updates
Requires authentication first.Rate Limits
Rate limit headers:
Error Handling
Error Response Format
Common Error Codes
SDK
JavaScript/TypeScript
Python
Changelog
v1.0.0 (Beta)
- Initial API release
- Market data endpoints
- Trading endpoints
- Account endpoints
- WebSocket support
Support
Need help? Contact our support team.