Retrieve list of token transactions.

This endpoint provides a comprehensive view of transactions for a specified token with advanced filtering capabilities. Filter transactions by sender address, recipient address, date range, transaction type, and status.
Optional parameter include Holder=true enriches the response with holder information (when available) for transactions, providing additional context about the parties involved in each transaction. Holder information is only included for holders who have opted to share their information with the issuer.
The response is paginated and includes transaction details such as amount, timestamp, transaction hash, blockchain status, and optionally holder information.
Access level: Requires authentication with an agent account.

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

filter by holder ID

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