Pause, unpause, or update deposit addresses
Pauses or unpauses deposit address(es) matching the given address, or updates the destination address using signature authorization. For Pause and Unpause, depositChain limits the action to one chain when provided; otherwise all matching deposit addresses are affected. Signature-authorized destination updates require custom per-project setup and are not generally available.
Authorizations
JWT token for authentication
Path Parameters
a string that will be trimmed
Body
Action to apply to the deposit address(es). "Pause" stops accepting new deposits; "Unpause" resumes; "UpdateDestinationAddressWithSignature" updates the destination address after signature verification and requires custom per-project setup.
- Option 1
- Option 2
- Option 3
Response
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.
1Whether 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.
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.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
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).
Optional chain-specific metadata. Currently only populated for Stellar SDAs, where it exposes the base address and memo id that the muxed deposit address resolves to.