v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
earnings

Get tips received by an address

Get tips received by a wallet address (public, no auth).

Returns individual tip events with sender information and social context.

  • sort options:
    • recent: ordered by confirmed_at DESC (newest first)
    • top: ordered by amount_usd DESC (highest first)
get/v1/earnings/{address}/tips

Path parameters

addressstring required

Query parameters

limitinteger

Maximum number of tips to return (default: 10, max: 50).

Maximum number of tips to return (default: 10, max: 50).

sort'recent' | 'top'

Sort order: 'recent' (newest first) or 'top' (highest amount first).

Sort order: 'recent' (newest first) or 'top' (highest amount first).

Response

Successful Response