1.1 KiB
!!! info "ApiDepositHistoryResponse"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|resultr |[DepositHistory]|True|The deposit history matching the request account|
|nextn |string|False''|The cursor to indicate when to start the next query from|
??? info "DepositHistory"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|l_1_hashl1 |string|True|The L1 txHash of the deposit|
|l_2_hashl2 |string|True|The L2 txHash of the deposit|
|to_account_idta |string|True|The account to deposit into|
|currencyc |string|True|The token currency to deposit|
|num_tokensnt |string|True|The number of tokens to deposit|
|initiated_timeit |string|True|The timestamp when the deposit was initiated on L1 in unix nanoseconds|
|confirmed_timect |string|True|The timestamp when the deposit was confirmed on L2 in unix nanoseconds|
|from_addressfa |string|True|The address of the sender|