Stargate Bridge API

Cross-chain routing protocol with unified liquidity

What is Stargate?

Stargate is a cross-chain bridge protocol that provides instant guaranteed finality and unified liquidity across multiple chains. It's known for its Delta Convergence algorithm.

API Features

SDK Integration

import { StargateBridge } from '@stargatefinance/stg-sdk'

const stargate = new StargateBridge(provider)

// Get quote for cross-chain swap
const quote = await stargate.quote({
  srcChainId: 1,
  dstChainId: 10,
  amount: '1000000',
  token: 'USDC'
})

Integrate Stargate

Add cross-chain swaps to your dApp with Stargate.

Build Now