points
Get referral points and volume by referred user
Returns Fuul payouts and volume for each user referred by the authenticated wallet. Keys are referred-user wallet addresses. Optionally filter earnings to an inclusive date range with start_date and end_date (both required together).
get/points/by-referrer
Query parameters
start_datestring
Example:2026-07-09
Inclusive start of the earnings date range (YYYY-MM-DD). Must be provided together with end_date.
end_datestring
Example:2026-07-15
Inclusive end of the earnings date range (YYYY-MM-DD). Must be provided together with start_date.
Response
Referral points and volume keyed by referred-user wallet
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.