Documentation Index
Fetch the complete documentation index at: https://direkt.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What is Direkt?
Direkt is a cross chain crypto payment infrastructure API. Bridge assets by sending funds to a deposit address, no wallet connection, gas or signing required.Quickstart
Go from zero to first payment in 5 minutes
API Reference
Full endpoint docs with examples
Guides
Step-by-step integration guides
Telegram Support
Get help directly from the team
How it works
Create a quote
POST to
/api/quote with the token details, amount, currency, from and destination chain. Direkt returns a unique deposit address.Show the address to your user
Display the address (and QR code) in your UI. The user sends crypto to it from any wallet.
Fill — Order gets filled on the destination chain from pre-positioned liquidity. Funds are delivered to the recipient address.
Supported chains
| Chain | Symbol | Type |
|---|---|---|
| Ethereum | ETH | EVM |
| BNB Smart Chain | BNB | EVM |
| Polygon | MATIC | EVM |
| Arbitrum | ARB | EVM |
| Base | BASE | EVM |
| Optimism | OP | EVM |
| Solana | SOL | SVM |
Key concepts
- No signing required: Users bridge/swap by sending funds to an address, no wallet connection needed.
- Works cross-chain and same-chain: Supports both bridges and swaps.
- Ideal use cases: CEX withdrawals, fiat onramps, and headless systems where the sender can’t sign.
- UX: Identical to a normal token transfer.
- Quote Regeneration: When funds arrive at a deposit address, Direkt evaluates what was sent versus what was originally quoted. How mismatches are handled varies.