Get token transactions csv

Generate a CSV file with a list of token transactions. Transactions are accessible to any issuer for tokens they have published or for admins only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
number
≤ 1000
Defaults to 20

Limit of results to return in one call

number
Defaults to 0

Offset to return results from

boolean

Include holder information

string

filter by recipient address

string

filter by recipient name or last name

string

filter by sender address

string

filter by sender name or last name

string
enum
Defaults to datetime

sort the response by the given field name

Allowed:
string
Defaults to DESC

direction of the sorting parameter

string

filter by transaction hash

string

filter transactions from this start date. Provided as ISO time string

string

filter transactions until this end date. Provided as ISO time string

string

filter by wallet address

string

filter by types

string
enum

filter by status

string

JWT access token

Responses
200

Token transactions CSV fetched successfully.

400

Retrieval of token transactions failed due to invalid parameters

401

Unauthorized.

403

Token not manageable with this authentication.

404

Token not found.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!