tips

Gets the most recent tips on the network

get/tips

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

user_idstring

The user ID of the user making the request

receiver_min_followersinteger

Only include tips to recipients that have this many followers

receiver_is_verifiedboolean

Only include tips to recipients that are verified

current_user_follows'sender' | 'receiver' | 'sender_or_receiver'

Only include tips involving the user's followers in the given capacity. Requires user_id to be set.

unique_by'sender' | 'receiver'

Only include the most recent tip for a user was involved in the given capacity.

Eg. 'sender' will ensure that each tip returned has a unique sender, using the most recent tip sent by a user if that user has sent multiple tips.

min_slotinteger

The minimum Solana slot to pull tips from

max_slotinteger

The maximum Solana slot to pull tips from

tx_signaturesstring[]

A list of transaction signatures of tips to fetch

Response

Success

latest_chain_blockinteger required
latest_indexed_blockinteger required
latest_chain_slot_playsinteger required
latest_indexed_slot_playsinteger required
signaturestring required
timestampstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.