Export details
Export full details of transactions for one or more addresses. Corresponds to the <a href="/chifra/accounts/#chifra-export">chifra export</a> command line.
Query parameters
one or more addresses (0x...) to export
filter by one or more log topics (only for --logs option)
filter by one or more fourbytes (only for transactions and trace options)
export a list of appearances
export receipts instead of transactional data
export logs instead of transactional data
export all token approval transactions for the given address
export traces instead of transactional data
export the neighbors of the given address
export only statements
export only eth or token transfers
list all assets (with names) that appear in any transfer
traverse the transaction history and show each change in ETH balances
export withdrawals for the given address
articulate transactions, traces, logs, and outputs
force the transaction's traces into the cache
for --appearances mode only, display only the count of records
the first record to process
the maximum number of records to process
for log and accounting export only, export only logs relevant to one of the given export addresses
for the --logs option only, filter logs to show only those logs emitted by the given address(es)
for the --logs option only, filter logs to show only those with this topic(s)
for the --logs option only, filter logs to show only nft transfers
export only transactions that were reverted
export transfers, balances, or statements only for this asset
export transfers, balances, or statements with incoming, outgoing, or zero value
for --traces only, report addresses created by (or self-destructed by) the given address(es)
export transactions labeled unripe (i.e. less than 28 blocks old)
produce results in reverse chronological order
for the --count option only, suppress the display of zero appearance accounts
first block to process (inclusive)
last block to process (inclusive)
deprecated option, you may simply remove it
the chain to use
suppress the header in the output
force the results of the query into the cache
removes related items from the cache
export values in ether
export format, one of [ txt | csv | json ]
Response
returns the requested data
Example response
{
"hash": "0x78a17b79e638190d72a3030a79645c32cf3420a133ea2835206778e5ab63fdc7",
"blockHash": "0xdf551eb24dd5275c22d497b9076f1111f483b71ca37002bee51d5db55d20d2fa",
"blockNumber": 4037786,
"transactionIndex": 47,
"timestamp": 1500352888,
"from": "0x29205869522cc9d1f84b0ad5279a8e74a7c66c15",
"to": "0xff9387a9aae1f5daab1cd8eb0e92113ea9d19ca3",
"value": 84353870000000000,
"gas": 90000,
"gasPrice": 20000000000,
"maxFeePerGas": 0,
"maxPriorityFeePerGas": 0,
"isError": 0,
"hasToken": 0,
"receipt": {
"contractAddress": "0x0",
"gasUsed": 21000,
"effectiveGasPrice": 20000000000,
"status": null
},
"compressedTx": "0x()",
"gasCost": 420000000000000,
"gasUsed": 21000,
"date": "2017-07-18 04:41:28 UTC",
"ether": 0.08435387
}