deBridge is the bridge that moves at lightspeed, enabling blazingly fast bridge transfers between Ethereum, Solana, and all major chains with deepest liquidity and guaranteed rates.

Bridging solutions that
move as fast as DeFi

Plug and play solutions for any application or site. Built for blazingly fast performance at global scale.

Integrations in action

jupiter
solflare
clone

Connect your chain to deBridge

Chains scheme
Subscribe to deBridge IaaS and get complete cross-chain messaging, asset custody, and bridging, all with one subscription.

Integrate deBridge API

                                            
const { formatEther } = require("ethers/lib/utils");
async function quote(params) {
const response = await fetch('https://dln.debridge.finance/v1.0/dln/quote?' + new URLSearchParams(params));
const data = await response.json();
if (data.errorCode) throw new Error(data.errorId)
return data
}
async function main() {
console.log("Trading 1 ETH from Ethereum to BNB...")
const { estimation } = await quote({
srcChainId: 1,
srcChainTokenIn: '0x0000000000000000000000000000000000000000',
srcChainTokenInAmount: '1000000000000000000',
dstChainTokenOutAmount: 'auto',
dstChainId: 56,
dstChainTokenOut: '0x0000000000000000000000000000000000000000',
prependOperatingExpenses: true
});
const minOutcome = estimation.dstChainTokenOut.amount;
const minOutcomeWithoutDecimals = formatEther(minOutcome)
console.log(`Expected outcome: ${minOutcomeWithoutDecimals} BNB`)
}
main().catch(err => console.error(err))
                                            
                                                
#!/bin/bash
curl -s "https://dln.debridge.finance/v1.0/dln/quote?srcChainId=1&srcChainTokenIn=0x0000000000000000000000000000000000000000&srcChainTokenInAmount=1000000000000000000&dstChainTokenOutAmount=auto&dstChainId=56&dstChainTokenOut=0x0000000000000000000000000000000000000000&prependOperatingExpenses=true" | jq

1 admin@debridge: ~ node dln.js

2 Trading 1 ETH from Ethereum to BNB...

3 Expected outcome: BNB

admin@debridge: bash dln.sh

Start building today

Build