Bridge supports 10+ blockchains across EVM and non-EVM ecosystems. TheDocumentation Index
Fetch the complete documentation index at: https://apidocs.bridge.xyz/llms.txt
Use this file to discover all available pages before exploring further.
payment_rail field in transfer, liquidation address, and virtual account requests is how you specify which chain to use.
Chain-Specific Fields
blockchain_memo
- Stellar, Tron, and Tempo support an optional
blockchain_memofield on the transferdestinationobject. This is a configurable field for sending memos to blockchain destinations. The memo can be used to add additional payment details to the transaction. - For Stellar deposits, a memo is a required field. It is returned in deposit instructions and must be included by the sender.
memoless_address
- For Stellar deposit addresses, Bridge returns a
memoless_addressalongside the standardblockchain_memo. This is a Stellar muxed account address (M-address) that encodes the routing memo directly into the address string itself, so your customers don’t need to include a separate memo field when sending.
