API Reference
The Hypermid API provides programmatic access to cross-chain swaps, bridges, fiat on-ramp, and partner management functionality.Base URL
/v1/.
Authentication
Include your API key in theX-API-Key header. See Authentication for details.
Response Format
All responses use the standard envelope format:Endpoint Groups
Swap
Chains, tokens, quotes, routes, and status tracking for cross-chain swaps.
Execute
Execute swaps and manage deposits.
On-Ramp
Fiat-to-crypto quotes, checkout sessions, and order tracking.
Partner
Partner profile, analytics, transaction history, and webhook management.
System
Health checks and system status.
Quick Reference
| Endpoint | Method | Description |
|---|---|---|
/v1/chains | GET | List supported blockchains |
/v1/tokens | GET | List tokens for specified chains |
/v1/connections | GET | List available chain-to-chain connections |
/v1/tools | GET | List available swap/bridge tools |
/v1/gas-prices | GET | Get current gas prices |
/v1/quote | GET | Get a swap quote |
/v1/routes | GET/POST | Get multiple swap routes |
/v1/status | GET | Check swap transaction status |
/v1/execute | POST | Execute a swap |
/v1/execute/deposit/submit | POST | Submit a manual deposit |
/v1/execute/deposit/status | GET | Check deposit status |
/v1/onramp/quote | POST | Get fiat-to-crypto quote |
/v1/onramp/checkout | POST | Create checkout session |
/v1/onramp/status | GET | Check on-ramp order status |
/v1/onramp/config | GET | Get on-ramp configuration |
/v1/onramp/assets | GET | List purchasable assets |
/v1/partner/me | GET | Get partner profile |
/v1/partner/stats | GET | Get partner statistics |
/v1/partner/transactions | GET | List partner transactions |
/v1/partner/webhooks | POST | Create a webhook |
/v1/partner/webhooks | GET | List webhooks |
/v1/partner/webhooks/{id} | DELETE | Delete a webhook |
/v1/swap-event | POST | Submit a swap event |
/v1/ping | GET | Health check |