API Endpoints
Complete reference for all UNIKRON API endpoints.
Authentication Required: All endpoints require an API key via the X-API-Key header.
Available Endpoints
Quote & Order Management
GET /api/v1/quote
Fetch best swap route with MEV protection across multiple DEX aggregators
POST /api/v1/mev/orders
Submit signed transaction for MEV-protected execution
GET /api/v1/mev/orders/:orderId
Get real-time order status and transaction details
WETH Wrapping
GET /api/v1/mev/wrap/info
Get WETH contract information and user ETH/WETH balances
POST /api/v1/mev/wrap/quote
Get quote for wrapping or unwrapping ETH to WETH
POST /api/v1/mev/wrap/order
Submit wrap/unwrap transaction with MEV protection
Base URL
https://api.unikron.chSecurity: All API communications use TLS 1.3 encryption. Never share your API key publicly.
Start exploring: GET /api/v1/quote
Last updated on