mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
762 B
762 B
!!! 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|