Use the following parameters to search transactions.
Beware that default order is "desc", which can cause surprising
result with pagination if transactions are being inserted.
see Pagination for more details
Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
query Parameters
account
Array of integers or null
Default: null
Returns transactions created in the provided account.
created_after
string or null <date-time>
Default: null
Returns objects created after the entered date.
Example: created_after=2020-09-12T14:15:22Z
created_before
string or null <date-time>
Default: null
Returns objects created before the entered date.
Example: created_before=2020-12-13T16:17:28Z
currency
Array of strings or null
Default: null
Returns transactions created in the provided currency.
Example: currency=bitcoin or ethereum:0xdAC17F958D2ee523a2206206994597C13D831ec7
destination_tag
integer or null
Default: null
Returns transactions that match the provided destination tag (XRP only).
id
integer or null
Default: null
Returns the object corresponding to the entered ID