Skip to main content
Get on-chain transaction data for RWA tokens, including mints, burns, and transfers.
Transaction data is only available for RWA tokens. Stablecoin transactions (e.g., USDC, USDT) are not included.
This endpoint is rate limited to 120 requests per hour per organization. See Rate Limits for details.

GET /v4/transactions

Returns a list of transactions with filtering, sorting, and pagination. Default sort: date descending | Default page size: 25

Fields

Each transaction result also includes nested asset, token, and transaction_type objects with details.

Example Request

Example Response

GET /v4/transactions/meta

Returns metadata about available fields, filter operators, and select options for the transactions endpoint.

Example Request