Referrals
OnlyFans referral programme — who the account referred, what it earned, and referral payout history. **OnlyFans only**: Fansly accounts get `501 platform_not_supported` (`feature: "referrals"`). Live reads, no cache; one quota call per request. OnlyFans' referral response bodies are passed through with minimal normalization — only the `list`/`hasMore`/`marker` envelope keys are read, and the raw body is echoed under `data`. Fields *inside* a referral row are unverified: do not depend on them without checking against a live account.
OnlyFans referral programme — who the account referred, what it earned, and referral payout history. OnlyFans only: Fansly accounts get 501 platform_not_supported (feature: "referrals"). Live reads, no cache; one quota call per request. OnlyFans' referral response bodies are passed through with minimal normalization — only the list/hasMore/marker envelope keys are read, and the raw body is echoed under data. Fields inside a referral row are unverified: do not depend on them without checking against a live account.
| Method | Endpoint | Path |
|---|---|---|
GET | List referred users | /accounts/{of_user_id}/referrals |
GET | Referral balance + chart | /accounts/{of_user_id}/referrals/earnings |
GET | List referral payout requests | /accounts/{of_user_id}/referrals/payout-requests |