Only tips with status
"confirmed" are returned. Tips pending on-chain confirmation will not appear.Endpoint
Authentication
Pass your API key as a Bearer token in theAuthorization header.
Query Parameters
string
required
The creator’s UUID (as returned in
config.creatorId from /sdk/init). The endpoint returns only tips belonging to this creator.string
An ISO 8601 datetime string (e.g.
2024-06-01T12:00:00.000Z). When provided, only tips with a timestamp strictly after this value are returned. Use this to implement incremental polling without re-processing old events.Response
boolean
true when the request completed successfully.array
An array of up to 50 tip event objects, ordered by
timestamp descending (most recent first).Polling Pattern
For lightweight integrations, poll this endpoint at a regular interval — typically every 30–60 seconds. Pass thetimestamp of the most recently processed event back as the since parameter to receive only new tips on each call.
Poll events example
