Get Loyalty Transaction Entries
Fetch loyalty transaction entries for wallets or users, representing account balance changes.
Fetch loyalty transaction entries for wallets or users, representing account balance changes.
Authorizations
API key passed in the header.
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 100)
x >= 1, x <= 10010Wallet 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
Type of the loyalty transaction to filter by
"auction_bid" | "direct_mint" | "loyalty_rule" | "api_key" | "order"Field to sort the results by
"createdAt" | "updatedAt" | "loyaltyAccountLockVersion""createdAt"Direction to sort the results by
"asc" | "desc""desc"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.
External identifier for the user group controlled by you.
Unique identifier for the user group
Start date to filter by (inclusive, greater than or equal to)
End date to filter by (exclusive, less than)
UUID of the rule group (converted to lowercase)
UUID of the loyalty currency IDs to filter by. Use this to exclude deleted currencies
Response
200
dataarray<object>requireddata.idstring<uuid>requiredUnique identifier for the transaction entry
data.organizationIdstring<uuid>requiredUnique identifier for the organization
data.websiteIdstring<uuid>requiredUnique identifier for the website
data.loyaltyAccountIdstring<uuid>requiredUnique identifier for the loyalty account
data.direction"credit" | "debit"requiredDirection of the transaction entry
"credit" | "debit"data.type"auction_bid" | "direct_mint" | "loyalty_rule" | "api_key" | "order"requiredType of the loyalty transaction
"auction_bid" | "direct_mint" | "loyalty_rule" | "api_key" | "order"data.createdAtstringrequiredTimestamp when the transaction entry was created
data.updatedAtstringrequiredTimestamp when the transaction entry was last updated
data.amountnumberrequiredAmount involved in the transaction
data.metadataobjectOptional metadata for the transaction entry
data.loyaltyTransactionobjectrequiredDetails of the loyalty transaction
hasNextPagebooleanrequired