Api deposit history response
ApiDepositHistoryResponse
Name
Lite |
Type |
Required
Default |
Description |
result
r |
[DepositHistory] |
True |
The deposit history matching the request account |
next
n |
string |
False
'' |
The cursor to indicate when to start the next query from |
DepositHistory
Name
Lite |
Type |
Required
Default |
Description |
l_1_hash
l1 |
string |
True |
The L1 txHash of the deposit |
l_2_hash
l2 |
string |
True |
The L2 txHash of the deposit |
to_account_id
ta |
string |
True |
The account to deposit into |
currency
c |
string |
True |
The token currency to deposit |
num_tokens
nt |
string |
True |
The number of tokens to deposit |
initiated_time
it |
string |
True |
The timestamp when the deposit was initiated on L1 in unix nanoseconds |
confirmed_time
ct |
string |
True |
The timestamp when the deposit was confirmed on L2 in unix nanoseconds, empty if the deposit is pending. |
from_address
fa |
string |
True |
The address of the sender |