Get deposit address status
Returns the status of a deposit address on a given chain
Authorizations
JWT token for authentication
Path Parameters
The Rhino.fi Smart Deposit Address that the deposit has been sent to, e.g. "0x123...ABC".
The blockchain where the deposit was sent to, e.g. "ETHEREUM".
Response
DepositAddressStatusResponse
The blockchain that the Smart Deposit Address is on and that deposits should be sent to, e.g. "ETHEREUM".
1The Rhino.fi Smart Deposit Address that the deposit has been sent to.
1The blockchain that the received tokens will be bridged to.
1The assets that can be deposited to the depositAddress for this depositChain.
Whether the Smart Deposit Address is being actively monitored for incoming deposits of supportedTokens (true), in which case it will take the necessary bridge / bridge and swap actions, or is not currently being monitored or actioned by Rhino.fi (false). All Smart Deposit Addresses are set to isActive = true when generated and will be monitored and actioned for 10 years, however Smart Deposit Addresses can be disabled via request.
Whether this deposit address is currently paused. Paused addresses reject incoming deposits until they are unpaused.
The blockchain address that the received tokens will be bridged / bridged and swapped to.
1A note or label for the deposit address as a reference.
80Custom Routing Rules as configured by Rhino.fi for specific clients, e.g. to move funds after the initial bridge into a yield bearing vault. To understand more about how Routing Rules can help automate onchain actions and ensure that your funds land in an active state, please contact your Rhino.fi Customer Success Manager or speak to a member of the Rhino.fi sales team.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
The token that will be received on the destinationChain.
The address that any funds would be returned to in the case that a transaction to this Smart Deposit Address is unsuccessful.
1If true, deposited tokens that cannot be swapped to the tokenOut will be bridged instead of causing a failed transaction. If false, any deposited tokens that cannot be swapped to the tokenOut will cause the transaction to fail. Must be used in conjunction with the tokenOut parameter.
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.