v1

latestOpenAPI 3.1.02026-07-2630132755.3 KB
depositAddresses

Get deposit address history

Returns the history of a deposit address on a given chain. This includes all accepted (with precise history), failed, and rejected bridge transactions.

get/deposit-addresses/{depositAddress}/{depositChain}/history

Path parameters

string required

a string that will be trimmed

OR
string required

Tron basic address format

OR
string required
OR
string required
depositChainstring required

Query parameters

fromstring

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

tostring

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

depositAddressstring required

The deposit address for which history is being retrieved.

depositChainstring required

The blockchain network identifier of the deposit address.