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
"123e4567-e89b-12d3-a456-426614174001"
Unique identifier for the website to filter by
"123e4567-e89b-12d3-a456-426614174002"
Pagination cursor to start after a specific resource ID
"123e4567-e89b-12d3-a456-426614174010"
Maximum number of records to return (max 1000)
1 <= x <= 1000
50
Wallet address or array of wallet addresses to filter by
[
"0x1234567890abcdef1234567890abcdef12345678"
]
User ID or array of User IDs to filter by
["123e4567-e89b-12d3-a456-426614174000"]
Identifier for the wallet group to filter by
"group123"
Unique identifier for the loyalty transaction to filter by
"123e4567-e89b-12d3-a456-426614174020"
Unique identifier for the loyalty rule to filter by
"123e4567-e89b-12d3-a456-426614174030"
Bonus
, BoughtOn
, BoughtWithRoyalties
, DiscordMessages
, Listing
, Lodging
, MintOn
, PoapClaim
, SnagSocialsConnected
, SnapshotFullset
, SnapshotHold
, SoldOn
, SoldWithRoyalties
, TokenHold
, TwitterBio
, TwitterHashTagPost
, Retweet
, check_in
, code_entry
, connect_wallet
, connected_discord
, connected_email
, connected_epic
, connected_steam
, connected_telegram
, connected_twitter
, create_partner_account
, discord_member
, drip_x_follow
, drip_x_new_tweet
, drip_x_text_in_bio
, drip_x_text_in_comment
, drip_x_text_in_name
, drip_x_tweet
, external_rule
, link_click
, manual_upload
, profile_completed
, referred_user
, smart_contract_event
, snapshot_governance
, telegram_join
, telegram_messages
, text_input
, token_hold_erc20
, tweet_liked_by_project
, twitter_comment
, twitter_follow
, twitter_followers
, twitter_like
, twitter_post_hashtag
, quiz
, poll
Key to ensure idempotency of the request
"idempkey123"
Direction of the transaction entry to filter by
credit
, debit
"credit"
Type of the loyalty transaction to filter by
auction_bid
, direct_mint
, loyalty_rule
, api_key
, order
"loyalty_rule"
Field to order the results by
createdAt
, updatedAt
, loyaltyAccountLockVersion
"createdAt"
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.
"123e4567-e89b-12d3-a456-426614174030"
External identifier for the user group controlled by you
Unique identifier for the user group
"123e4567-e89b-12d3-a456-426614174090"
Start date to filter by (inclusive, greater than or equal to)
"2023-10-01T12:34:56Z"
End date to filter by (exclusive, less than)
"2023-10-01T12:34:56Z"
Was this page helpful?