Skip to main content
Bridge supports 10+ blockchains across EVM and non-EVM ecosystems. The payment_rail field in transfer, liquidation address, and virtual account requests is how you specify which chain to use.
Check the Route Explorer for the full list of supported currencies per chain.

Chain-Specific Fields

blockchain_memo

  • Stellar, Tron, and Tempo support an optional blockchain_memo field on the transfer destination object.
  • For Stellar onramps, it is returned in deposit instructions and must be included by the sender.
{
  "destination": {
    "currency": "usdc",
    "payment_rail": "stellar",
    "to_address": "GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5",
    "blockchain_memo": "4891237045"
  }
}