Export transactions as CSV
addresses
Export transactions as CSV
Exports transactions for a specific address as a CSV file.
GET
Export transactions as CSV
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$The ID of the blockchain
Query Parameters
Start of the time period (ISO 8601 format) in CSV export
Pattern:
^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])(?:T(?:[01]\d|2[0-3])(?:(?::|%3A)[0-5]\d(?:(?::|%3A)[0-5]\d(?:\.\d{1,9})?)?)?(?:Z|(?:\+|%2B|-)(?:[01]\d|2[0-3])(?:(?::|%3A)[0-5]\d)?)?)?$End of the time period (ISO 8601 format) In CSV export
Pattern:
^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])(?:T(?:[01]\d|2[0-3])(?:(?::|%3A)[0-5]\d(?:(?::|%3A)[0-5]\d(?:\.\d{1,9})?)?)?(?:Z|(?:\+|%2B|-)(?:[01]\d|2[0-3])(?:(?::|%3A)[0-5]\d)?)?)?$Filter type in CSV export
Available options:
address Filter value in CSV export
Available options:
to, from Response
CSV file of transactions.
List transactions involving a specific address with to-from filtering
Previous
List validator withdrawals involving a specific address
Next