List transactions
List every appearance of an address anywhere on the chain. Corresponds to the <a href="/chifra/accounts/#chifra-list">chifra list</a> command line.
Query parameters
one or more addresses (0x...) to list
display only the count of records for each monitor
for the --count option only, suppress the display of zero appearance accounts
report first and last block this address appears
list transactions labeled unripe (i.e. less than 28 blocks old)
freshen the monitor only (no reporting)
the first record to process
the maximum number of records to process
produce results in reverse chronological order
first block to export (inclusive, ignored when freshening)
last block to export (inclusive, ignored when freshening)
the chain to use
suppress the header in the output
export format, one of [ txt | csv | json ]
Response
returns the requested data
Example response
{
"address": "0xff9387a9aae1f5daab1cd8eb0e92113ea9d19ca3",
"blockNumber": 4037786,
"transactionIndex": 47
}