The Only API docs
Fans

Get a fan's cached transactions

Every cached transaction attributed to one fan on this account. Zero platform requests. Fansly-aware.

GET
/accounts/{of_user_id}/fans/{fan_id}/transactions/cached

Every cached transaction attributed to one fan on this account. Zero platform requests. Fansly-aware.

Guide: Subscribers & fans

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

of_user_id*string

Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.

fan_id*string

Fan's platform user ID.

Query Parameters

limit?integer

Maximum number of rows to return.

Default100
offset?integer

Row offset for pagination.

Default0

Response Body

application/json

curl -X GET "https://example.com/accounts/string/fans/string/transactions/cached"
{  "count": 0,  "hasMore": true,  "limit": 0,  "list": [],  "mapped_spent": 0,  "offset": 0,  "success": true,  "total": 0}