Skip to main content
GET
/
v1
/
transactions
/
stats
Get Transaction Stats
curl --request GET \
  --url https://api.fragapi.com/v1/transactions/stats \
  --header 'Authorization: Bearer <token>'
{
  "starsPurchasesCount": 123,
  "premiumCount": 123,
  "totalSpent": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session scheme

Response

200 - application/json

Successful Response

starsPurchasesCount
integer
required
premiumCount
integer
required
totalSpent
number
required