Get public deposit address status
Please use the identical endpoint under https://api.rhino.fi/sda. The sda endpoints here exist only for backwards compatibility and will be removed in the future. If you use the SDK, please upgrade to the latest version which uses the correct endpoint.
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".
Query Parameters
The address where tokenOut will be bridged to, e.g. "0x123...ABC".
Response
PublicDepositAddressStatusResponse
The Rhino.fi Smart Deposit Address that the deposit has been sent to.
The blockchain where the deposit was sent to.
The blockchain where the tokenOut will be bridged to.
The address where tokenOut will be bridged to.
An array of bridge transactions associated with this deposit address, including accepted, failed, and rejected transactions.
A paused deposit address will reject every deposit made to it.
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.