v1

latestOpenAPI 3.1.0GPL 3.02026-07-131857173.1 KB
Accounts

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.

get/list

Query parameters

addrsstring[] required

one or more addresses (0x...) to list

countboolean

display only the count of records for each monitor

noZeroboolean

for the --count option only, suppress the display of zero appearance accounts

boundsboolean

report first and last block this address appears

unripeboolean

list transactions labeled unripe (i.e. less than 28 blocks old)

silentboolean

freshen the monitor only (no reporting)

firstRecordnumber

the first record to process

maxRecordsnumber

the maximum number of records to process

reversedboolean

produce results in reverse chronological order

firstBlocknumber

first block to export (inclusive, ignored when freshening)

lastBlocknumber

last block to export (inclusive, ignored when freshening)

chainstring

the chain to use

noHeaderboolean

suppress the header in the output

fmtstring

export format, one of [ txt | csv | json ]

Response

returns the requested data

Example response

{
  "address": "0xff9387a9aae1f5daab1cd8eb0e92113ea9d19ca3",
  "blockNumber": 4037786,
  "transactionIndex": 47
}