Export token transfers as CSV
tokens
Export token transfers as CSV
Exports the transfers of a specific token as a CSV file.
GET
Export token transfers 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 token transfers.
List ownership transfer history for a specific NFT
Previous
List blockchain transactions with filtering options for status, type, and method
Next