---
title: "GET /v2/users/{userId}/transaction-totals"
method: GET
path: "/v2/users/{userId}/transaction-totals"
tags: ["Users"]
---

# GET /v2/users/{userId}/transaction-totals

`GET /v2/users/{userId}/transaction-totals`

## Path parameters

- `userId` integer, required

## Query parameters

- `usedTypes` integer
- `timeFrame` 'Day' | 'Week' | 'Month' | 'Year'
- `transactionType` 'Undefined' | 'Sale' | 'Purchase' | 'AffiliateSale' | 'DevEx' | 'GroupPayout' | 'AdImpressionPayout' | 'CurrencyPurchase' | 'TradeRobux' | 'PremiumStipend' | 'PendingRobux' | 'EngagementPayout' | 'GroupEngagementPayout' | 'AdSpend' | 'Summary' | 'IndividualToGroup' | 'CSAdjustment' | 'AdsRevsharePayout' | 'GroupAdsRevsharePayout' | 'SubscriptionsRevsharePayout' | 'GroupSubscriptionsRevsharePayout' | 'SubscriptionsRevshareClawback' | 'GroupSubscriptionsRevshareClawback' | 'PublishingAdvanceRebates' | 'AffiliatePayout' | 'LicensingPayment' | 'LicensingPaymentClawback' | 'CurrencyTransfer' | 'RobloxSelectTransfer' | 'PrivateServerEngagementPayout' | 'CurrencySubscriptionStipend'
- `exclusiveStartCursor` Int64ExclusiveStartKeyCursor
  - `key` integer
  - `sortOrder` 'Asc' | 'Desc'
  - `pagingDirection` 'Forward' | 'Backward'
  - `pageNumber` integer
  - `discriminator` string, nullable
  - `count` integer

## Response `200`

Success

- TransactionTotalsResponse
  - `salesTotal` integer
  - `purchasesTotal` integer
  - `affiliateSalesTotal` integer
  - `groupPayoutsTotal` integer
  - `currencyPurchasesTotal` integer
  - `premiumStipendsTotal` integer
  - `tradeSystemEarningsTotal` integer
  - `tradeSystemCostsTotal` integer
  - `premiumPayoutsTotal` integer
  - `groupPremiumPayoutsTotal` integer
  - `adSpendTotal` integer
  - `developerExchangeTotal` integer
  - `pendingRobuxTotal` integer
  - `incomingRobuxTotal` integer
  - `outgoingRobuxTotal` integer
  - `individualToGroupTotal` integer
  - `csAdjustmentTotal` integer
  - `adsRevsharePayoutsTotal` integer
  - `groupAdsRevsharePayoutsTotal` integer
  - `subscriptionsRevshareTotal` integer
  - `groupSubscriptionsRevshareTotal` integer
  - `subscriptionsRevshareOutgoingTotal` integer
  - `groupSubscriptionsRevshareOutgoingTotal` integer
  - `publishingAdvanceRebatesTotal` integer
  - `affiliatePayoutTotal` integer
  - `licensingPaymentTotal` integer
  - `licensingPaymentClawbackOutgoingTotal` integer
  - `incomingRobuxTransferTotal` integer
  - `outgoingRobuxTransferTotal` integer
  - `robloxSelectIncomingTotal` integer
  - `robloxSelectOutgoingTotal` integer
  - `privateServerEngagementPayoutsTotal` integer

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/756260310407/schema)
