Overview
Bridge native tokens between any supported chain. Same flow as trading: quote → sign → execute. The execute endpoint handles bridge completion internally and returns once the funds arrive on the destination chain. Supported directions: EVM ↔ EVM, EVM → Solana, Solana → EVM.EVM → EVM
Bridge 0.001 ETH from Ethereum to Base.1. Get a quote
2. Sign the transaction
3. Execute
EVM → Solana
Bridge ETH to SOL. Requires arecipient parameter with the Solana wallet address.
Solana → EVM
Bridge SOL to Base. The quote returns a base64-encoded Solana transaction.Timeout fallback
The execute endpoint waits up to 5 minutes for completion. In rare cases it may returnstatus: "PENDING" on timeout. If that happens, poll the status endpoint until settled:
Supported networks
CallGET /api/v1/bridge/networks to get all supported networks with min/max amounts.
Bridge supports: ETH, BASE, BSC, SOL, ABS, AVAX, HYPE, ARB, INK, STORY, PLASMA, MONAD, UNI, MEGAETH.
Key differences from trading
requestIdinstead ofquoteId— used for status trackingsourceChaininstead ofchain— the chain where the source transaction is signedrecipientparameter — required when bridging to a different address format (EVM ↔ Solana)- Execute waits for completion — the endpoint handles polling internally, expect responses in 5-30s for most bridges
- No MEV protection needed — bridge deposits go to a relay contract, not a DEX pool

.png?fit=max&auto=format&n=vFD3JaMmh-jP1DJL&q=85&s=eb89fc3bbcbf83018c6491d27144e343)