API
The Rift API enables access to native Bitcoin swaps between chains.
For the full interactive API reference with request examples and live testing capabilities, visit the API Reference →.
Quick Overview
| Endpoint | Method | Description |
|---|---|---|
/quote | POST | Get a quote for a swap |
/order | POST | Create a swap from a quote |
/order/{orderId} | GET | Get swap status and details |
/health | GET | Get system online status |
/status | GET | Get detailed status of all backend services |
Supported Chains
| Chain | Identifier |
|---|---|
| Bitcoin | BITCOIN |
| Ethereum | EVM with chainId: 1 |
| Base | EVM with chainId: 8453 |
Supported Tokens
| Token | Chain | Type |
|---|---|---|
| BTC | Bitcoin | Native |
| cbBTC | Ethereum/Base | ERC20 (0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf) |
Authentication
Currently, the Rift API does not require authentication. Rate limiting may apply.
Reach out to our team on Telegram if interested in getting an affiliate API key.
Last updated on