List Token Transactions

List transactions of a registered token. Transactions are accessible to any issuer for tokens they have published or for admins only.
Filter on recipient and sender addresses with recipient and sender query parameters. Both can be provided.
Use query parameter includeHolder=true to include holders information if they agreed to share their information with the issuer.
🔐 Note that the authentication must provide permission over the token to see holder information. The required permission is TOKEN_MANAGEMENT.

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

404

No transactions meeting the criteria were found

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json