Skip to main content
GET
Get public deposit address status

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

depositAddress
required

The Rhino.fi Smart Deposit Address that the deposit has been sent to, e.g. "0x123...ABC".

depositChain
string
required

The blockchain where the deposit was sent to, e.g. "ETHEREUM".

Query Parameters

destinationAddress
string
required

The address where tokenOut will be bridged to, e.g. "0x123...ABC".

Response

PublicDepositAddressStatusResponse

depositAddress
string
required

The Rhino.fi Smart Deposit Address that the deposit has been sent to.

depositChain
string
required

The blockchain where the deposit was sent to.

destinationChain
string
required

The blockchain where the tokenOut will be bridged to.

destinationAddress
string
required

The address where tokenOut will be bridged to.

lastBridges
object[]
required

An array of bridge transactions associated with this deposit address, including accepted, failed, and rejected transactions.

isPaused
boolean
required

A paused deposit address will reject every deposit made to it.

chainMetadata
object

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.