Retrieve confirmed tip records for a Tip Stack creator, ordered by most recent. Returns sender, amount, token, message, and on-chain signature.
Retrieve up to 50 of the most recent tip records associated with a creator. Results include both confirmed on-chain tips and pending fiat payment intents, ordered newest-first. Each tip includes the on-chain signature (or fiat intent ID), sender details, token amount, USD equivalent, and any message from the supporter.
The creator identifier to query. Accepts a Solana wallet address (base58), Tip Stack user ID, or .sol domain. Tips are matched against the creator’s wallet address, linked user ID, or both.
Results include pending fiat intents (status pending) alongside confirmed on-chain tips. Filter by status === "confirmed" if you only want to display settled tips.
Tips from both directions are returned — as recipient and as sender — for the queried address. Filter by recipient if you only want tips the creator received.