Skip to main content
GET
Obtain a list of previous activity for a Smart Deposit Address

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

from
string

The start date that the history query should cover, in milliseconds since epoch or Date. If not specified then the default history given will cover the last 7 day period. The maximum window of time a result can cover is 31 days between the from and to.

to
string

The end date that the history query should cover, in milliseconds since epoch or Date. If not specified then the default history given will cover the last 7 day period. The maximum window of time a result can cover is 31 days between the from and to.

Response

DepositAddressHistoryResponse

depositAddress
string
required

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

Minimum string length: 1
depositChain
string
required

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

Minimum string length: 1
bridges
object[]
required

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