v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBaccount
Get tips received aggregated across all linked wallets
Get tips received by the authenticated account.
This aggregates tips received across ALL wallets linked to your account. Each entry shows which wallet received the tip via earning_address.
Sort options:
- recent: Newest tips first (by confirmed_at DESC)
- top: Highest amount first (by amount_usd DESC)
Authentication: Authorization: Bearer <CLIENT_JWT>
get/v1/account/earnings/tips
Query parameters
limitinteger
Maximum number of tips to return (default: 10, max: 50).
Maximum number of tips to return (default: 10, max: 50).
sortstring
Sort order: 'recent' (newest first) or 'top' (highest amount first).
Sort order: 'recent' (newest first) or 'top' (highest amount first).
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Response
Successful Response