Any bridgable tokens sent to a generated deposit address will be automatically bridged to the set up address on the destination chain.
JWT token for authentication
Array of blockchain chain identifiers where deposit addresses should be created (e.g., ["ETHEREUM", "ARBITRUM"]).
1a non empty string
1The blockchain chain identifier for the destination address (e.g., "BASE").
1The blockchain address where bridged tokens will be sent.
1Token to be received on the destination address. The deposited token will be swapped automatically if needed.
1Optional note or label for the deposit address (max 80 characters).
80Whether to reuse an existing deposit address that matches the given parameters or always create a new one. By default an existing address is reused unless create-new is specified.
create-new, reuse-existing Optional configuration for post-bridge actions (e.g., staking, lending). Must be omitted if your client does not have PBA enabled. See https://docs.rhino.fi/api-integration/smart-deposits#post-bridge-data for details.
Optional URL for webhook notifications when deposits are processed.
Optional address for refunds in case of processing failures.
1Only valid if tokenOut is set as well. If true, deposited tokens that cannot be swapped to the tokenOut will be bridged instead of causing a failed bridge.
Success
The blockchain network identifier where the deposit address is located.
1The generated deposit address where users should send tokens.
1The blockchain network identifier where bridged tokens will be sent.
1List of tokens that can be deposited to this address.
Whether this deposit address is currently active and accepting deposits.
The destination address where bridged tokens will be sent (optional).
1Optional note or label for the deposit address (max 80 characters).
80Optional configuration for post-bridge actions (e.g., staking, lending). Must be omitted if your client does not have PBA enabled. See https://docs.rhino.fi/api-integration/smart-deposits#post-bridge-data for details.
Optional token to receive after bridging (for token swaps).
Optional address for refunds if bridging fails.
1Whether to bridge tokens even if they cannot be swapped (optional).