API Reference
The Aori API provides a comprehensive set of endpoints for cross-chain trading, order management, and real-time data streaming. All endpoints use standard HTTP methods and return JSON responses.
Available Endpoints
Endpoint | Method | Description |
---|---|---|
/quote | POST | Request a price quote for cross-chain swaps with real-time market data |
/swap | POST | Submit a signed swap order for execution on the Aori protocol |
/data/status | GET | Get the current status and execution details of a specific order |
/data/details | GET | Get comprehensive order details including event history and execution timeline |
/data/query | GET | Query historical orders with advanced filtering and pagination |
/chains | GET | Get information about all supported blockchain networks in the Aori protocol |
/stream | WS | Real-time WebSocket stream for order events and status updates |