Get Loyalty Transaction Entries
Fetch loyalty transaction entries for wallets or users, representing account balance changes.
Authorizations
Query Parameters
Unique identifier for the organization to filter by
Unique identifier for the website to filter by
Pagination cursor to start after a specific resource ID
Maximum number of records to return (max 1000)
x < 1000
Wallet address or array of wallet addresses to filter by
User ID or array of User IDs to filter by
Identifier for the wallet group to filter by
Unique identifier for the loyalty transaction to filter by
Unique identifier for the loyalty rule to filter by
Key to ensure idempotency of the request
Direction of the transaction entry to filter by
credit
, debit
Type of the loyalty transaction to filter by
auction_bid
, direct_mint
, loyalty_rule
, api_key
, order
Field to order the results by
createdAt
, updatedAt
, loyaltyAccountLockVersion
When passed in return the list of fulfilled entries for loyalty rules. If a loyalty rule has a fulfilled entry this means the user cannot currently complete the rule. Must be passed in with userId or walletAddress.