Skip to main content
GET
Get deposit address history

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

depositAddress
required

a string that will be trimmed

depositChain
string
required

Query Parameters

from
string

Start date for the history query, in milliseconds since epoch or Date.parse compatible string. Optional, defaults to 7 days ago. Max window is 31 days

to
string

Start date for the history query, in milliseconds since epoch or Date.parse compatible string. Optional, defaults to 7 days ago. Max window is 31 days

Response

DepositAddressHistoryResponse

depositAddress
string
required

The deposit address for which history is being retrieved.

Minimum string length: 1
depositChain
string
required

The blockchain network identifier of the deposit address.

Minimum string length: 1
bridges
object[]
required

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