Sep06Transactions Request
data class Sep06TransactionsRequest(val assetCode: String, val account: String, val jwt: String, val noOlderThan: String? = null, val limit: Int? = null, val kind: String? = null, val pagingId: String? = null, val lang: String? = null)
Request to query transaction history for an account with a Stellar anchor.
Returns a list of transactions for the specified asset, with optional filtering by date, transaction kind, and pagination parameters. Only returns transactions that are deposits to or withdrawals from the anchor.