curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/transactions \
--header 'apiKey: <api-key>'{
"list": [
{
"amount": 123,
"net": 123,
"fee": 123,
"createdAt": "<string>",
"currency": "<string>",
"description": "<string>",
"status": "<string>",
"payoutPendingDays": 123
}
],
"marker": 123,
"hasMore": true,
"nextMarker": 123
}Transactions
curl --request GET \
--url https://api-next.ofauth.com/v2/access/statistics/transactions \
--header 'apiKey: <api-key>'{
"list": [
{
"amount": 123,
"net": 123,
"fee": 123,
"createdAt": "<string>",
"currency": "<string>",
"description": "<string>",
"status": "<string>",
"payoutPendingDays": 123
}
],
"marker": 123,
"hasMore": true,
"nextMarker": 123
}Connection ID for managed sessions
OnlyFans user id for direct sessions (optional override)
OnlyFans cookie header for direct sessions (must include auth_id and fp values)
OnlyFans x-bc header for direct sessions (optional override)
User agent to use when proxying requests (required when not using x-connection-id)
chat_messages, post, stream, subscribes, tips chat, post_all, profile, story, stream Was this page helpful?