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.
Path Parameters
string
required
Address of the stock token contract.
Query Parameters
string
Filter by transaction type (e.g.,
issue, redeem, transfer, freeze).integer
default:"50"
Maximum number of transactions to return. Capped at 200.
integer
default:"0"
Number of records to skip for pagination.
Response Fields
boolean
Request status.
object[]
Array of transaction records.
