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

Authorizations

Authorization
string
header
required

User session scheme

Response

200 - application/json

Successful Response

totalSpend
number
required
starsTotalSpend
number
required
premiumTotalSpend
number
required