Queries
List Transactions
Retrieve transaction history for a stock token
GET
Returns a paginated list of transactions for a stock token, optionally filtered by transaction type.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Address of the stock token contract.
Query Parameters
Filter by transaction type (e.g.,
issue, redeem, transfer, freeze).Maximum number of transactions to return. Capped at 200.
Number of records to skip for pagination.
Response Fields
Request status.
Array of transaction records.
