Queries token transactions with filters and cursor-based pagination for theDocumentation Index
Fetch the complete documentation index at: https://docs.spark.money/llms.txt
Use this file to discover all available pages before exploring further.
SparkWallet.
Method Signature
Parameters
Request constraints are combined using an AND relation by the underlying API.
Array of Spark addresses to filter by
Array of issuer public keys to filter by
Array of Bech32m token identifiers to filter by
Array of output IDs to filter by
Page size (defaults to
50)Cursor returned from a previous response (
pageResponse.nextCursor or pageResponse.prevCursor)Pagination direction (defaults to
"NEXT")Returns
Token transactions response object
Matching token transactions for the requested page
Pagination metadata including
nextCursor / prevCursor