get https://example.com/api/tokens//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.