Get Transaction Logs

Optional ParamPurposeRequirement

account_id

The account id to scan for transaction logs

Account must exist in the database

min_block_index

The minimum block index to find transaction logs from

max_block_index

The maximum block index to find transaction logs from

offset

The pagination offset. Results start at the offset index.

limit

Limit for the number of results.

Example

{
  "method": "get_transaction_logs",
  "params": {
    "account_id": "60ef9401f98fc278cd8a1ef51f466111244c9d4b97e8f8886a86bd840238dcaa",
    "offset": 0,
    "limit": 10
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated