Request
GET https://tipstack.fun/api/solana/tips
string
required
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.Response
boolean
true when the query completed successfully.array
Array of tip objects ordered by
timestamp descending. Maximum 50 results.Example request
cURL
Example response
JSON
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.