v1
latestOpenAPI 3.1.02026-07-2630132755.3 KBCreate new deposit address
Any bridgable tokens sent to a generated deposit address will be automatically bridged to the set up address on the destination chain.
Request body
Array of blockchain chain identifiers where deposit addresses should be created (e.g., ["ETHEREUM", "ARBITRUM"]).
Optional note or label for the deposit address (max 80 characters).
Whether 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.
a non empty string
a non empty string
The blockchain chain identifier for the destination address (e.g., "BASE").
The blockchain address where bridged tokens will be sent.
Token to be received on the destination address. The deposited token will be swapped automatically if needed.
Only 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..
Response
Success
The blockchain network identifier where the deposit address is located.
The generated deposit address where users should send tokens.
The blockchain network identifier where bridged tokens will be sent.
a non empty string
Optional note or label for the deposit address (max 80 characters).
Whether this deposit address is currently active and accepting deposits.
Whether this deposit address is currently paused. Paused addresses reject incoming deposits until they are unpaused.
Optional token to receive after bridging (for token swaps).
a non empty string
Whether to bridge tokens even if they cannot be swapped (optional).