Returns the history of a deposit address on a given chain. This includes all accepted (with precise history), failed, and rejected bridge transactions.
JWT token for authentication
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
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
DepositAddressHistoryResponse
The deposit address for which history is being retrieved.
1The blockchain network identifier of the deposit address.
1Array of bridge transactions associated with this deposit address, including accepted, failed, and rejected transactions.