π New: Multichain / Multicurrency Liquidation Addresses
Bridge now supports creating flexible liquidation addresses that can accept deposits across multiple chains and currencies.We do not support returning unsupported currencies! Please be careful and guide your users not to send currencies we do not support. You can view what we support here.
Multichain
- Create a Liquidation Address with
chain="evm"
. - Currently supported chains: Base, Ethereum, Polygon.
- Example: You can send
USDC.base
,USDC.ethereum
,USDC.polygon
, etc. to the same liquidation address.
Request
Multicurrency
- Create a Liquidation Address with
currency="any"
. - Example: You can send
USDB.solana
,USDC.solana
, etc. to the same liquidation address.
Request
Multichain + Multicurrency
- Create a Liquidation Address with both
chain="evm"
andcurrency="any"
. - Example: You can send
USDC.base
,USDC.ethereum
,USDT.ethereum
,USDC.polygon
, etc. to the same liquidation address.
Request
Point a liquidation address to an external bank account
Request
Response
address
of the liquidation address. Now anytime your customer receives funds on this address, Bridge will automatically convert it to USD and send a wire payment with the wire message.
Create a liquidation address with a crypto destination
Request
Response
Memo based blockchains
Donβt forget the blockchain memo.
blockchain_memo
will be provided as part of the response. This must be included in the crypto deposit memo.
Response
Create a liquidation address with a custom developer fee
Setting a custom developer fee overrides the default Liquidation Address developer fee for a given Liquidation Address upon creation.Request