Transactions
Get purchase transactions
Fetch payout transactions with marker-based pagination.
Fetch payout transactions with marker-based pagination.
Guide: Earnings & transactions
Authorization
apiKey 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.
Query Parameters
startDate?string
marker?string
Pagination marker (use nextMarker from response)
limit?integer
Default
100Header Parameters
X-Proxy?string
Proxy URL — HTTP or SOCKS5 (e.g. http://user:pass@host:port or socks5://user:pass@host:port). Optional on post-connection routes, where it overrides the proxy saved at login time. Required on the connection routes (POST /accounts/login, POST /accounts/login/cookies, POST /accounts/login/verify-otp) for OnlyFans accounts; optional for Fansly.
Response Body
application/json
curl -X GET "https://example.com/accounts/string/purchases?startDate=2025-01-01+00%3A00%3A00"{ "success": true, "purchases": [ {} ], "hasMore": true, "nextMarker": "string"}