diff --git a/docs/pages/api/analytics/rpc.gen.yaml b/docs/pages/api/analytics/rpc.gen.yaml index 1b89da367ac..12cb41d454e 100644 --- a/docs/pages/api/analytics/rpc.gen.yaml +++ b/docs/pages/api/analytics/rpc.gen.yaml @@ -1,6 +1,6 @@ -# sequence-builder v0.1.0 1cd5c2da92b60f526af01cd9c9ebe38eba735967 +# sequence-builder v0.1.0 7cbdcdf6adc7ad4f17e74c325e9209b00857811a # -- -# Code generated by webrpc-gen@v0.20.3 with openapi generator; DO NOT EDIT +# Code generated by webrpc-gen@v0.24.0 with openapi generator; DO NOT EDIT # # webrpc-gen -service=Builder -match=@analytics -schema=proto/builder.main.ridl -target=openapi -title=Analytics Api -servers=https://api.sequence.app;Analytics -securityAnnotation=@auth -securitySchemes= -out=proto/docs/analytics.gen.yaml openapi: 3.0.0 @@ -451,7 +451,7 @@ components: type: string status: type: number - example: 400 + example: 422 ErrorUserNotFound: type: object required: @@ -473,7 +473,7 @@ components: type: string status: type: number - example: 400 + example: 422 ErrorProjectNotFound: type: object required: @@ -495,7 +495,7 @@ components: type: string status: type: number - example: 400 + example: 422 ErrorInvalidTier: type: object required: @@ -517,7 +517,7 @@ components: type: string status: type: number - example: 400 + example: 422 ErrorEmailTemplateExists: type: object required: @@ -605,7 +605,7 @@ components: type: string status: type: number - example: 400 + example: 422 ErrorInvitationExpired: type: object required: @@ -627,7 +627,7 @@ components: type: string status: type: number - example: 400 + example: 422 ErrorAlreadyCollaborator: type: object required: @@ -682,6 +682,7 @@ components: - MARKETPLACE_UNREAL - SALE_CONTRACT_ERC1155 - SALE_CONTRACT_ERC721 + - ALLOWLIST_STARTER ResourceType: type: string description: Represented as int8 on the server side @@ -725,9 +726,9 @@ components: type: string description: Represented as uint16 on the server side enum: - - UNKNOWN + - NONE - STRIPE - - MANUAL + - ADMIN PaymentStatus: type: string description: Represented as uint16 on the server side @@ -743,6 +744,7 @@ components: enum: - UNIVERSAL - EMBEDDED + - ECOSYSTEM MarketplaceType: type: string description: Represented as uint8 on the server side @@ -751,6 +753,57 @@ components: - P2P - SEQUENCE - ORDERBOOK + OrderbookKind: + type: string + description: Represented as string on the server side + enum: + - unknown + - sequence_marketplace_v1 + - sequence_marketplace_v2 + - blur + - opensea + - looks_rare + - reservoir + - x2y2 + FilterCondition: + type: string + description: Represented as string on the server side + enum: + - ENTIRE_KEY + - SPECIFIC_VALUE + AdminMarketplaceContractType: + type: string + description: Represented as uint16 on the server side + enum: + - UNKNOWN + - ERC20 + - ERC721 + - ERC1155 + AdminCollectionPriority: + type: string + description: Represented as uint8 on the server side + enum: + - unknown + - low + - normal + - high + AdminCollectionStatus: + type: string + description: Represented as uint8 on the server side + enum: + - unknown + - created + - syncing_contract_metadata + - synced_contract_metadata + - syncing_metadata + - synced_metadata + - syncing_tokens + - synced_tokens + - syncing_orders + - active + - failed + - inactive + - incompatible_type TokenType: type: string description: Represented as uint8 on the server side @@ -813,6 +866,7 @@ components: - setSaleSettings - addMinterRoleToItems - setUpAudienceList + - setUpBot WaasTenantState: type: string description: Represented as uint8 on the server side @@ -835,6 +889,12 @@ components: - TIER_3 - TIER_4 - TIER_5 + AuditType: + type: string + description: Represented as string on the server side + enum: + - SUBSCRIPTION + - BILLING_OVERRIDE Version: type: object required: @@ -991,6 +1051,7 @@ components: - freeProjectsLeft - totalFreeProjectLimit - totalPaidProjects + - totalFreeProjects properties: freeProjectsLeft: type: number @@ -998,6 +1059,8 @@ components: type: number totalPaidProjects: type: number + totalFreeProjects: + type: number UserOverride: type: object required: @@ -1024,7 +1087,6 @@ components: - name - ownerAddress - ownerAvatarUrl - - draft - logoImageKey - logoImageUrl - websiteUrl @@ -1032,6 +1094,7 @@ components: - whitelabel - subscriptionTier - collaboratorCount + - onboardingVisibility - onboardingSteps - createdAt - updatedAt @@ -1048,8 +1111,6 @@ components: type: string ownerAvatarUrl: type: string - draft: - type: boolean logoImageKey: type: string logoImageUrl: @@ -1067,6 +1128,8 @@ components: $ref: '#/components/schemas/SubscriptionTier' collaboratorCount: type: number + onboardingVisibility: + type: boolean onboardingSteps: type: object description: 'map' @@ -1078,6 +1141,18 @@ components: type: string deletedAt: type: string + CreateProjectOptions: + type: object + properties: + type: + $ref: '#/components/schemas/ProjectType' + ecosystemId: + type: number + chainIds: + type: array + description: '[]uint64' + items: + type: number ResourceFilter: type: object properties: @@ -1116,7 +1191,7 @@ components: - projectId - subscriptionTier - provider - - providerId + - subscriptionId - dateStart properties: id: @@ -1127,7 +1202,9 @@ components: $ref: '#/components/schemas/SubscriptionTier' provider: $ref: '#/components/schemas/SubscriptionProvider' - providerId: + subscriptionId: + type: string + providerUrl: type: string dateStart: type: string @@ -1200,6 +1277,8 @@ components: description: '[]string' items: type: string + laosCollectionAddress: + type: string abi: type: string bytecode: @@ -1208,10 +1287,21 @@ components: type: string audienceId: type: number + decimals: + type: number + symbol: + type: string createdAt: type: string updatedAt: type: string + ContractSync: + type: object + properties: + decimals: + type: number + symbol: + type: string ContractFilter: type: object properties: @@ -1233,73 +1323,6 @@ components: $ref: '#/components/schemas/Project' collaborator: $ref: '#/components/schemas/Collaborator' - NodeAccount: - type: object - required: - - id - - displayName - - requestRateLimit - - requestMonthlyQuota - - active - properties: - id: - type: number - displayName: - type: string - requestRateLimit: - type: number - requestMonthlyQuota: - type: number - active: - type: boolean - RelayerGasTank: - type: object - required: - - id - - projectId - - relayerIdMap - - totalPayments - - totalUsage - properties: - id: - type: number - projectId: - type: number - relayerIdMap: - type: object - description: 'map' - additionalProperties: - type: number - totalPayments: - type: number - totalUsage: - type: number - timestampUsage: - type: string - lastPaymentId: - type: number - RelayerGasBalance: - type: object - required: - - id - - name - - chainId - - currentBalance - - feeMarkupFactor - - unlimited - properties: - id: - type: number - name: - type: string - chainId: - type: number - currentBalance: - type: number - feeMarkupFactor: - type: number - unlimited: - type: boolean RelayerGasSponsor: type: object required: @@ -1328,34 +1351,6 @@ components: type: string updatedAt: type: string - RelayerGasSponsorUsage: - type: object - required: - - id - - chainId - - totalGasUsed - - totalTxnFees - - avgGasPrice - - totalTxns - - startTime - - endTime - properties: - id: - type: number - chainId: - type: number - totalGasUsed: - type: number - totalTxnFees: - type: number - avgGasPrice: - type: number - totalTxns: - type: number - startTime: - type: string - endTime: - type: string RelayerTransaction: type: object required: @@ -1378,6 +1373,7 @@ components: - gasEstimated - usdRate - creditsUsed + - cost - isWhitelisted - createdAt - updatedAt @@ -1432,6 +1428,8 @@ components: type: string creditsUsed: type: number + cost: + type: string isWhitelisted: type: boolean gasSponsor: @@ -1440,37 +1438,6 @@ components: type: string updatedAt: type: string - IndexerWebhook: - type: object - required: - - id - - projectId - - chainId - - contractAddress - - eventSig - - webhookUrl - - disabled - - createdAt - - updatedAt - properties: - id: - type: number - projectId: - type: number - chainId: - type: number - contractAddress: - type: string - eventSig: - type: string - webhookUrl: - type: string - disabled: - type: boolean - createdAt: - type: string - updatedAt: - type: string ContractSource: type: object required: @@ -1613,125 +1580,185 @@ components: type: string order: $ref: '#/components/schemas/SortOrder' + GasTankStatus: + type: object + required: + - provider + - setupPayment + - mainnetSponsors + properties: + provider: + $ref: '#/components/schemas/PaymentProvider' + setupPayment: + type: boolean + mainnetSponsors: + type: boolean + gasTankBalance: + type: number BillingSettings: type: object required: - - maxKeys + - limits + - prices + - topUp + properties: + limits: + $ref: '#/components/schemas/LimitSettings' + prices: + $ref: '#/components/schemas/PriceSettings' + topUp: + $ref: '#/components/schemas/TopUpSettings' + BillingCycle: + type: object + required: + - start + - end + properties: + start: + type: string + end: + type: string + LimitSettings: + type: object + required: + - mauIncludedWarn + - mauIncludedMax + - mauOverageWarn + - requestsPerMau - rateLimit - - creditsIncludedWarn - - creditsIncludedMax - - creditsOverageWarn - - creditsOverageMax - - priceSubscriptionTier - - priceCreditOverage - - marketplaceFee - - gasFeeMarkup - - blockTransactions - - providerSettings properties: maxKeys: type: number - rateLimit: + mauIncludedWarn: + type: number + mauIncludedMax: type: number - creditsIncludedWarn: + mauOverageWarn: type: number - creditsIncludedMax: + mauOverageMax: type: number - creditsOverageWarn: + requestsPerMau: type: number - creditsOverageMax: + rateLimit: type: number - priceSubscriptionTier: + PriceSettings: + type: object + required: + - subscription + - overage + - marketplaceFee + - gasFeeMarkup + properties: + subscription: type: string - priceCreditOverage: + overage: type: string marketplaceFee: type: string gasFeeMarkup: type: string - blockTransactions: + TopUpSettings: + type: object + required: + - active + - provider + - threshold + - amount + - limit + properties: + active: type: boolean - providerSettings: - type: object - description: 'map' - additionalProperties: - $ref: '#/components/schemas/BillingProviderSettings' - BillingProviderSettings: + provider: + $ref: '#/components/schemas/PaymentProvider' + threshold: + type: number + amount: + type: number + limit: + type: number + BillingOverride: type: object required: - - priceSubscriptionTier - - priceCreditOverage - - disabled + - topUpEnabled + - topUpProvider properties: - priceSubscriptionTier: + mauIncludedMax: + type: number + mauIncludedWarn: + type: number + mauOverageMax: + type: number + mauOverageWarn: + type: number + rateLimit: + type: number + priceSubscription: type: string - priceCreditOverage: + priceOverage: type: string - disabled: + marketplaceFee: + type: string + gasFeeMarkup: + type: string + topUpEnabled: type: boolean - BillingOverride: + topUpProvider: + $ref: '#/components/schemas/PaymentProvider' + topUpThreshold: + type: number + topUpAmount: + type: number + topUpLimit: + type: number + UsageInfo: type: object required: - - extraKeys - - discountSubscriptionTier - - discountCreditOverage - - forceAllowTransactions + - includedWarn + - includedMax + - overageWarn + - overageMax + - usage + - balance + - overage properties: - extraKeys: + includedWarn: type: number - rateLimit: + includedMax: type: number - creditsIncludedWarn: + overageWarn: type: number - creditsOverageWarn: + overageMax: type: number - creditsOverageMax: + mau: type: number - discountSubscriptionTier: + usage: type: number - discountCreditOverage: + balance: type: number - marketplaceFee: + overage: type: number - forceAllowTransactions: - type: boolean + extraCharged: + type: string SubscriptionInfo: type: object required: - current - - subscriptionUrl - - cycleStart - - cycleEnd + - cycle - settings - - creditsBonus - - creditUsage - - creditBalance - - creditOverage + - info properties: current: $ref: '#/components/schemas/ProjectSubscription' - subscriptionUrl: - type: string - cycleStart: - type: string - cycleEnd: - type: string + cycle: + $ref: '#/components/schemas/BillingCycle' + settings: + $ref: '#/components/schemas/BillingSettings' + info: + $ref: '#/components/schemas/UsageInfo' plannedDowngrade: $ref: '#/components/schemas/SubscriptionTier' pendingUpgrade: $ref: '#/components/schemas/SubscriptionTier' - settings: - $ref: '#/components/schemas/BillingSettings' - creditsBonus: - type: number - creditUsage: - type: number - creditBalance: - type: number - creditOverage: - type: number - extraCharged: - type: string PaymentHistory: type: object required: @@ -1876,74 +1903,14 @@ components: description: '[]string' items: type: string - CollectionInfo: + ContractInfo: type: object required: - - chainId - - title - - type - - image - - address - - link - - description - - featured + - data properties: - chainId: - type: number - title: - type: string - type: - type: string - image: - type: string - address: - type: string - link: - type: string - description: - type: string - featured: - type: boolean - ContractInfo: - type: object - required: - - chainId - - address - - name - - type - - symbol - - logoURI - - deployed - - bytecodeHash - - extensions - - contentHash - - updatedAt - properties: - chainId: - type: number - address: - type: string - name: - type: string - type: - type: string - symbol: - type: string - decimals: - type: number - logoURI: - type: string - deployed: - type: boolean - bytecodeHash: - type: string - extensions: - type: object - contentHash: - type: number - updatedAt: - type: string - ProjectInvitation: + data: + type: object + ProjectInvitation: type: object required: - id @@ -1972,32 +1939,11 @@ components: type: string deletedAt: type: string - MarketplaceConfigSchema: - type: object - required: - - version - - config - - style - properties: - version: - type: number - config: - type: object - description: 'map' - additionalProperties: - type: object - style: - type: object - description: 'map' - additionalProperties: - type: object MarketplaceConfig: type: object required: - id - projectId - - version - - config - settings - style properties: @@ -2005,13 +1951,6 @@ components: type: number projectId: type: number - version: - type: number - config: - type: object - description: 'map' - additionalProperties: - type: object settings: $ref: '#/components/schemas/MarketplaceSettings' style: @@ -2023,6 +1962,20 @@ components: type: string updatedAt: type: string + EcosystemWalletSettings: + type: object + required: + - walletUrl + - walletAppName + properties: + walletUrl: + type: string + walletAppName: + type: string + logoLightUrl: + type: string + logoDarkUrl: + type: string MarketplaceWalletOptions: type: object required: @@ -2045,14 +1998,47 @@ components: type: string includeEIP6963Wallets: type: boolean + ecosystem: + $ref: '#/components/schemas/EcosystemWalletSettings' + MetadataFilterRule: + type: object + required: + - key + - condition + properties: + key: + type: string + condition: + $ref: '#/components/schemas/FilterCondition' + value: + type: string + CollectionFilterSettings: + type: object + required: + - filterOrder + - exclusions + properties: + filterOrder: + type: array + description: '[]string' + items: + type: string + exclusions: + type: array + description: '[]MetadataFilterRule' + items: + $ref: '#/components/schemas/MetadataFilterRule' MarketplaceCollection: type: object required: - marketplaceType - chainId - address - - feePercetage + - exchanges + - bannerUrl + - feePercentage - currencyOptions + - destinationMarketplace properties: marketplaceType: $ref: '#/components/schemas/MarketplaceType' @@ -2060,13 +2046,78 @@ components: type: number address: type: string - feePercetage: + exchanges: + type: array + description: '[]string' + items: + type: string + bannerUrl: + type: string + feePercentage: type: number currencyOptions: type: array description: '[]string' items: type: string + destinationMarketplace: + $ref: '#/components/schemas/OrderbookKind' + filterSettings: + $ref: '#/components/schemas/CollectionFilterSettings' + isLAOSERC721: + type: boolean + AdminMarketplaceCollection: + type: object + required: + - status + - chainId + - contractAddress + - contractType + - priority + - tokenQuantityDecimals + - createdAt + - updatedAt + properties: + status: + $ref: '#/components/schemas/AdminCollectionStatus' + chainId: + type: number + contractAddress: + type: string + contractType: + $ref: '#/components/schemas/AdminMarketplaceContractType' + priority: + $ref: '#/components/schemas/AdminCollectionPriority' + tokenQuantityDecimals: + type: number + createdAt: + type: string + updatedAt: + type: string + deletedAt: + type: string + MarketplaceSocials: + type: object + required: + - twitter + - discord + - website + - tiktok + - instagram + - youtube + properties: + twitter: + type: string + discord: + type: string + website: + type: string + tiktok: + type: string + instagram: + type: string + youtube: + type: string MarketplaceSettings: type: object required: @@ -2089,10 +2140,7 @@ components: shortDescription: type: string socials: - type: object - description: 'map' - additionalProperties: - type: string + $ref: '#/components/schemas/MarketplaceSocials' faviconUrl: type: string landingBannerUrl: @@ -2309,17 +2357,34 @@ components: type: string template: type: string + fromEmail: + type: string placeholders: type: array description: '[]string' items: type: string + sesConfig: + $ref: '#/components/schemas/SESSettings' createdAt: type: string updatedAt: type: string deletedAt: type: string + SESSettings: + type: object + required: + - accessRoleARN + - sourceARN + - region + properties: + accessRoleARN: + type: string + sourceARN: + type: string + region: + type: string TaskRunner: type: object required: @@ -2394,6 +2459,19 @@ components: type: number label: type: string + ChartWithPercentage: + type: object + required: + - label + - total + - percentage + properties: + label: + type: string + total: + type: number + percentage: + type: number MultiValueChart: type: object required: @@ -2553,16 +2631,6 @@ components: type: string deployed: type: boolean - RawData: - type: object - required: - - data - properties: - data: - type: object - description: 'map' - additionalProperties: - type: object Audience: type: object required: @@ -2590,11 +2658,8 @@ components: AudienceContact: type: object required: - - id - audienceId - address - - createdAt - - updatedAt properties: id: type: number @@ -2606,10 +2671,23 @@ components: type: string email: type: string + userIp: + type: string + stage: + type: number + provider: + type: string createdAt: type: string updatedAt: type: string + AudienceRegistrationStatus: + type: object + required: + - totalCount + properties: + totalCount: + type: number Trial: type: object required: @@ -2632,12 +2710,15 @@ components: ExtendedMarketplaceConfig: type: object required: + - projectId - config - accessKey - waasEmailEnabled - waasTenantKey - waasProviders properties: + projectId: + type: number config: $ref: '#/components/schemas/MarketplaceSettings' accessKey: @@ -2685,6 +2766,50 @@ components: type: string tier: $ref: '#/components/schemas/CustomerTier' + WalletProof: + type: object + required: + - address + - message + - signature + - chainId + properties: + address: + type: string + message: + type: string + signature: + type: string + chainId: + type: number + AuditLog: + type: object + required: + - id + - walletAddress + - userEmail + - projectId + - type + - oldValue + - newValue + - createdAt + properties: + id: + type: number + walletAddress: + type: string + userEmail: + type: string + projectId: + type: number + type: + $ref: '#/components/schemas/AuditType' + oldValue: + type: object + newValue: + type: object + createdAt: + type: string Builder_TotalCompute_Request: type: object properties: @@ -2710,6 +2835,16 @@ components: properties: filter: $ref: '#/components/schemas/QueryFilter' + Builder_CreditsPerDailyActiveUser_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_CreditsPerMonthlyActiveUser_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' Builder_WalletsTotal_Request: type: object properties: @@ -2745,6 +2880,11 @@ components: properties: filter: $ref: '#/components/schemas/QueryFilter' + Builder_WalletsByType_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' Builder_WalletsTxnSentTotal_Request: type: object properties: @@ -2900,6 +3040,51 @@ components: properties: filter: $ref: '#/components/schemas/QueryFilter' + Builder_TotalViews_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_DailyViews_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_ViewsByCountry_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_ViewsByDevice_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_ViewsByOS_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_DailyUniqueVisitors_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_MonthlyUniqueVisitors_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_ActiveSessions_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' + Builder_UserEvents_Request: + type: object + properties: + filter: + $ref: '#/components/schemas/QueryFilter' Builder_TotalCompute_Response: type: object properties: @@ -2943,6 +3128,22 @@ components: description: '[]QueryResult' items: $ref: '#/components/schemas/QueryResult' + Builder_CreditsPerDailyActiveUser_Response: + type: object + properties: + data: + type: array + description: '[]MultiValueChart' + items: + $ref: '#/components/schemas/MultiValueChart' + Builder_CreditsPerMonthlyActiveUser_Response: + type: object + properties: + data: + type: array + description: '[]MultiValueChart' + items: + $ref: '#/components/schemas/MultiValueChart' Builder_WalletsTotal_Response: type: object properties: @@ -2972,33 +3173,41 @@ components: properties: walletStats: type: array - description: '[]Chart' + description: '[]ChartWithPercentage' items: - $ref: '#/components/schemas/Chart' + $ref: '#/components/schemas/ChartWithPercentage' Builder_WalletsByDevice_Response: type: object properties: walletStats: type: array - description: '[]Chart' + description: '[]ChartWithPercentage' items: - $ref: '#/components/schemas/Chart' + $ref: '#/components/schemas/ChartWithPercentage' Builder_WalletsByBrowser_Response: type: object properties: walletStats: type: array - description: '[]Chart' + description: '[]ChartWithPercentage' items: - $ref: '#/components/schemas/Chart' + $ref: '#/components/schemas/ChartWithPercentage' Builder_WalletsByOS_Response: type: object properties: walletStats: type: array - description: '[]Chart' + description: '[]ChartWithPercentage' items: - $ref: '#/components/schemas/Chart' + $ref: '#/components/schemas/ChartWithPercentage' + Builder_WalletsByType_Response: + type: object + properties: + walletStats: + type: array + description: '[]ChartWithPercentage' + items: + $ref: '#/components/schemas/ChartWithPercentage' Builder_WalletsTxnSentTotal_Response: type: object properties: @@ -3253,6 +3462,78 @@ components: description: '[]Chart' items: $ref: '#/components/schemas/Chart' + Builder_TotalViews_Response: + type: object + properties: + data: + type: array + description: '[]Chart' + items: + $ref: '#/components/schemas/Chart' + Builder_DailyViews_Response: + type: object + properties: + data: + type: array + description: '[]Chart' + items: + $ref: '#/components/schemas/Chart' + Builder_ViewsByCountry_Response: + type: object + properties: + data: + type: array + description: '[]ChartWithPercentage' + items: + $ref: '#/components/schemas/ChartWithPercentage' + Builder_ViewsByDevice_Response: + type: object + properties: + data: + type: array + description: '[]ChartWithPercentage' + items: + $ref: '#/components/schemas/ChartWithPercentage' + Builder_ViewsByOS_Response: + type: object + properties: + data: + type: array + description: '[]ChartWithPercentage' + items: + $ref: '#/components/schemas/ChartWithPercentage' + Builder_DailyUniqueVisitors_Response: + type: object + properties: + data: + type: array + description: '[]MultiValueChart' + items: + $ref: '#/components/schemas/MultiValueChart' + Builder_MonthlyUniqueVisitors_Response: + type: object + properties: + data: + type: array + description: '[]MultiValueChart' + items: + $ref: '#/components/schemas/MultiValueChart' + Builder_ActiveSessions_Response: + type: object + properties: + data: + type: array + description: '[]Chart' + items: + $ref: '#/components/schemas/Chart' + Builder_UserEvents_Response: + type: object + properties: + data: + type: array + description: '[]Chart' + items: + $ref: '#/components/schemas/Chart' paths: /rpc/Builder/TotalCompute: post: @@ -3530,6 +3811,116 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/CreditsPerDailyActiveUser: + post: + summary: CreditsPerDailyActiveUser + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_CreditsPerDailyActiveUser_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_CreditsPerDailyActiveUser_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/CreditsPerMonthlyActiveUser: + post: + summary: CreditsPerMonthlyActiveUser + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_CreditsPerMonthlyActiveUser_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_CreditsPerMonthlyActiveUser_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' /rpc/Builder/WalletsTotal: post: summary: WalletsTotal @@ -3592,14 +3983,564 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsDaily_Request' + $ref: '#/components/schemas/Builder_WalletsDaily_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsDaily_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsMonthly: + post: + summary: WalletsMonthly + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsMonthly_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsMonthly_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsByCountry: + post: + summary: WalletsByCountry + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByCountry_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByCountry_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsByDevice: + post: + summary: WalletsByDevice + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByDevice_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByDevice_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsByBrowser: + post: + summary: WalletsByBrowser + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByBrowser_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByBrowser_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsByOS: + post: + summary: WalletsByOS + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByOS_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByOS_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsByType: + post: + summary: WalletsByType + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByType_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsByType_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsTxnSentTotal: + post: + summary: WalletsTxnSentTotal + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsTxnSentTotal_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsTxnSentTotal_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsTxnSentDaily: + post: + summary: WalletsTxnSentDaily + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsTxnSentDaily_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsTxnSentDaily_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/WalletsTxnSentMonthly: + post: + summary: WalletsTxnSentMonthly + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsTxnSentMonthly_Request' + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_WalletsTxnSentMonthly_Response' + '4XX': + description: Client error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcEndpoint' + - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' + - $ref: '#/components/schemas/ErrorWebrpcBadRoute' + - $ref: '#/components/schemas/ErrorWebrpcBadMethod' + - $ref: '#/components/schemas/ErrorWebrpcBadRequest' + - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' + - $ref: '#/components/schemas/ErrorWebrpcStreamLost' + - $ref: '#/components/schemas/ErrorUnauthorized' + - $ref: '#/components/schemas/ErrorPermissionDenied' + - $ref: '#/components/schemas/ErrorSessionExpired' + - $ref: '#/components/schemas/ErrorMethodNotFound' + - $ref: '#/components/schemas/ErrorRequestConflict' + - $ref: '#/components/schemas/ErrorServiceDisabled' + - $ref: '#/components/schemas/ErrorTimeout' + - $ref: '#/components/schemas/ErrorInvalidArgument' + - $ref: '#/components/schemas/ErrorNotFound' + - $ref: '#/components/schemas/ErrorUserNotFound' + - $ref: '#/components/schemas/ErrorProjectNotFound' + - $ref: '#/components/schemas/ErrorInvalidTier' + - $ref: '#/components/schemas/ErrorEmailTemplateExists' + - $ref: '#/components/schemas/ErrorSubscriptionLimit' + - $ref: '#/components/schemas/ErrorFeatureNotIncluded' + - $ref: '#/components/schemas/ErrorInvalidNetwork' + - $ref: '#/components/schemas/ErrorInvitationExpired' + - $ref: '#/components/schemas/ErrorAlreadyCollaborator' + '5XX': + description: Server error + content: + application/json: + schema: + oneOf: + - $ref: '#/components/schemas/ErrorWebrpcBadResponse' + - $ref: '#/components/schemas/ErrorWebrpcServerPanic' + - $ref: '#/components/schemas/ErrorWebrpcInternalError' + /rpc/Builder/MarketTxnEventTotal: + post: + summary: MarketTxnEventTotal + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Builder_MarketTxnEventTotal_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsDaily_Response' + $ref: '#/components/schemas/Builder_MarketTxnEventTotal_Response' '4XX': description: Client error content: @@ -3640,21 +4581,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsMonthly: + /rpc/Builder/MarketTxnEventDaily: post: - summary: WalletsMonthly + summary: MarketTxnEventDaily requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsMonthly_Request' + $ref: '#/components/schemas/Builder_MarketTxnEventDaily_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsMonthly_Response' + $ref: '#/components/schemas/Builder_MarketTxnEventDaily_Response' '4XX': description: Client error content: @@ -3695,21 +4636,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsByCountry: + /rpc/Builder/MarketTxnEventMonthly: post: - summary: WalletsByCountry + summary: MarketTxnEventMonthly requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByCountry_Request' + $ref: '#/components/schemas/Builder_MarketTxnEventMonthly_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByCountry_Response' + $ref: '#/components/schemas/Builder_MarketTxnEventMonthly_Response' '4XX': description: Client error content: @@ -3750,21 +4691,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsByDevice: + /rpc/Builder/MarketWalletsTotal: post: - summary: WalletsByDevice + summary: MarketWalletsTotal requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByDevice_Request' + $ref: '#/components/schemas/Builder_MarketWalletsTotal_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByDevice_Response' + $ref: '#/components/schemas/Builder_MarketWalletsTotal_Response' '4XX': description: Client error content: @@ -3805,21 +4746,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsByBrowser: + /rpc/Builder/MarketWalletsDaily: post: - summary: WalletsByBrowser + summary: MarketWalletsDaily requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByBrowser_Request' + $ref: '#/components/schemas/Builder_MarketWalletsDaily_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByBrowser_Response' + $ref: '#/components/schemas/Builder_MarketWalletsDaily_Response' '4XX': description: Client error content: @@ -3860,21 +4801,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsByOS: + /rpc/Builder/MarketWalletsMonthly: post: - summary: WalletsByOS + summary: MarketWalletsMonthly requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByOS_Request' + $ref: '#/components/schemas/Builder_MarketWalletsMonthly_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsByOS_Response' + $ref: '#/components/schemas/Builder_MarketWalletsMonthly_Response' '4XX': description: Client error content: @@ -3915,21 +4856,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsTxnSentTotal: + /rpc/Builder/TotalWalletTxnConversionRate: post: - summary: WalletsTxnSentTotal + summary: TotalWalletTxnConversionRate requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsTxnSentTotal_Request' + $ref: '#/components/schemas/Builder_TotalWalletTxnConversionRate_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsTxnSentTotal_Response' + $ref: '#/components/schemas/Builder_TotalWalletTxnConversionRate_Response' '4XX': description: Client error content: @@ -3970,21 +4911,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsTxnSentDaily: + /rpc/Builder/DailyWalletTxnConversionRate: post: - summary: WalletsTxnSentDaily + summary: DailyWalletTxnConversionRate requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsTxnSentDaily_Request' + $ref: '#/components/schemas/Builder_DailyWalletTxnConversionRate_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsTxnSentDaily_Response' + $ref: '#/components/schemas/Builder_DailyWalletTxnConversionRate_Response' '4XX': description: Client error content: @@ -4025,21 +4966,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WalletsTxnSentMonthly: + /rpc/Builder/MonthlyWalletTxnConversionRate: post: - summary: WalletsTxnSentMonthly + summary: MonthlyWalletTxnConversionRate requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsTxnSentMonthly_Request' + $ref: '#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WalletsTxnSentMonthly_Response' + $ref: '#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Response' '4XX': description: Client error content: @@ -4080,21 +5021,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MarketTxnEventTotal: + /rpc/Builder/DailyNewWallets: post: - summary: MarketTxnEventTotal + summary: DailyNewWallets requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketTxnEventTotal_Request' + $ref: '#/components/schemas/Builder_DailyNewWallets_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketTxnEventTotal_Response' + $ref: '#/components/schemas/Builder_DailyNewWallets_Response' '4XX': description: Client error content: @@ -4135,21 +5076,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MarketTxnEventDaily: + /rpc/Builder/MonthlyNewWallets: post: - summary: MarketTxnEventDaily + summary: MonthlyNewWallets requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketTxnEventDaily_Request' + $ref: '#/components/schemas/Builder_MonthlyNewWallets_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketTxnEventDaily_Response' + $ref: '#/components/schemas/Builder_MonthlyNewWallets_Response' '4XX': description: Client error content: @@ -4190,21 +5131,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MarketTxnEventMonthly: + /rpc/Builder/TotalNewWallets: post: - summary: MarketTxnEventMonthly + summary: TotalNewWallets requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketTxnEventMonthly_Request' + $ref: '#/components/schemas/Builder_TotalNewWallets_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketTxnEventMonthly_Response' + $ref: '#/components/schemas/Builder_TotalNewWallets_Response' '4XX': description: Client error content: @@ -4245,21 +5186,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MarketWalletsTotal: + /rpc/Builder/AverageDAU: post: - summary: MarketWalletsTotal + summary: AverageDAU requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketWalletsTotal_Request' + $ref: '#/components/schemas/Builder_AverageDAU_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketWalletsTotal_Response' + $ref: '#/components/schemas/Builder_AverageDAU_Response' '4XX': description: Client error content: @@ -4300,21 +5241,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MarketWalletsDaily: + /rpc/Builder/RollingStickiness: post: - summary: MarketWalletsDaily + summary: RollingStickiness requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketWalletsDaily_Request' + $ref: '#/components/schemas/Builder_RollingStickiness_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketWalletsDaily_Response' + $ref: '#/components/schemas/Builder_RollingStickiness_Response' '4XX': description: Client error content: @@ -4355,21 +5296,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MarketWalletsMonthly: + /rpc/Builder/AverageStickiness: post: - summary: MarketWalletsMonthly + summary: AverageStickiness requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketWalletsMonthly_Request' + $ref: '#/components/schemas/Builder_AverageStickiness_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MarketWalletsMonthly_Response' + $ref: '#/components/schemas/Builder_AverageStickiness_Response' '4XX': description: Client error content: @@ -4410,21 +5351,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/TotalWalletTxnConversionRate: + /rpc/Builder/D1RetentionByCohort: post: - summary: TotalWalletTxnConversionRate + summary: D1RetentionByCohort requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_TotalWalletTxnConversionRate_Request' + $ref: '#/components/schemas/Builder_D1RetentionByCohort_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_TotalWalletTxnConversionRate_Response' + $ref: '#/components/schemas/Builder_D1RetentionByCohort_Response' '4XX': description: Client error content: @@ -4465,21 +5406,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/DailyWalletTxnConversionRate: + /rpc/Builder/D3RetentionByCohort: post: - summary: DailyWalletTxnConversionRate + summary: D3RetentionByCohort requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_DailyWalletTxnConversionRate_Request' + $ref: '#/components/schemas/Builder_D3RetentionByCohort_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_DailyWalletTxnConversionRate_Response' + $ref: '#/components/schemas/Builder_D3RetentionByCohort_Response' '4XX': description: Client error content: @@ -4520,21 +5461,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MonthlyWalletTxnConversionRate: + /rpc/Builder/D7RetentionByCohort: post: - summary: MonthlyWalletTxnConversionRate + summary: D7RetentionByCohort requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Request' + $ref: '#/components/schemas/Builder_D7RetentionByCohort_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Response' + $ref: '#/components/schemas/Builder_D7RetentionByCohort_Response' '4XX': description: Client error content: @@ -4575,21 +5516,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/DailyNewWallets: + /rpc/Builder/D14RetentionByCohort: post: - summary: DailyNewWallets + summary: D14RetentionByCohort requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_DailyNewWallets_Request' + $ref: '#/components/schemas/Builder_D14RetentionByCohort_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_DailyNewWallets_Response' + $ref: '#/components/schemas/Builder_D14RetentionByCohort_Response' '4XX': description: Client error content: @@ -4630,21 +5571,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MonthlyNewWallets: + /rpc/Builder/D28RetentionByCohort: post: - summary: MonthlyNewWallets + summary: D28RetentionByCohort requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyNewWallets_Request' + $ref: '#/components/schemas/Builder_D28RetentionByCohort_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyNewWallets_Response' + $ref: '#/components/schemas/Builder_D28RetentionByCohort_Response' '4XX': description: Client error content: @@ -4685,21 +5626,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/TotalNewWallets: + /rpc/Builder/AverageD1Retention: post: - summary: TotalNewWallets + summary: AverageD1Retention requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_TotalNewWallets_Request' + $ref: '#/components/schemas/Builder_AverageD1Retention_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_TotalNewWallets_Response' + $ref: '#/components/schemas/Builder_AverageD1Retention_Response' '4XX': description: Client error content: @@ -4740,21 +5681,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/AverageDAU: + /rpc/Builder/AverageD3Retention: post: - summary: AverageDAU + summary: AverageD3Retention requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageDAU_Request' + $ref: '#/components/schemas/Builder_AverageD3Retention_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageDAU_Response' + $ref: '#/components/schemas/Builder_AverageD3Retention_Response' '4XX': description: Client error content: @@ -4795,21 +5736,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/RollingStickiness: + /rpc/Builder/AverageD7Retention: post: - summary: RollingStickiness + summary: AverageD7Retention requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_RollingStickiness_Request' + $ref: '#/components/schemas/Builder_AverageD7Retention_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_RollingStickiness_Response' + $ref: '#/components/schemas/Builder_AverageD7Retention_Response' '4XX': description: Client error content: @@ -4850,21 +5791,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/AverageStickiness: + /rpc/Builder/AverageD14Retention: post: - summary: AverageStickiness + summary: AverageD14Retention requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageStickiness_Request' + $ref: '#/components/schemas/Builder_AverageD14Retention_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageStickiness_Response' + $ref: '#/components/schemas/Builder_AverageD14Retention_Response' '4XX': description: Client error content: @@ -4905,21 +5846,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/D1RetentionByCohort: + /rpc/Builder/AverageD28Retention: post: - summary: D1RetentionByCohort + summary: AverageD28Retention requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_D1RetentionByCohort_Request' + $ref: '#/components/schemas/Builder_AverageD28Retention_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_D1RetentionByCohort_Response' + $ref: '#/components/schemas/Builder_AverageD28Retention_Response' '4XX': description: Client error content: @@ -4960,21 +5901,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/D3RetentionByCohort: + /rpc/Builder/MonthlyActiveWalletsBySegment: post: - summary: D3RetentionByCohort + summary: MonthlyActiveWalletsBySegment requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_D3RetentionByCohort_Request' + $ref: '#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_D3RetentionByCohort_Response' + $ref: '#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Response' '4XX': description: Client error content: @@ -5015,21 +5956,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/D7RetentionByCohort: + /rpc/Builder/MonthlyTransactingWalletsBySegment: post: - summary: D7RetentionByCohort + summary: MonthlyTransactingWalletsBySegment requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_D7RetentionByCohort_Request' + $ref: '#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_D7RetentionByCohort_Response' + $ref: '#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Response' '4XX': description: Client error content: @@ -5070,21 +6011,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/D14RetentionByCohort: + /rpc/Builder/WeeklyActiveWallets: post: - summary: D14RetentionByCohort + summary: WeeklyActiveWallets requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_D14RetentionByCohort_Request' + $ref: '#/components/schemas/Builder_WeeklyActiveWallets_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_D14RetentionByCohort_Response' + $ref: '#/components/schemas/Builder_WeeklyActiveWallets_Response' '4XX': description: Client error content: @@ -5125,21 +6066,22 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/D28RetentionByCohort: + /rpc/Builder/TotalViews: post: - summary: D28RetentionByCohort + summary: TotalViews + description: "Views Analytics" requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_D28RetentionByCohort_Request' + $ref: '#/components/schemas/Builder_TotalViews_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_D28RetentionByCohort_Response' + $ref: '#/components/schemas/Builder_TotalViews_Response' '4XX': description: Client error content: @@ -5180,21 +6122,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/AverageD1Retention: + /rpc/Builder/DailyViews: post: - summary: AverageD1Retention + summary: DailyViews requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD1Retention_Request' + $ref: '#/components/schemas/Builder_DailyViews_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD1Retention_Response' + $ref: '#/components/schemas/Builder_DailyViews_Response' '4XX': description: Client error content: @@ -5235,21 +6177,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/AverageD3Retention: + /rpc/Builder/ViewsByCountry: post: - summary: AverageD3Retention + summary: ViewsByCountry requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD3Retention_Request' + $ref: '#/components/schemas/Builder_ViewsByCountry_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD3Retention_Response' + $ref: '#/components/schemas/Builder_ViewsByCountry_Response' '4XX': description: Client error content: @@ -5290,21 +6232,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/AverageD7Retention: + /rpc/Builder/ViewsByDevice: post: - summary: AverageD7Retention + summary: ViewsByDevice requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD7Retention_Request' + $ref: '#/components/schemas/Builder_ViewsByDevice_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD7Retention_Response' + $ref: '#/components/schemas/Builder_ViewsByDevice_Response' '4XX': description: Client error content: @@ -5345,21 +6287,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/AverageD14Retention: + /rpc/Builder/ViewsByOS: post: - summary: AverageD14Retention + summary: ViewsByOS requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD14Retention_Request' + $ref: '#/components/schemas/Builder_ViewsByOS_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD14Retention_Response' + $ref: '#/components/schemas/Builder_ViewsByOS_Response' '4XX': description: Client error content: @@ -5400,21 +6342,22 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/AverageD28Retention: + /rpc/Builder/DailyUniqueVisitors: post: - summary: AverageD28Retention + summary: DailyUniqueVisitors + description: "Visitors Analytics" requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD28Retention_Request' + $ref: '#/components/schemas/Builder_DailyUniqueVisitors_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_AverageD28Retention_Response' + $ref: '#/components/schemas/Builder_DailyUniqueVisitors_Response' '4XX': description: Client error content: @@ -5455,21 +6398,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MonthlyActiveWalletsBySegment: + /rpc/Builder/MonthlyUniqueVisitors: post: - summary: MonthlyActiveWalletsBySegment + summary: MonthlyUniqueVisitors requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Request' + $ref: '#/components/schemas/Builder_MonthlyUniqueVisitors_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Response' + $ref: '#/components/schemas/Builder_MonthlyUniqueVisitors_Response' '4XX': description: Client error content: @@ -5510,21 +6453,22 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/MonthlyTransactingWalletsBySegment: + /rpc/Builder/ActiveSessions: post: - summary: MonthlyTransactingWalletsBySegment + summary: ActiveSessions + description: "Real-time Analytics" requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Request' + $ref: '#/components/schemas/Builder_ActiveSessions_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Response' + $ref: '#/components/schemas/Builder_ActiveSessions_Response' '4XX': description: Client error content: @@ -5565,21 +6509,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - /rpc/Builder/WeeklyActiveWallets: + /rpc/Builder/UserEvents: post: - summary: WeeklyActiveWallets + summary: UserEvents requestBody: content: application/json: schema: - $ref: '#/components/schemas/Builder_WeeklyActiveWallets_Request' + $ref: '#/components/schemas/Builder_UserEvents_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Builder_WeeklyActiveWallets_Response' + $ref: '#/components/schemas/Builder_UserEvents_Response' '4XX': description: Client error content: