From 77b4aee4cd0eb1485ec4ec3fcdb9982d04704235 Mon Sep 17 00:00:00 2001 From: klaidliadon <5322228+klaidliadon@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:36:33 +0000 Subject: [PATCH 1/4] [AUTOMATED] Update: api/proto/docs/analytics-api.json --- .../analytics/endpoints/analytics-api.json | 12885 ++++------------ 1 file changed, 3299 insertions(+), 9586 deletions(-) diff --git a/api-references/analytics/endpoints/analytics-api.json b/api-references/analytics/endpoints/analytics-api.json index 501d6cf0..8c504875 100644 --- a/api-references/analytics/endpoints/analytics-api.json +++ b/api-references/analytics/endpoints/analytics-api.json @@ -1,4 +1,15 @@ { + "openapi": "3.0.0", + "info": { + "title": "Analytics Api", + "version": "" + }, + "servers": [ + { + "url": "https://api.sequence.app", + "description": "Analytics" + } + ], "components": { "schemas": { "ErrorWebrpcEndpoint": { @@ -241,7 +252,7 @@ } } }, - "ErrorWebrpcClientDisconnected": { + "ErrorWebrpcClientAborted": { "type": "object", "required": [ "error", @@ -252,7 +263,7 @@ "properties": { "error": { "type": "string", - "example": "WebrpcClientDisconnected" + "example": "WebrpcClientAborted" }, "code": { "type": "number", @@ -260,7 +271,7 @@ }, "msg": { "type": "string", - "example": "client disconnected" + "example": "request aborted by client" }, "cause": { "type": "string" @@ -597,7 +608,7 @@ }, "status": { "type": "number", - "example": 400 + "example": 422 } } }, @@ -627,7 +638,7 @@ }, "status": { "type": "number", - "example": 400 + "example": 422 } } }, @@ -657,7 +668,7 @@ }, "status": { "type": "number", - "example": 400 + "example": 422 } } }, @@ -687,7 +698,7 @@ }, "status": { "type": "number", - "example": 400 + "example": 422 } } }, @@ -807,7 +818,7 @@ }, "status": { "type": "number", - "example": 400 + "example": 422 } } }, @@ -837,7 +848,7 @@ }, "status": { "type": "number", - "example": 400 + "example": 422 } } }, @@ -871,26 +882,72 @@ } } }, - "AuthSessionType": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "PUBLIC", - "WALLET", - "USER", - "ADMIN", - "SERVICE" - ] + "ErrorNoPaymentMethod": { + "type": "object", + "required": [ + "error", + "code", + "msg", + "status" + ], + "properties": { + "error": { + "type": "string", + "example": "NoPaymentMethod" + }, + "code": { + "type": "number", + "example": 4002 + }, + "msg": { + "type": "string", + "example": "No default payment method" + }, + "cause": { + "type": "string" + }, + "status": { + "type": "number", + "example": 402 + } + } + }, + "ErrorSeatsLimitReached": { + "type": "object", + "required": [ + "error", + "code", + "msg", + "status" + ], + "properties": { + "error": { + "type": "string", + "example": "SeatsLimitReached" + }, + "code": { + "type": "number", + "example": 4003 + }, + "msg": { + "type": "string", + "example": "Seats limit reached" + }, + "cause": { + "type": "string" + }, + "status": { + "type": "number", + "example": 402 + } + } }, - "SubscriptionTier": { + "SortOrder": { "type": "string", - "description": "Represented as uint8 on the server side", + "description": "Represented as uint32 on the server side", "enum": [ - "COMMUNITY", - "DEVELOPER", - "GROWTH", - "PRO", - "ENTERPRISE" + "ASC", + "DESC" ] }, "ProjectType": { @@ -906,306 +963,155 @@ "MARKETPLACE_UNITY", "MARKETPLACE_UNREAL", "SALE_CONTRACT_ERC1155", - "SALE_CONTRACT_ERC721" - ] - }, - "ResourceType": { - "type": "string", - "description": "Represented as int8 on the server side", - "enum": [ - "CONTRACTS" - ] - }, - "SubscriptionProvider": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ADMIN", - "STRIPE", - "GOOGLE" - ] - }, - "CollaboratorAccess": { - "type": "string", - "description": "Represented as uint32 on the server side", - "enum": [ - "NONE", - "READ", - "WRITE", - "ADMIN" - ] - }, - "CollaboratorType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "USER", - "SERVICE_ACCOUNT" - ] - }, - "ContractSourceType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "LINKED", - "DEPLOYED", - "SALE" - ] - }, - "SortOrder": { - "type": "string", - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ] - }, - "PaymentProvider": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "STRIPE", - "MANUAL" - ] - }, - "PaymentStatus": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "INITIATED", - "PENDING", - "SUCCEEDED", - "FAILED", - "PROCESSED" - ] - }, - "MarketplaceWallet": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "UNIVERSAL", - "EMBEDDED" - ] - }, - "MarketplaceType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "AMM", - "P2P", - "SEQUENCE", - "ORDERBOOK" + "SALE_CONTRACT_ERC721", + "ALLOWLIST_STARTER" ] }, - "TokenType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "ERC20", - "ERC721", - "ERC1155" - ] - }, - "FileScope": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "LOGO", - "MARKETPLACE", - "AVATAR", - "EMAIL", - "WALLET", - "TOKEN_DIRECTORY" - ] - }, - "EmailTemplateType": { + "TemplateType": { "type": "string", "description": "Represented as uint8 on the server side", "enum": [ "UNKNOWN", "LOGIN", - "GUARD" - ] - }, - "TaskStatus": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "PAUSED", - "FAILED", - "COMPLETED", - "DISABLED" - ] - }, - "DateInterval": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "DAY", - "WEEK", - "MONTH" + "GUARD", + "EMAIL_CONFIRMATION" ] }, - "OnboardingStep": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "linkOrDeployContract", - "createMarketplace", - "setUpGasTank", - "configureWaas", - "customizeWallet", - "inviteCollaborator", - "cloneGithub", - "copyCredentials", - "customizeMarketplace", - "deployERC721Contract", - "deployERC1155Contract", - "addMarketplaceCollection", - "createCollection", - "customizeCollectible", - "deploySaleContract", - "setSaleSettings", - "addMinterRoleToItems", - "setUpAudienceList" - ] - }, - "WaasTenantState": { + "EcosystemAccess": { "type": "string", "description": "Represented as uint8 on the server side", "enum": [ - "PENDING", - "DEPLOYING", - "READY", - "FAILED" - ] - }, - "TrialType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ANALYTICS" + "User", + "Read", + "Write", + "Admin", + "Owner" ] }, - "CustomerTier": { + "AdminRole": { "type": "string", "description": "Represented as uint8 on the server side", "enum": [ - "TIER_1", - "TIER_2", - "TIER_3", - "TIER_4", - "TIER_5" + "NONE", + "VIEWER", + "DEVELOPER", + "ECOSYSTEM", + "ACCOUNT", + "FINANCE", + "SUPERADMIN" ] }, - "Version": { + "Page": { "type": "object", - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], "properties": { - "webrpcVersion": { - "type": "string" + "pageSize": { + "type": "number" }, - "schemaVersion": { - "type": "string" + "page": { + "type": "number" }, - "schemaHash": { + "column": { "type": "string" }, - "appVersion": { - "type": "string" + "more": { + "type": "boolean" + }, + "sort": { + "type": "array", + "description": "[]SortBy", + "items": { + "$ref": "#/components/schemas/SortBy" + } } } }, - "RuntimeStatus": { + "SortBy": { "type": "object", "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "env", - "branch", - "commitHash", - "networks", - "checks" + "column" ], "properties": { - "healthOK": { - "type": "boolean" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "ver": { - "type": "string" - }, - "env": { - "type": "string" - }, - "branch": { - "type": "string" - }, - "commitHash": { + "column": { "type": "string" }, - "networks": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "boolean" - } - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" + "order": { + "$ref": "#/components/schemas/SortOrder" } } }, - "RuntimeChecks": { + "ProjectImplicitRegistry": { "type": "object", "required": [ - "quotaControl", - "joqueue", - "stripe", - "cloudCommerce" + "whitelistedDomains", + "ids" ], "properties": { - "quotaControl": { - "type": "boolean" - }, - "joqueue": { - "type": "boolean" - }, - "stripe": { - "type": "boolean" + "whitelistedDomains": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } }, - "cloudCommerce": { - "type": "boolean" + "ids": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "string" + } } } }, - "Configuration": { + "Project": { "type": "object", "required": [ + "id", "name", - "title", + "ownerAddress", + "ownerAvatarUrl", + "licenseId", + "licenseVersion", + "logoImageKey", + "logoImageUrl", + "websiteUrl", "chainIds", - "domains" + "collaboratorCount", + "onboardingVisibility", + "createdAt", + "updatedAt" ], "properties": { + "id": { + "type": "number" + }, "name": { "type": "string" }, - "title": { + "type": { + "$ref": "#/components/schemas/ProjectType" + }, + "ownerAddress": { + "type": "string" + }, + "ownerEmail": { + "type": "string" + }, + "ownerAvatarUrl": { + "type": "string" + }, + "licenseId": { + "type": "number" + }, + "licenseVersion": { + "type": "number" + }, + "logoImageKey": { + "type": "string" + }, + "logoImageUrl": { + "type": "string" + }, + "websiteUrl": { "type": "string" }, "chainIds": { @@ -1215,167 +1121,230 @@ "type": "number" } }, - "domains": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } + "ecosystemId": { + "type": "number" }, - "logoUrl": { - "type": "string" + "collaboratorCount": { + "type": "number" }, - "logoLightUrl": { - "type": "string" + "onboardingVisibility": { + "type": "boolean" }, - "titleUrl": { - "type": "string" + "implicitRegistry": { + "$ref": "#/components/schemas/ProjectImplicitRegistry" }, - "backgroundUrl": { + "createdAt": { "type": "string" }, - "mobileBackgroundUrl": { + "updatedAt": { "type": "string" }, - "customCss": { + "deletedAt": { "type": "string" - }, - "animationUrl": { + } + } + }, + "ProjectListFilter": { + "type": "object", + "properties": { + "name": { "type": "string" }, - "crispWebsiteId": { - "type": "string" + "chainId": { + "type": "number" }, - "learnMoreButton": { + "collaboratorAddress": { "type": "string" }, - "learnMoreUrl": { + "collaboratorEmail": { "type": "string" + }, + "licenseId": { + "type": "number" + }, + "active": { + "type": "boolean" } } }, - "AuthState": { + "OpenIdProvider": { "type": "object", "required": [ - "jwtToken", - "expiresAt", - "address", - "sessionType" + "iss", + "aud" ], "properties": { - "jwtToken": { + "iss": { "type": "string" }, - "expiresAt": { + "aud": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } + } + } + }, + "ContractData": { + "type": "object", + "required": [ + "abi", + "bytecode" + ], + "properties": { + "abi": { "type": "string" }, - "address": { + "bytecode": { "type": "string" }, - "sessionType": { - "$ref": "#/components/schemas/AuthSessionType" + "hash": { + "type": "string" }, - "user": { - "$ref": "#/components/schemas/User" + "implementationAddress": { + "type": "string" } } }, - "User": { + "SESSettings": { "type": "object", "required": [ - "address", - "createdAt", - "updatedAt", - "sysAdmin", - "avatarKey", - "avatarUrl" + "accessRoleARN", + "sourceARN", + "region" ], "properties": { - "address": { + "accessRoleARN": { "type": "string" }, - "email": { + "sourceARN": { "type": "string" }, - "createdAt": { + "region": { "type": "string" - }, - "updatedAt": { + } + } + }, + "Image": { + "type": "object", + "required": [ + "src" + ], + "properties": { + "src": { "type": "string" }, - "sysAdmin": { - "type": "boolean" + "width": { + "type": "string" }, - "avatarKey": { + "height": { "type": "string" }, - "avatarUrl": { + "alt": { "type": "string" + }, + "displayOptions": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "string" + } } } }, - "UserSettings": { + "WalletProof": { "type": "object", "required": [ - "freeProjectsLeft", - "totalFreeProjectLimit", - "totalPaidProjects" + "address", + "message", + "signature", + "chainId" ], "properties": { - "freeProjectsLeft": { - "type": "number" + "address": { + "type": "string" }, - "totalFreeProjectLimit": { - "type": "number" + "message": { + "type": "string" }, - "totalPaidProjects": { + "signature": { + "type": "string" + }, + "chainId": { "type": "number" } } }, - "UserOverride": { + "BillingCycle": { "type": "object", "required": [ - "id", - "address", - "extraProjects", - "createdAt", - "updatedAt" + "start", + "end" ], "properties": { - "id": { - "type": "number" - }, - "address": { - "type": "string" - }, - "extraProjects": { - "type": "number" - }, - "createdAt": { + "start": { "type": "string" }, - "updatedAt": { + "end": { "type": "string" } } }, - "Project": { + "SubscriptionProvider": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "ADMIN", + "STRIPE", + "GOOGLE" + ] + }, + "Feature": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "ANALYTICS", + "MARKETPLACE_SUBDOMAIN", + "MARKETPLACE_DOMAIN" + ] + }, + "LicenseTag": { + "type": "string", + "description": "Represented as uint16 on the server side", + "enum": [ + "NONE", + "POPULAR", + "DISCOUNT" + ] + }, + "PaymentProvider": { + "type": "string", + "description": "Represented as uint16 on the server side", + "enum": [ + "NONE", + "STRIPE", + "ADMIN", + "CRYPTO", + "ECOSYSTEM", + "GOOGLE" + ] + }, + "License": { "type": "object", "required": [ "id", - "name", - "ownerAddress", - "ownerAvatarUrl", - "draft", - "logoImageKey", - "logoImageUrl", - "websiteUrl", - "chainIds", - "whitelabel", - "subscriptionTier", - "collaboratorCount", - "onboardingSteps", + "ecosystemId", + "isDefault", + "packageName", + "label", + "tier", + "featured", + "subtitle", + "tag", + "mainnetEnabled", + "totalLicenses", + "licensePerUser", "createdAt", "updatedAt" ], @@ -1383,55 +1352,62 @@ "id": { "type": "number" }, - "name": { - "type": "string" + "ecosystemId": { + "type": "number" }, - "type": { - "$ref": "#/components/schemas/ProjectType" + "isDefault": { + "type": "boolean" }, - "ownerAddress": { + "packageName": { "type": "string" }, - "ownerEmail": { + "label": { "type": "string" }, - "ownerAvatarUrl": { - "type": "string" + "tier": { + "type": "number" }, - "draft": { + "featured": { "type": "boolean" }, - "logoImageKey": { + "subtitle": { "type": "string" }, - "logoImageUrl": { - "type": "string" + "tag": { + "$ref": "#/components/schemas/LicenseTag" }, - "websiteUrl": { - "type": "string" + "mainnetEnabled": { + "type": "boolean" }, - "chainIds": { + "defaultChainIds": { "type": "array", "description": "[]uint64", "items": { "type": "number" } }, - "whitelabel": { - "type": "string" + "availableChainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" + "extraChainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } }, - "collaboratorCount": { + "totalLicenses": { "type": "number" }, - "onboardingSteps": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "boolean" - } + "licenseUsage": { + "$ref": "#/components/schemas/LicenseUsage" + }, + "licensePerUser": { + "type": "number" }, "createdAt": { "type": "string" @@ -1444,528 +1420,738 @@ } } }, - "ResourceFilter": { - "type": "object", - "properties": { - "contracts": { - "$ref": "#/components/schemas/ContractFilter" - } - } - }, - "Resource": { + "LicenseVersion": { "type": "object", "required": [ - "type", - "total", - "detail" + "licenseId", + "version", + "settings", + "versionUsage", + "createdAt", + "updatedAt" ], "properties": { - "type": { - "$ref": "#/components/schemas/ResourceType" + "licenseId": { + "type": "number" }, - "total": { + "version": { "type": "number" }, - "detail": { + "settings": { + "$ref": "#/components/schemas/LicenseSettings" + }, + "features": { "type": "array", - "description": "[]ResourceDetail", + "description": "[]Feature", "items": { - "$ref": "#/components/schemas/ResourceDetail" + "$ref": "#/components/schemas/Feature" } - } - } - }, - "ResourceDetail": { - "type": "object", - "required": [ - "key", - "count" - ], - "properties": { - "key": { - "type": "object" }, - "count": { + "versionUsage": { "type": "number" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "ProjectSubscription": { + "LicenseSettings": { "type": "object", "required": [ - "id", - "projectId", - "subscriptionTier", - "provider", - "providerId", - "dateStart" + "subscriptionPrice", + "seats", + "serviceSettings", + "marketplaceFee", + "royaltyFee", + "gasFeeMarkup", + "gasIncluded", + "features" ], "properties": { - "id": { - "type": "number" + "subscriptionPrice": { + "type": "string" }, - "projectId": { + "seats": { "type": "number" }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" + "serviceSettings": { + "type": "object", + "description": "map", + "additionalProperties": { + "$ref": "#/components/schemas/ServiceSettings" + } }, - "provider": { - "$ref": "#/components/schemas/SubscriptionProvider" + "marketplaceFee": { + "type": "string" }, - "providerId": { + "royaltyFee": { "type": "string" }, - "dateStart": { + "gasFeeMarkup": { "type": "string" }, - "dateEnd": { + "gasIncluded": { "type": "string" + }, + "features": { + "type": "array", + "description": "[]Feature", + "items": { + "$ref": "#/components/schemas/Feature" + } } } }, - "Collaborator": { + "ServiceSettings": { "type": "object", "required": [ - "id", - "projectId", - "type", - "userAddress", - "access", - "createdAt", - "updatedAt" + "rateLimit", + "requestsIncluded", + "overageAllowed", + "overagePrice" ], "properties": { - "id": { + "rateLimit": { "type": "number" }, - "projectId": { + "requestsIncluded": { "type": "number" }, - "type": { - "$ref": "#/components/schemas/CollaboratorType" - }, - "userAddress": { - "type": "string" - }, - "userEmail": { - "type": "string" - }, - "userAvatarUrl": { - "type": "string" + "overageAllowed": { + "type": "boolean" }, - "userAvatarKey": { + "overagePrice": { "type": "string" - }, - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "invitationId": { + } + } + }, + "LicenseUsage": { + "type": "object", + "required": [ + "total", + "providers", + "versions" + ], + "properties": { + "total": { "type": "number" }, - "createdAt": { - "type": "string" + "providers": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "number" + } }, - "updatedAt": { - "type": "string" + "versions": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "number" + } } } }, - "Contract": { + "BillingOverride": { "type": "object", "required": [ - "id", - "projectId", - "contractName", - "contractAddress", - "contractType", - "chainId", - "source", - "createdAt", - "updatedAt" + "extraSeats", + "extraFeatures", + "topUpEnabled", + "topUpProvider", + "balanceNotifications" ], "properties": { - "id": { - "type": "number" + "priceSubscription": { + "type": "string" }, - "projectId": { + "extraSeats": { "type": "number" }, - "contractName": { - "type": "string" - }, - "contractAddress": { + "marketplaceFee": { "type": "string" }, - "contractType": { + "royaltyFee": { "type": "string" }, - "chainId": { - "type": "number" - }, - "source": { - "$ref": "#/components/schemas/ContractSourceType" - }, - "itemsContractAddress": { + "gasFeeMarkup": { "type": "string" }, - "splitterContractAddresses": { + "extraFeatures": { "type": "array", - "description": "[]string", + "description": "[]Feature", "items": { - "type": "string" + "$ref": "#/components/schemas/Feature" } }, - "abi": { - "type": "string" + "serviceSettings": { + "type": "object", + "description": "map", + "additionalProperties": { + "$ref": "#/components/schemas/ServiceSettingsOverride" + } }, - "bytecode": { - "type": "string" + "topUpEnabled": { + "type": "boolean" }, - "bytecodeHash": { - "type": "string" + "topUpProvider": { + "$ref": "#/components/schemas/PaymentProvider" }, - "audienceId": { + "topUpThreshold": { "type": "number" }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "ContractFilter": { - "type": "object", - "properties": { - "chainId": { + "topUpAmount": { "type": "number" }, - "contractSourceType": { - "$ref": "#/components/schemas/ContractSourceType" + "topUpLimit": { + "type": "number" }, - "contractType": { - "type": "string" + "balanceNotifications": { + "type": "boolean" } } }, - "ContractLink": { + "ServiceSettingsOverride": { "type": "object", - "required": [ - "project", - "collaborator" - ], "properties": { - "contract": { - "$ref": "#/components/schemas/Contract" - }, - "project": { - "$ref": "#/components/schemas/Project" + "rateLimit": { + "type": "number" }, - "collaborator": { - "$ref": "#/components/schemas/Collaborator" - } - } - }, - "NodeAccount": { - "type": "object", - "required": [ - "id", - "displayName", - "requestRateLimit", - "requestMonthlyQuota", - "active" - ], - "properties": { - "id": { + "requestsIncluded": { "type": "number" }, - "displayName": { + "overageAllowed": { + "type": "boolean" + }, + "overagePrice": { "type": "string" }, - "requestRateLimit": { + "usageWarning": { "type": "number" }, - "requestMonthlyQuota": { + "overageWarning": { "type": "number" }, - "active": { - "type": "boolean" + "maxOverage": { + "type": "number" } } }, - "RelayerGasTank": { + "ResourceType": { + "type": "string", + "description": "Represented as int8 on the server side", + "enum": [ + "CONTRACTS", + "MARKET_COLLECTIONS", + "SHOP_COLLECTIONS" + ] + }, + "CollaboratorAccess": { + "type": "string", + "description": "Represented as uint32 on the server side", + "enum": [ + "NONE", + "READ", + "WRITE", + "ADMIN" + ] + }, + "CollaboratorType": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "USER", + "SERVICE_ACCOUNT" + ] + }, + "ContractSourceType": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "LINKED", + "DEPLOYED" + ] + }, + "PaymentStatus": { + "type": "string", + "description": "Represented as uint16 on the server side", + "enum": [ + "INITIATED", + "PENDING", + "SUCCEEDED", + "FAILED", + "PROCESSED" + ] + }, + "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", + "enum": [ + "ERC20", + "ERC721", + "ERC1155" + ] + }, + "FileScope": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "LOGO", + "MARKETPLACE", + "AVATAR", + "EMAIL", + "WALLET", + "TOKEN_DIRECTORY", + "ECOSYSTEM" + ] + }, + "TaskStatus": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "PENDING", + "PAUSED", + "FAILED", + "COMPLETED", + "DISABLED" + ] + }, + "TrialType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "ANALYTICS" + ] + }, + "AuditType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "SUBSCRIPTION", + "BILLING_OVERRIDE", + "ECOSYSTEM_LICENSE", + "LICENSE_VERSION" + ] + }, + "PaymentMethodType": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "Card", + "Link" + ] + }, + "SecretType": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "FORTEPAY" + ] + }, + "SecretEnv": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "TEST", + "PROD" + ] + }, + "Version": { "type": "object", "required": [ - "id", - "projectId", - "relayerIdMap", - "totalPayments", - "totalUsage" + "webrpcVersion", + "schemaVersion", + "schemaHash", + "appVersion" ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "relayerIdMap": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" - } - }, - "totalPayments": { - "type": "number" + "webrpcVersion": { + "type": "string" }, - "totalUsage": { - "type": "number" + "schemaVersion": { + "type": "string" }, - "timestampUsage": { + "schemaHash": { "type": "string" }, - "lastPaymentId": { - "type": "number" + "appVersion": { + "type": "string" } } }, - "RelayerGasBalance": { + "RuntimeStatus": { "type": "object", "required": [ - "id", - "name", - "chainId", - "currentBalance", - "feeMarkupFactor", - "unlimited" + "healthOK", + "startTime", + "uptime", + "ver", + "env", + "branch", + "commitHash", + "networks", + "checks" ], "properties": { - "id": { - "type": "number" + "healthOK": { + "type": "boolean" }, - "name": { + "startTime": { "type": "string" }, - "chainId": { + "uptime": { "type": "number" }, - "currentBalance": { - "type": "number" + "ver": { + "type": "string" }, - "feeMarkupFactor": { - "type": "number" + "env": { + "type": "string" }, - "unlimited": { - "type": "boolean" + "branch": { + "type": "string" + }, + "commitHash": { + "type": "string" + }, + "networks": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "boolean" + } + }, + "checks": { + "$ref": "#/components/schemas/RuntimeChecks" } } }, - "RelayerGasSponsor": { + "RuntimeChecks": { "type": "object", "required": [ - "id", - "projectId", - "chainId", - "displayName", - "address", - "active", - "createdAt", - "updatedAt" + "quotaControl", + "joqueue", + "stripe", + "cloudCommerce" ], "properties": { - "id": { - "type": "number" + "quotaControl": { + "type": "boolean" }, - "projectId": { - "type": "number" + "joqueue": { + "type": "boolean" }, - "chainId": { - "type": "number" + "stripe": { + "type": "boolean" }, - "displayName": { + "cloudCommerce": { + "type": "boolean" + } + } + }, + "AuthState": { + "type": "object", + "required": [ + "jwtToken", + "expiresAt", + "address", + "sessionType", + "user" + ], + "properties": { + "jwtToken": { "type": "string" }, - "address": { + "expiresAt": { "type": "string" }, - "active": { - "type": "boolean" - }, - "createdAt": { + "address": { "type": "string" }, - "updatedAt": { + "sessionType": { "type": "string" + }, + "user": { + "$ref": "#/components/schemas/User" + }, + "access": { + "$ref": "#/components/schemas/EcosystemAccess" } } }, - "RelayerGasSponsorUsage": { + "User": { "type": "object", "required": [ - "id", - "chainId", - "totalGasUsed", - "totalTxnFees", - "avgGasPrice", - "totalTxns", - "startTime", - "endTime" + "address", + "emailConfirmed", + "role", + "avatarKey", + "avatarUrl", + "recentProjectIds", + "createdAt", + "updatedAt" ], "properties": { - "id": { - "type": "number" + "address": { + "type": "string" }, - "chainId": { - "type": "number" + "email": { + "type": "string" }, - "totalGasUsed": { - "type": "number" + "emailConfirmed": { + "type": "boolean" }, - "totalTxnFees": { - "type": "number" + "role": { + "$ref": "#/components/schemas/AdminRole" }, - "avgGasPrice": { - "type": "number" + "avatarKey": { + "type": "string" }, - "totalTxns": { - "type": "number" + "avatarUrl": { + "type": "string" }, - "startTime": { + "recentProjectIds": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "number" + } + }, + "createdAt": { "type": "string" }, - "endTime": { + "updatedAt": { "type": "string" } } }, - "RelayerTransaction": { + "UserWallet": { "type": "object", "required": [ - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", + "id", + "userAddress", "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "isWhitelisted", + "provider", "createdAt", "updatedAt" ], "properties": { - "txnHash": { + "id": { + "type": "number" + }, + "userAddress": { "type": "string" }, - "txnNonce": { + "walletAddress": { "type": "string" }, - "metaTxnID": { + "provider": { "type": "string" }, - "txnStatus": { + "createdAt": { "type": "string" }, - "txnRevertReason": { + "updatedAt": { "type": "string" + } + } + }, + "UserSettings": { + "type": "object", + "required": [ + "projectsLimit", + "projectCount" + ], + "properties": { + "projectsLimit": { + "type": "number" }, - "requeues": { + "projectsLeft": { "type": "number" }, - "queuedAt": { - "type": "string" + "projectCount": { + "type": "number" + } + } + }, + "UserOverride": { + "type": "object", + "required": [ + "id", + "address", + "extraProjects", + "createdAt", + "updatedAt" + ], + "properties": { + "id": { + "type": "number" }, - "sentAt": { + "address": { "type": "string" }, - "minedAt": { - "type": "string" + "extraProjects": { + "type": "number" }, - "target": { + "createdAt": { "type": "string" }, - "input": { + "updatedAt": { "type": "string" + } + } + }, + "CreateProjectOptions": { + "type": "object", + "properties": { + "type": { + "$ref": "#/components/schemas/ProjectType" }, - "txnArgs": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "txnReceipt": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" + "chainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" } + } + } + }, + "ResourceFilter": { + "type": "object", + "properties": { + "contracts": { + "$ref": "#/components/schemas/ContractFilter" + } + } + }, + "Resource": { + "type": "object", + "required": [ + "type", + "total", + "detail" + ], + "properties": { + "type": { + "$ref": "#/components/schemas/ResourceType" }, - "walletAddress": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "gasLimit": { + "total": { "type": "number" }, - "gasPrice": { - "type": "string" + "detail": { + "type": "array", + "description": "[]ResourceDetail", + "items": { + "$ref": "#/components/schemas/ResourceDetail" + } + } + } + }, + "ResourceDetail": { + "type": "object", + "required": [ + "key", + "count" + ], + "properties": { + "key": { + "type": "object" }, - "gasUsed": { + "count": { "type": "number" - }, - "gasEstimated": { + } + } + }, + "ProjectSubscription": { + "type": "object", + "required": [ + "id", + "projectId", + "licenseId", + "licenseVersion", + "subscriptionId", + "dateStart" + ], + "properties": { + "id": { "type": "number" }, - "gasFeeMarkup": { + "projectId": { "type": "number" }, - "usdRate": { - "type": "string" + "provider": { + "$ref": "#/components/schemas/SubscriptionProvider" }, - "creditsUsed": { + "licenseId": { "type": "number" }, - "isWhitelisted": { - "type": "boolean" - }, - "gasSponsor": { + "licenseVersion": { "type": "number" }, - "createdAt": { + "subscriptionId": { "type": "string" }, - "updatedAt": { + "providerUrl": { + "type": "string" + }, + "dateStart": { + "type": "string" + }, + "dateEnd": { "type": "string" } } }, - "IndexerWebhook": { + "Collaborator": { "type": "object", "required": [ "id", "projectId", - "chainId", - "contractAddress", - "eventSig", - "webhookUrl", - "disabled", + "type", + "userAddress", + "access", "createdAt", "updatedAt" ], @@ -1976,20 +2162,26 @@ "projectId": { "type": "number" }, - "chainId": { - "type": "number" + "type": { + "$ref": "#/components/schemas/CollaboratorType" }, - "contractAddress": { + "userAddress": { "type": "string" }, - "eventSig": { + "userEmail": { "type": "string" }, - "webhookUrl": { + "userAvatarUrl": { "type": "string" }, - "disabled": { - "type": "boolean" + "userAvatarKey": { + "type": "string" + }, + "access": { + "$ref": "#/components/schemas/CollaboratorAccess" + }, + "invitationId": { + "type": "number" }, "createdAt": { "type": "string" @@ -1999,23 +2191,18 @@ } } }, - "ContractSource": { + "Contract": { "type": "object", "required": [ "id", - "uid", + "projectId", + "contractName", + "contractAddress", "contractType", - "name", - "description", - "author", - "license", - "audited", - "moreInfoUrl", - "disabled", - "factorySourceUid", - "abi", - "bytecode", - "bytecodeHash", + "chainId", + "source", + "contractExtensions", + "bytecodeMatch", "createdAt", "updatedAt" ], @@ -2023,38 +2210,23 @@ "id": { "type": "number" }, - "uid": { - "type": "string" - }, - "contractType": { - "type": "string" - }, "projectId": { "type": "number" }, - "name": { + "contractName": { "type": "string" }, - "description": { + "contractAddress": { "type": "string" }, - "author": { - "type": "string" - }, - "license": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "moreInfoUrl": { + "contractType": { "type": "string" }, - "disabled": { - "type": "boolean" + "chainId": { + "type": "number" }, - "factorySourceUid": { - "type": "string" + "source": { + "$ref": "#/components/schemas/ContractSourceType" }, "abi": { "type": "string" @@ -2065,45 +2237,27 @@ "bytecodeHash": { "type": "string" }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "ContractFactory": { - "type": "object", - "required": [ - "id", - "chainId", - "contractAddress", - "uid", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { + "audienceId": { "type": "number" }, - "chainId": { + "decimals": { "type": "number" }, - "contractAddress": { - "type": "string" - }, - "uid": { + "symbol": { "type": "string" }, - "abi": { - "type": "string" + "contractExtensions": { + "$ref": "#/components/schemas/ContractExtensions" }, - "bytecode": { - "type": "string" + "tags": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } }, - "bytecodeHash": { - "type": "string" + "bytecodeMatch": { + "type": "boolean" }, "createdAt": { "type": "string" @@ -2113,279 +2267,404 @@ } } }, - "NewContractSource": { - "type": "object", - "required": [ - "uid", - "name", - "contractType", - "bytecode", - "abi" - ], - "properties": { - "uid": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "author": { - "type": "string" - }, - "license": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "moreInfoUrl": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "contractType": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "abi": { - "type": "string" - } - } - }, - "Page": { + "ContractExtensions": { "type": "object", "properties": { - "pageSize": { - "type": "number" - }, - "page": { - "type": "number" - }, - "column": { + "itemsContractAddress": { "type": "string" }, - "more": { - "type": "boolean" - }, - "before": { - "type": "object" - }, - "after": { - "type": "object" - }, - "sort": { + "splitterContractAddresses": { "type": "array", - "description": "[]SortBy", + "description": "[]string", "items": { - "$ref": "#/components/schemas/SortBy" + "type": "string" } } } }, - "SortBy": { + "ContractSync": { "type": "object", - "required": [ - "column" - ], "properties": { - "column": { - "type": "string" + "decimals": { + "type": "number" }, - "order": { - "$ref": "#/components/schemas/SortOrder" + "symbol": { + "type": "string" } } }, - "BillingSettings": { + "ContractFilter": { "type": "object", - "required": [ - "maxKeys", - "rateLimit", - "creditsIncludedWarn", - "creditsIncludedMax", - "creditsOverageWarn", - "creditsOverageMax", - "priceSubscriptionTier", - "priceCreditOverage", - "marketplaceFee", - "gasFeeMarkup", - "blockTransactions", - "providerSettings" - ], "properties": { - "maxKeys": { - "type": "number" - }, - "rateLimit": { - "type": "number" - }, - "creditsIncludedWarn": { - "type": "number" - }, - "creditsIncludedMax": { - "type": "number" - }, - "creditsOverageWarn": { + "chainId": { "type": "number" }, - "creditsOverageMax": { - "type": "number" + "contractSourceType": { + "$ref": "#/components/schemas/ContractSourceType" }, - "priceSubscriptionTier": { - "type": "string" + "contractTypes": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } }, - "priceCreditOverage": { + "tag": { "type": "string" }, - "marketplaceFee": { + "name": { "type": "string" }, - "gasFeeMarkup": { + "contractAddress": { "type": "string" }, - "blockTransactions": { + "includeUnmatched": { "type": "boolean" - }, - "providerSettings": { - "type": "object", - "description": "map", - "additionalProperties": { - "$ref": "#/components/schemas/BillingProviderSettings" - } } } }, - "BillingProviderSettings": { + "ContractTag": { "type": "object", "required": [ - "priceSubscriptionTier", - "priceCreditOverage", - "disabled" + "tag", + "count" ], "properties": { - "priceSubscriptionTier": { - "type": "string" - }, - "priceCreditOverage": { + "tag": { "type": "string" }, - "disabled": { - "type": "boolean" + "count": { + "type": "number" } } }, - "BillingOverride": { + "ContractLink": { "type": "object", "required": [ - "extraKeys", - "discountSubscriptionTier", - "discountCreditOverage", - "forceAllowTransactions" + "project", + "collaborator" ], "properties": { - "extraKeys": { - "type": "number" - }, - "rateLimit": { - "type": "number" + "contract": { + "$ref": "#/components/schemas/Contract" }, - "creditsIncludedWarn": { - "type": "number" + "project": { + "$ref": "#/components/schemas/Project" }, - "creditsOverageWarn": { + "collaborator": { + "$ref": "#/components/schemas/Collaborator" + } + } + }, + "RelayerGasSponsor": { + "type": "object", + "required": [ + "id", + "projectId", + "chainId", + "displayName", + "address", + "active", + "createdAt", + "updatedAt" + ], + "properties": { + "id": { "type": "number" }, - "creditsOverageMax": { + "projectId": { "type": "number" }, - "discountSubscriptionTier": { + "chainId": { "type": "number" }, - "discountCreditOverage": { - "type": "number" + "displayName": { + "type": "string" }, - "marketplaceFee": { - "type": "number" + "address": { + "type": "string" }, - "forceAllowTransactions": { + "active": { "type": "boolean" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "SubscriptionInfo": { + "RelayerTransaction": { "type": "object", "required": [ - "current", - "subscriptionUrl", - "cycleStart", - "cycleEnd", - "settings", - "creditsBonus", - "creditUsage", - "creditBalance", - "creditOverage" + "txnHash", + "txnNonce", + "txnStatus", + "txnRevertReason", + "requeues", + "queuedAt", + "sentAt", + "minedAt", + "target", + "input", + "txnArgs", + "walletAddress", + "metaTxnNonce", + "gasLimit", + "gasPrice", + "gasUsed", + "gasEstimated", + "usdRate", + "creditsUsed", + "cost", + "isWhitelisted", + "createdAt", + "updatedAt" ], "properties": { - "current": { - "$ref": "#/components/schemas/ProjectSubscription" + "txnHash": { + "type": "string" }, - "subscriptionUrl": { + "txnNonce": { "type": "string" }, - "cycleStart": { + "metaTxnID": { "type": "string" }, - "cycleEnd": { + "txnStatus": { "type": "string" }, - "plannedDowngrade": { - "$ref": "#/components/schemas/SubscriptionTier" + "txnRevertReason": { + "type": "string" }, - "pendingUpgrade": { - "$ref": "#/components/schemas/SubscriptionTier" + "requeues": { + "type": "number" }, - "settings": { - "$ref": "#/components/schemas/BillingSettings" + "queuedAt": { + "type": "string" + }, + "sentAt": { + "type": "string" + }, + "minedAt": { + "type": "string" + }, + "target": { + "type": "string" + }, + "input": { + "type": "string" + }, + "txnArgs": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "object" + } + }, + "txnReceipt": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "object" + } }, - "creditsBonus": { + "walletAddress": { + "type": "string" + }, + "metaTxnNonce": { + "type": "string" + }, + "gasLimit": { "type": "number" }, - "creditUsage": { + "gasPrice": { + "type": "string" + }, + "gasUsed": { "type": "number" }, - "creditBalance": { + "gasEstimated": { "type": "number" }, - "creditOverage": { + "gasFeeMarkup": { "type": "number" }, - "extraCharged": { + "usdRate": { + "type": "string" + }, + "creditsUsed": { + "type": "number" + }, + "cost": { + "type": "string" + }, + "isWhitelisted": { + "type": "boolean" + }, + "gasSponsor": { + "type": "number" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { "type": "string" } } }, - "PaymentHistory": { + "ProjectGasTankStatus": { "type": "object", "required": [ - "totalPayments", - "payments" + "provider", + "setupPayment", + "issueWithPayment", + "mainnetSponsors" ], "properties": { - "totalPayments": { + "provider": { + "$ref": "#/components/schemas/PaymentProvider" + }, + "setupPayment": { + "type": "boolean" + }, + "issueWithPayment": { + "type": "boolean" + }, + "mainnetSponsors": { + "type": "boolean" + }, + "balance": { "type": "number" + } + } + }, + "EcosystemGasTankStatus": { + "type": "object", + "required": [ + "setupPayment", + "issueWithPayment" + ], + "properties": { + "setupPayment": { + "type": "boolean" }, - "payments": { - "type": "array", - "description": "[]Payment", - "items": { - "$ref": "#/components/schemas/Payment" + "issueWithPayment": { + "type": "boolean" + }, + "balance": { + "type": "number" + } + } + }, + "GasTankSettings": { + "type": "object", + "required": [ + "balanceThreshold", + "sendNotifications", + "autoRecharge", + "topupProvider", + "rechargeAmount", + "rechargeLimit" + ], + "properties": { + "balanceThreshold": { + "type": "number" + }, + "sendNotifications": { + "type": "boolean" + }, + "autoRecharge": { + "type": "boolean" + }, + "topupProvider": { + "$ref": "#/components/schemas/PaymentProvider" + }, + "rechargeAmount": { + "type": "number" + }, + "rechargeLimit": { + "type": "number" + } + } + }, + "UsageInfo": { + "type": "object", + "required": [ + "includedWarn", + "includedMax", + "overageWarn", + "overageMax", + "usage", + "balance", + "overage", + "extraCharged" + ], + "properties": { + "includedWarn": { + "type": "number" + }, + "includedMax": { + "type": "number" + }, + "overageWarn": { + "type": "number" + }, + "overageMax": { + "type": "number" + }, + "usage": { + "type": "number" + }, + "balance": { + "type": "number" + }, + "overage": { + "type": "number" + }, + "extraCharged": { + "type": "string" + } + } + }, + "SubscriptionInfo": { + "type": "object", + "required": [ + "current", + "cycle", + "settings", + "gasTankSettings", + "usage" + ], + "properties": { + "current": { + "$ref": "#/components/schemas/ProjectSubscription" + }, + "license": { + "$ref": "#/components/schemas/License" + }, + "cycle": { + "$ref": "#/components/schemas/BillingCycle" + }, + "settings": { + "$ref": "#/components/schemas/LicenseSettings" + }, + "gasTankSettings": { + "$ref": "#/components/schemas/GasTankSettings" + }, + "usage": { + "type": "object", + "description": "map", + "additionalProperties": { + "$ref": "#/components/schemas/UsageInfo" } + }, + "plannedDowngrade": { + "$ref": "#/components/schemas/License" + }, + "pendingUpgrade": { + "$ref": "#/components/schemas/License" } } }, @@ -2459,44 +2738,6 @@ } } }, - "PaymentLog": { - "type": "object", - "required": [ - "id", - "paymentID", - "data", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "paymentID": { - "type": "number" - }, - "data": { - "$ref": "#/components/schemas/PaymentLogData" - }, - "createdAt": { - "type": "string" - } - } - }, - "PaymentLogData": { - "type": "object", - "required": [ - "type", - "data" - ], - "properties": { - "type": { - "type": "string" - }, - "data": { - "type": "object" - } - } - }, "InvoicesReturn": { "type": "object", "required": [ @@ -2543,147 +2784,120 @@ } } }, - "SubscriptionPlans": { + "ContractInfo": { "type": "object", "required": [ - "configs" + "data" ], "properties": { - "configs": { - "type": "object", - "description": "map", - "additionalProperties": { - "$ref": "#/components/schemas/SubscriptionPlan" - } + "data": { + "type": "object" } } }, - "SubscriptionPlan": { + "ContractInfoOverride": { "type": "object", "required": [ - "tier", - "settings", - "features" + "data" ], "properties": { - "tier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "settings": { - "$ref": "#/components/schemas/BillingSettings" - }, - "features": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } + "data": { + "type": "object" } } }, - "CollectionInfo": { + "ProjectInvitation": { "type": "object", "required": [ - "chainId", - "title", - "type", - "image", - "address", - "link", - "description", - "featured" + "id", + "projectId", + "code", + "access", + "expiresAt", + "usageCount", + "createdAt" ], "properties": { - "chainId": { + "id": { "type": "number" }, - "title": { - "type": "string" + "projectId": { + "type": "number" }, - "type": { + "code": { "type": "string" }, - "image": { - "type": "string" + "access": { + "$ref": "#/components/schemas/CollaboratorAccess" }, - "address": { + "expiresAt": { "type": "string" }, - "link": { - "type": "string" + "usageCount": { + "type": "number" }, - "description": { + "createdAt": { "type": "string" }, - "featured": { - "type": "boolean" + "deletedAt": { + "type": "string" } } }, - "ContractInfo": { + "AdminMarketplaceCollection": { "type": "object", "required": [ + "status", "chainId", - "address", - "name", - "type", - "symbol", - "logoURI", - "deployed", - "bytecodeHash", - "extensions", - "contentHash", + "contractAddress", + "contractType", + "priority", + "tokenQuantityDecimals", + "createdAt", "updatedAt" ], "properties": { + "status": { + "$ref": "#/components/schemas/AdminCollectionStatus" + }, "chainId": { "type": "number" }, - "address": { - "type": "string" - }, - "name": { + "contractAddress": { "type": "string" }, - "type": { - "type": "string" + "contractType": { + "$ref": "#/components/schemas/AdminMarketplaceContractType" }, - "symbol": { - "type": "string" + "priority": { + "$ref": "#/components/schemas/AdminCollectionPriority" }, - "decimals": { + "tokenQuantityDecimals": { "type": "number" }, - "logoURI": { + "createdAt": { "type": "string" }, - "deployed": { - "type": "boolean" - }, - "bytecodeHash": { + "updatedAt": { "type": "string" }, - "extensions": { - "type": "object" - }, - "contentHash": { - "type": "number" - }, - "updatedAt": { + "deletedAt": { "type": "string" } } }, - "ProjectInvitation": { + "OffchainInventory": { "type": "object", "required": [ "id", "projectId", - "code", - "access", - "expiresAt", - "usageCount", - "createdAt" + "chainId", + "externalProductId", + "paymentTokenAddress", + "paymentTokenType", + "paymentTokenId", + "paymentAmount", + "paymentRecipient" ], "properties": { "id": { @@ -2692,21 +2906,39 @@ "projectId": { "type": "number" }, - "code": { - "type": "string" + "chainId": { + "type": "number" }, - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" + "externalProductId": { + "type": "string" }, - "expiresAt": { + "paymentTokenAddress": { "type": "string" }, - "usageCount": { + "paymentTokenType": { + "$ref": "#/components/schemas/TokenType" + }, + "paymentTokenId": { "type": "number" }, - "signupLimit": { + "paymentAmount": { "type": "number" }, + "paymentRecipient": { + "type": "string" + }, + "chainedCallAddress": { + "type": "string" + }, + "chainedCallData": { + "type": "string" + }, + "allowCrossChainPayments": { + "type": "boolean" + }, + "callbackURL": { + "type": "string" + }, "createdAt": { "type": "string" }, @@ -2715,42 +2947,59 @@ } } }, - "MarketplaceConfigSchema": { + "OffchainPayment": { "type": "object", "required": [ - "version", - "config", - "style" + "id", + "offchainInventoryId", + "productRecipient", + "paymentChainId", + "paymentTokenAddress", + "expiration", + "createdAt" ], "properties": { - "version": { + "id": { "type": "number" }, - "config": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } + "offchainInventoryId": { + "type": "number" }, - "style": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } + "productRecipient": { + "type": "string" + }, + "paymentChainId": { + "type": "number" + }, + "paymentTokenAddress": { + "type": "string" + }, + "expiration": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "completedAt": { + "type": "string" + }, + "processedAt": { + "type": "string" } } }, - "MarketplaceConfig": { + "ProjectFile": { "type": "object", "required": [ "id", "projectId", - "version", - "config", - "settings", - "style" + "scope", + "mimetype", + "filepath", + "contents", + "hash", + "url", + "createdAt" ], "properties": { "id": { @@ -2759,616 +3008,645 @@ "projectId": { "type": "number" }, - "version": { - "type": "number" - }, - "config": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "settings": { - "$ref": "#/components/schemas/MarketplaceSettings" - }, - "style": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } + "scope": { + "$ref": "#/components/schemas/FileScope" }, - "createdAt": { + "mimetype": { "type": "string" }, - "updatedAt": { + "filepath": { "type": "string" - } - } - }, - "MarketplaceWalletOptions": { - "type": "object", - "required": [ - "walletType", - "oidcIssuers", - "connectors", - "includeEIP6963Wallets" - ], - "properties": { - "walletType": { - "$ref": "#/components/schemas/MarketplaceWallet" }, - "oidcIssuers": { - "type": "object", - "description": "map", - "additionalProperties": { + "contents": { + "type": "array", + "description": "[]byte", + "items": { "type": "string" } }, - "connectors": { + "hash": { "type": "array", - "description": "[]string", + "description": "[]byte", "items": { "type": "string" } }, - "includeEIP6963Wallets": { - "type": "boolean" + "url": { + "type": "string" + }, + "createdAt": { + "type": "string" } } }, - "MarketplaceCollection": { + "WaasTemplate": { "type": "object", "required": [ - "marketplaceType", - "chainId", - "address", - "feePercetage", - "currencyOptions" + "id", + "projectId", + "subject", + "introText", + "logoUrl", + "placeholders", + "createdAt", + "updatedAt" ], "properties": { - "marketplaceType": { - "$ref": "#/components/schemas/MarketplaceType" - }, - "chainId": { + "id": { "type": "number" }, - "address": { - "type": "string" + "templateType": { + "$ref": "#/components/schemas/TemplateType" }, - "feePercetage": { + "projectId": { "type": "number" }, - "currencyOptions": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - } - } - }, - "MarketplaceSettings": { - "type": "object", - "required": [ - "publisherId", - "title", - "shortDescription", - "socials", - "faviconUrl", - "landingBannerUrl", - "collections", - "walletOptions", - "landingPageLayout", - "logoUrl", - "bannerUrl" - ], - "properties": { - "publisherId": { + "subject": { "type": "string" }, - "title": { + "introText": { "type": "string" }, - "shortDescription": { + "logoUrl": { "type": "string" }, - "socials": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" - } - }, - "faviconUrl": { + "template": { "type": "string" }, - "landingBannerUrl": { + "fromEmail": { "type": "string" }, - "collections": { + "placeholders": { "type": "array", - "description": "[]MarketplaceCollection", + "description": "[]string", "items": { - "$ref": "#/components/schemas/MarketplaceCollection" + "type": "string" } }, - "walletOptions": { - "$ref": "#/components/schemas/MarketplaceWalletOptions" - }, - "landingPageLayout": { - "type": "string" - }, - "logoUrl": { - "type": "string" + "sesConfig": { + "$ref": "#/components/schemas/SESSettings" }, - "bannerUrl": { + "createdAt": { "type": "string" }, - "fontUrl": { + "updatedAt": { "type": "string" }, - "ogImage": { + "deletedAt": { "type": "string" } } }, - "MarketplaceHostname": { + "TaskRunner": { "type": "object", "required": [ "id", - "marketplaceConfigId", - "hostname", - "isDefaultHostname", - "isCustomDomain", - "createdAt" + "workGroup", + "runAt" ], "properties": { "id": { "type": "number" }, - "marketplaceConfigId": { - "type": "number" - }, - "hostname": { + "workGroup": { "type": "string" }, - "isDefaultHostname": { - "type": "boolean" - }, - "isCustomDomain": { - "type": "boolean" - }, - "createdAt": { + "runAt": { "type": "string" } } }, - "OffchainInventory": { + "Task": { "type": "object", "required": [ "id", - "projectId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentAmount", - "paymentRecipient" + "queue", + "status", + "try", + "payload" ], "properties": { "id": { "type": "number" }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "externalProductId": { - "type": "string" - }, - "paymentTokenAddress": { + "queue": { "type": "string" }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "paymentTokenId": { - "type": "number" + "status": { + "$ref": "#/components/schemas/TaskStatus" }, - "paymentAmount": { + "try": { "type": "number" }, - "paymentRecipient": { - "type": "string" - }, - "chainedCallAddress": { - "type": "string" - }, - "chainedCallData": { + "runAt": { "type": "string" }, - "allowCrossChainPayments": { - "type": "boolean" - }, - "callbackURL": { + "lastRanAt": { "type": "string" }, "createdAt": { "type": "string" }, - "deletedAt": { + "payload": { + "type": "array", + "description": "[]byte", + "items": { + "type": "string" + } + }, + "hash": { "type": "string" } } }, - "OffchainPayment": { + "CreditBonus": { "type": "object", "required": [ "id", - "offchainInventoryId", - "productRecipient", - "paymentChainId", - "paymentTokenAddress", - "expiration", - "createdAt" + "projectId", + "amount", + "balance", + "createdAt", + "updatedAt" ], "properties": { "id": { "type": "number" }, - "offchainInventoryId": { + "projectId": { "type": "number" }, - "productRecipient": { - "type": "string" + "amount": { + "type": "number" }, - "paymentChainId": { + "balance": { "type": "number" }, - "paymentTokenAddress": { + "createdAt": { "type": "string" }, - "expiration": { + "updatedAt": { + "type": "string" + } + } + }, + "WaasSettings": { + "type": "object", + "required": [ + "recoveryAddress", + "authConfig", + "oidcProviders", + "allowedOrigins", + "updateCode", + "tenantKey" + ], + "properties": { + "recoveryAddress": { "type": "string" }, - "createdAt": { + "authConfig": { + "$ref": "#/components/schemas/WaasAuthConfig" + }, + "oidcProviders": { + "type": "array", + "description": "[]OpenIdProvider", + "items": { + "$ref": "#/components/schemas/OpenIdProvider" + } + }, + "allowedOrigins": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } + }, + "updateCode": { "type": "string" }, - "completedAt": { + "tenantKey": { "type": "string" + } + } + }, + "WaasAuthEmailConfig": { + "type": "object", + "required": [ + "enabled" + ], + "properties": { + "enabled": { + "type": "boolean" + } + } + }, + "WaasAuthGuestConfig": { + "type": "object", + "required": [ + "enabled" + ], + "properties": { + "enabled": { + "type": "boolean" + } + } + }, + "WaasAuthPlayfabConfig": { + "type": "object", + "required": [ + "enabled" + ], + "properties": { + "enabled": { + "type": "boolean" }, - "processedAt": { + "titleId": { "type": "string" } } }, - "WalletConfigSchema": { + "WaasAuthStytchConfig": { "type": "object", "required": [ - "version", - "config" + "enabled" ], "properties": { - "version": { - "type": "number" + "enabled": { + "type": "boolean" }, - "config": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } + "projectId": { + "type": "string" } } }, - "WalletConfig": { + "WaasAuthTwitterConfig": { "type": "object", "required": [ - "version", + "enabled" + ], + "properties": { + "enabled": { + "type": "boolean" + }, + "clientId": { + "type": "string" + } + } + }, + "WaasAuthConfig": { + "type": "object", + "properties": { + "email": { + "$ref": "#/components/schemas/WaasAuthEmailConfig" + }, + "guest": { + "$ref": "#/components/schemas/WaasAuthGuestConfig" + }, + "playfab": { + "$ref": "#/components/schemas/WaasAuthPlayfabConfig" + }, + "stytch": { + "$ref": "#/components/schemas/WaasAuthStytchConfig" + }, + "twitter": { + "$ref": "#/components/schemas/WaasAuthTwitterConfig" + } + } + }, + "Audience": { + "type": "object", + "required": [ + "id", "projectId", - "platform", - "config" + "name", + "contactCount", + "createdAt", + "updatedAt" ], "properties": { "id": { "type": "number" }, - "version": { - "type": "number" - }, "projectId": { "type": "number" }, - "platform": { + "name": { "type": "string" }, - "config": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } + "contactCount": { + "type": "number" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" + }, + "deletedAt": { + "type": "string" } } }, - "ProjectFile": { + "AudienceContact": { "type": "object", "required": [ - "id", - "projectId", - "scope", - "mimetype", - "filepath", - "contents", - "hash", - "url", - "createdAt" + "audienceId", + "address" ], "properties": { "id": { "type": "number" }, - "projectId": { + "audienceId": { "type": "number" }, - "scope": { - "$ref": "#/components/schemas/FileScope" - }, - "mimetype": { + "name": { "type": "string" }, - "filepath": { + "address": { "type": "string" }, - "contents": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } + "email": { + "type": "string" }, - "hash": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } + "userIp": { + "type": "string" }, - "url": { + "stage": { + "type": "number" + }, + "provider": { "type": "string" }, "createdAt": { "type": "string" + }, + "updatedAt": { + "type": "string" + } + } + }, + "AudienceRegistrationStatus": { + "type": "object", + "required": [ + "totalCount" + ], + "properties": { + "totalCount": { + "type": "number" } } }, - "EmailTemplate": { + "Trial": { "type": "object", "required": [ "id", "projectId", - "subject", - "introText", - "logoUrl", - "placeholders", - "createdAt", - "updatedAt" + "type", + "startAt", + "endAt" ], "properties": { "id": { "type": "number" }, - "templateType": { - "$ref": "#/components/schemas/EmailTemplateType" - }, "projectId": { "type": "number" }, - "subject": { - "type": "string" - }, - "introText": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "template": { - "type": "string" - }, - "placeholders": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "createdAt": { - "type": "string" + "type": { + "$ref": "#/components/schemas/TrialType" }, - "updatedAt": { + "startAt": { "type": "string" }, - "deletedAt": { + "endAt": { "type": "string" } } }, - "TaskRunner": { + "AuditLog": { "type": "object", "required": [ "id", - "workGroup", - "runAt" + "walletAddress", + "userEmail", + "entityId", + "type", + "oldValue", + "newValue", + "createdAt" ], "properties": { "id": { "type": "number" }, - "workGroup": { + "walletAddress": { "type": "string" }, - "runAt": { + "userEmail": { + "type": "string" + }, + "entityId": { + "type": "number" + }, + "type": { + "$ref": "#/components/schemas/AuditType" + }, + "oldValue": { + "type": "object" + }, + "newValue": { + "type": "object" + }, + "createdAt": { "type": "string" } } }, - "Task": { + "PaymentMethodCardData": { "type": "object", "required": [ - "id", - "queue", - "status", - "try", - "payload", - "hash" + "brand", + "country", + "last4", + "expDate" ], "properties": { - "id": { - "type": "number" - }, - "queue": { + "brand": { "type": "string" }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "try": { - "type": "number" - }, - "runAt": { + "country": { "type": "string" }, - "lastRanAt": { + "last4": { "type": "string" }, - "createdAt": { + "expDate": { "type": "string" - }, - "payload": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } - }, - "hash": { + } + } + }, + "PaymentMethodLinkData": { + "type": "object", + "required": [ + "email" + ], + "properties": { + "email": { "type": "string" } } }, - "QueryFilter": { + "PaymentMethod": { "type": "object", "required": [ - "projectId" + "id", + "type", + "default" ], "properties": { - "projectId": { - "type": "number" - }, - "startDate": { + "id": { "type": "string" }, - "endDate": { - "type": "string" + "type": { + "$ref": "#/components/schemas/PaymentMethodType" }, - "dateInterval": { - "$ref": "#/components/schemas/DateInterval" + "cardData": { + "$ref": "#/components/schemas/PaymentMethodCardData" }, - "collections": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } + "linkData": { + "$ref": "#/components/schemas/PaymentMethodLinkData" }, - "tokenId": { - "type": "string" + "default": { + "type": "boolean" } } }, - "Chart": { + "ProjectSecret": { "type": "object", "required": [ - "value", - "label" + "type", + "env" ], "properties": { - "value": { - "type": "number" + "type": { + "$ref": "#/components/schemas/SecretType" }, - "label": { + "env": { + "$ref": "#/components/schemas/SecretEnv" + }, + "updatedAt": { "type": "string" } } }, - "MultiValueChart": { + "FinancialReportType": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "SUBSCRIPTION", + "GASTANK_TOPUP" + ] + }, + "FinancialReportEntry": { "type": "object", "required": [ - "value", - "label" + "amount", + "type", + "provider", + "reference", + "notes", + "createdAt" ], "properties": { - "value": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" - } + "projectId": { + "type": "number" }, - "label": { + "ecosystemId": { + "type": "number" + }, + "amount": { + "type": "number" + }, + "type": { + "$ref": "#/components/schemas/FinancialReportType" + }, + "provider": { + "$ref": "#/components/schemas/PaymentProvider" + }, + "reference": { + "type": "string" + }, + "externalURL": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "createdAt": { "type": "string" } } }, - "QueryResult": { + "TransakContract": { "type": "object", "required": [ - "collection", - "source", - "volumeUSD", - "numTokens", - "numTxns" + "id", + "chainId", + "contractAddress", + "name", + "projectIds", + "createdAt", + "updatedAt" ], "properties": { - "collection": { + "id": { + "type": "number" + }, + "transakId": { "type": "string" }, - "source": { + "chainId": { + "type": "number" + }, + "contractAddress": { "type": "string" }, - "tokenId": { + "name": { "type": "string" }, - "volumeUSD": { - "type": "number" + "projectIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } }, - "numTokens": { - "type": "number" + "createdAt": { + "type": "string" }, - "numTxns": { + "updatedAt": { + "type": "string" + } + } + }, + "TransakContractFilter": { + "type": "object", + "properties": { + "query": { + "type": "string" + }, + "chainId": { "type": "number" } } }, - "CreditBonus": { + "WhitelistUrl": { "type": "object", "required": [ "id", "projectId", - "amount", - "balance", + "url", "createdAt", "updatedAt" ], @@ -3379,11 +3657,11 @@ "projectId": { "type": "number" }, - "amount": { - "type": "number" + "url": { + "type": "string" }, - "balance": { - "type": "number" + "approvedAt": { + "type": "string" }, "createdAt": { "type": "string" @@ -3393,8514 +3671,1949 @@ } } }, - "OpenIdProvider": { - "type": "object", - "required": [ - "iss", - "aud" - ], - "properties": { - "iss": { - "type": "string" - }, - "aud": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - } - } + "AnalyticsProjectType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "ALL", + "CREATED", + "RELATED" + ] }, - "WaasSettings": { + "DateInterval": { + "type": "string", + "description": "Represented as uint16 on the server side", + "enum": [ + "DAY", + "WEEK", + "MONTH" + ] + }, + "QueryFilter": { "type": "object", - "required": [ - "recoveryAddress", - "authConfig", - "tenantState", - "emailAuth", - "oidcProviders", - "allowedOrigins", - "updateCode", - "tenantKey" - ], "properties": { - "recoveryAddress": { - "type": "string" + "projectId": { + "type": "number" }, - "authConfig": { - "$ref": "#/components/schemas/WaasAuthConfig" + "ecosystemId": { + "type": "number" }, - "tenantState": { - "$ref": "#/components/schemas/WaasTenantState" + "startDate": { + "type": "string" }, - "emailAuth": { - "type": "boolean" + "endDate": { + "type": "string" }, - "oidcProviders": { - "type": "array", - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" - } + "dateInterval": { + "$ref": "#/components/schemas/DateInterval" }, - "allowedOrigins": { + "collections": { "type": "array", "description": "[]string", "items": { "type": "string" } }, - "updateCode": { + "tokenId": { "type": "string" }, - "tenantKey": { - "type": "string" + "projectType": { + "$ref": "#/components/schemas/AnalyticsProjectType" } } }, - "WaasAuthEmailConfig": { + "Chart": { "type": "object", "required": [ - "enabled" + "value", + "label" ], "properties": { - "enabled": { - "type": "boolean" + "value": { + "type": "number" + }, + "label": { + "type": "string" } } }, - "WaasAuthGuestConfig": { + "ChartWithPercentage": { "type": "object", "required": [ - "enabled" + "label", + "total", + "percentage" ], "properties": { - "enabled": { - "type": "boolean" + "label": { + "type": "string" + }, + "total": { + "type": "number" + }, + "percentage": { + "type": "number" } } }, - "WaasAuthPlayfabConfig": { + "MultiValueChart": { "type": "object", "required": [ - "enabled" + "value", + "label" ], "properties": { - "enabled": { - "type": "boolean" + "value": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "number" + } }, - "titleId": { + "label": { "type": "string" } } }, - "WaasAuthStytchConfig": { + "QueryResult": { "type": "object", "required": [ - "enabled" + "collection", + "source", + "volumeUSD", + "numTokens", + "numTxns" ], "properties": { - "enabled": { - "type": "boolean" + "collection": { + "type": "string" }, - "projectId": { + "source": { "type": "string" - } - } - }, - "WaasAuthConfig": { - "type": "object", - "properties": { - "email": { - "$ref": "#/components/schemas/WaasAuthEmailConfig" }, - "guest": { - "$ref": "#/components/schemas/WaasAuthGuestConfig" + "tokenId": { + "type": "string" }, - "playfab": { - "$ref": "#/components/schemas/WaasAuthPlayfabConfig" + "volumeUSD": { + "type": "number" }, - "stytch": { - "$ref": "#/components/schemas/WaasAuthStytchConfig" + "numTokens": { + "type": "number" + }, + "numTxns": { + "type": "number" } } }, - "WaasWalletStatus": { + "TokenTransactionData": { "type": "object", "required": [ - "chainId", - "address", - "deployed" + "collectionId", + "collectionName", + "tokenId", + "tokenName", + "itemQuantities" ], "properties": { - "chainId": { - "type": "number" + "collectionId": { + "type": "string" }, - "address": { + "collectionName": { "type": "string" }, - "deployed": { - "type": "boolean" + "tokenId": { + "type": "string" + }, + "tokenName": { + "type": "string" + }, + "itemQuantities": { + "type": "number" } } }, - "RawData": { + "TrailsTransactionByMode": { "type": "object", "required": [ - "data" + "mode", + "uniqueTransactingUsers", + "paymentsStarted", + "paymentsCompleted", + "completionPercent", + "totalFees", + "totalVolume" ], "properties": { - "data": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } + "mode": { + "type": "string" + }, + "uniqueTransactingUsers": { + "type": "number" + }, + "paymentsStarted": { + "type": "number" + }, + "paymentsCompleted": { + "type": "number" + }, + "completionPercent": { + "type": "number" + }, + "totalFees": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "Audience": { + "TrailsTransactionByRoute": { "type": "object", "required": [ - "id", - "projectId", - "name", - "contactCount", - "createdAt", - "updatedAt" + "origChainName", + "destChainName", + "uniqueTransactingUsers", + "paymentsStarted", + "paymentsCompleted", + "completionPercent", + "avgTxnDuration", + "gasFees", + "totalFees", + "totalVolume" ], "properties": { - "id": { + "origChainName": { + "type": "string" + }, + "destChainName": { + "type": "string" + }, + "uniqueTransactingUsers": { "type": "number" }, - "projectId": { + "paymentsStarted": { "type": "number" }, - "name": { - "type": "string" + "paymentsCompleted": { + "type": "number" }, - "contactCount": { + "completionPercent": { "type": "number" }, - "createdAt": { - "type": "string" + "avgTxnDuration": { + "type": "number" }, - "updatedAt": { - "type": "string" + "gasFees": { + "type": "number" }, - "deletedAt": { - "type": "string" + "totalFees": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "AudienceContact": { + "TrailsTransactionByProvider": { "type": "object", "required": [ - "id", - "audienceId", - "address", - "createdAt", - "updatedAt" + "providerSwap", + "providerBridge", + "uniqueTransactingUsers", + "paymentsStarted", + "paymentsCompleted", + "completionPercent", + "avgTxnDuration", + "providerFees", + "totalFees", + "totalVolume" ], "properties": { - "id": { + "providerSwap": { + "type": "string" + }, + "providerBridge": { + "type": "string" + }, + "uniqueTransactingUsers": { "type": "number" }, - "audienceId": { + "paymentsStarted": { "type": "number" }, - "name": { - "type": "string" + "paymentsCompleted": { + "type": "number" }, - "address": { - "type": "string" + "completionPercent": { + "type": "number" }, - "email": { - "type": "string" + "avgTxnDuration": { + "type": "number" }, - "createdAt": { - "type": "string" + "providerFees": { + "type": "number" }, - "updatedAt": { - "type": "string" + "totalFees": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "Trial": { + "TrailsTransactionByCountry": { "type": "object", "required": [ - "id", - "projectId", - "type", - "startAt", - "endAt" + "country", + "transactingWallets", + "paymentsCompleted", + "completionPercent", + "totalVolume" ], "properties": { - "id": { - "type": "number" + "country": { + "type": "string" }, - "projectId": { + "transactingWallets": { "type": "number" }, - "type": { - "$ref": "#/components/schemas/TrialType" + "paymentsCompleted": { + "type": "number" }, - "startAt": { - "type": "string" + "completionPercent": { + "type": "number" }, - "endAt": { - "type": "string" + "totalVolume": { + "type": "number" } } }, - "ExtendedMarketplaceConfig": { + "TrailsTransactionDetail": { "type": "object", "required": [ - "config", - "accessKey", - "waasEmailEnabled", - "waasTenantKey", - "waasProviders" + "date", + "checkoutId", + "country", + "provider", + "hostname", + "originTxHash", + "destTxHash", + "origChainName", + "destChainName", + "origTokenSymbol", + "destTokenSymbol", + "providerFee", + "totalFee", + "totalVolume" ], "properties": { - "config": { - "$ref": "#/components/schemas/MarketplaceSettings" + "date": { + "type": "string" }, - "accessKey": { + "checkoutId": { "type": "string" }, - "waasEmailEnabled": { - "type": "boolean" + "country": { + "type": "string" }, - "waasTenantKey": { + "provider": { "type": "string" }, - "waasProviders": { - "type": "array", - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" - } + "hostname": { + "type": "string" + }, + "originTxHash": { + "type": "string" + }, + "destTxHash": { + "type": "string" + }, + "origChainName": { + "type": "string" + }, + "destChainName": { + "type": "string" + }, + "origTokenSymbol": { + "type": "string" + }, + "destTokenSymbol": { + "type": "string" + }, + "providerFee": { + "type": "number" + }, + "totalFee": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "Customer": { + "ContractLibraryStatus": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "DEPRECATED", + "NIGHTLY", + "STABLE" + ] + }, + "ContractLibraryItem": { "type": "object", "required": [ - "id", + "uid", + "contractType", "name", - "tier", - "metadata", + "description", + "author", + "license", + "moreInfoUrl", + "disabled", "createdAt", "updatedAt" ], "properties": { - "id": { - "type": "number" + "uid": { + "type": "string" + }, + "contractType": { + "type": "string" }, "name": { "type": "string" }, - "tier": { - "$ref": "#/components/schemas/CustomerTier" + "description": { + "type": "string" }, - "metadata": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" - } + "author": { + "type": "string" }, - "createdAt": { + "license": { "type": "string" }, - "updatedAt": { + "moreInfoUrl": { "type": "string" }, - "deletedAt": { + "disabled": { + "type": "boolean" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { "type": "string" } } }, - "CustomerFilter": { + "ContractLibraryVersion": { "type": "object", + "required": [ + "uid", + "version", + "audited", + "releaseNotes", + "upgradable", + "sourceData", + "status", + "createdAt", + "updatedAt" + ], "properties": { - "name": { + "uid": { "type": "string" }, - "tier": { - "$ref": "#/components/schemas/CustomerTier" - } - } - }, - "Builder_TotalCompute_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_ComputeByService_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_DailyComputeByType_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "version": { + "type": "number" + }, + "audited": { + "type": "boolean" + }, + "releaseNotes": { + "type": "string" + }, + "upgradable": { + "type": "boolean" + }, + "sourceData": { + "$ref": "#/components/schemas/ContractData" + }, + "factoryAddress": { + "type": "string" + }, + "factoryData": { + "$ref": "#/components/schemas/ContractData" + }, + "chainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } + }, + "status": { + "$ref": "#/components/schemas/ContractLibraryStatus" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "Builder_DailyComputeByService_Request": { + "ProjectContractSource": { "type": "object", + "required": [ + "projectId", + "uid", + "data", + "name", + "createdAt", + "updatedAt" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "projectId": { + "type": "number" + }, + "uid": { + "type": "string" + }, + "data": { + "$ref": "#/components/schemas/ContractData" + }, + "name": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "Builder_GetOrderbookCollections_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "EcosystemType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "UNKNOWN", + "OPEN", + "CLOSED" + ] }, - "Builder_WalletsTotal_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "ThemeType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "light", + "dark", + "system" + ] }, - "Builder_WalletsDaily_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "LoginProviderType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "APPLE", + "GOOGLE", + "EMAIL", + "PASSKEY", + "PRIVATE_KEY" + ] }, - "Builder_WalletsMonthly_Request": { + "Ecosystem": { "type": "object", + "required": [ + "id", + "name", + "type", + "ownerAddress", + "builderDomain", + "accessKeyPrefix", + "chainIds", + "exclusive", + "settings", + "createdAt", + "updatedAt" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "id": { + "type": "number" + }, + "name": { + "type": "string" + }, + "type": { + "$ref": "#/components/schemas/EcosystemType" + }, + "ownerAddress": { + "type": "string" + }, + "builderDomain": { + "type": "string" + }, + "walletDomain": { + "type": "string" + }, + "email": { + "type": "string" + }, + "accessKeyPrefix": { + "type": "string" + }, + "chainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } + }, + "exclusive": { + "type": "boolean" + }, + "projectCount": { + "type": "number" + }, + "settings": { + "$ref": "#/components/schemas/EcosystemSettings" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" + }, + "deletedAt": { + "type": "string" } } }, - "Builder_WalletsByCountry_Request": { + "EcosystemCollaborator": { "type": "object", + "required": [ + "id", + "ecosystemId", + "userAddress", + "access", + "createdAt", + "updatedAt" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "id": { + "type": "number" + }, + "ecosystemId": { + "type": "number" + }, + "userAddress": { + "type": "string" + }, + "access": { + "$ref": "#/components/schemas/EcosystemAccess" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "Builder_WalletsByDevice_Request": { + "EcosystemSettings": { "type": "object", + "required": [ + "title", + "description", + "learnMoreButton", + "learnMoreUrl", + "crispWebsiteId", + "themes", + "emailSettings", + "walletSettings", + "allowConnectedWallets" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsByBrowser_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "title": { + "type": "string" + }, + "description": { + "type": "string" + }, + "learnMoreButton": { + "type": "string" + }, + "learnMoreUrl": { + "type": "string" + }, + "crispWebsiteId": { + "type": "string" + }, + "domainAllowList": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } + }, + "domainBlockList": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } + }, + "themes": { + "type": "array", + "description": "[]ThemeSettings", + "items": { + "$ref": "#/components/schemas/ThemeSettings" + } + }, + "emailSettings": { + "$ref": "#/components/schemas/EcosystemEmailSettings" + }, + "walletSettings": { + "$ref": "#/components/schemas/EcosystemWalletSettings" + }, + "allowConnectedWallets": { + "type": "boolean" } } }, - "Builder_WalletsByOS_Request": { + "EcosystemEmailSettings": { "type": "object", + "required": [ + "bannerUrl" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "bannerUrl": { + "type": "string" } } }, - "Builder_WalletsTxnSentTotal_Request": { + "EcosystemWalletSettings": { "type": "object", + "required": [ + "isEOAWalletEnabled", + "allowMultipleAccount", + "socialOptions", + "walletOptions" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "isEOAWalletEnabled": { + "type": "boolean" + }, + "allowMultipleAccount": { + "type": "boolean" + }, + "socialOptions": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } + }, + "walletOptions": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } } } }, - "Builder_WalletsTxnSentDaily_Request": { + "ThemeSettings": { "type": "object", + "required": [ + "type", + "customCss", + "fileLogo", + "fileTitle", + "fileBackground", + "fileBackgroundMobile" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "type": { + "$ref": "#/components/schemas/ThemeType" + }, + "customCss": { + "type": "string" + }, + "fileLogo": { + "type": "string" + }, + "fileTitle": { + "type": "string" + }, + "fileBackground": { + "type": "string" + }, + "fileBackgroundMobile": { + "type": "string" } } }, - "Builder_WalletsTxnSentMonthly_Request": { + "Configuration": { "type": "object", + "required": [ + "ecosystemId", + "name", + "builderDomain", + "chainIds", + "license", + "settings", + "exclusiveChainIds" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "ecosystemId": { + "type": "number" + }, + "name": { + "type": "string" + }, + "builderDomain": { + "type": "string" + }, + "walletDomain": { + "type": "string" + }, + "chainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } + }, + "license": { + "$ref": "#/components/schemas/License" + }, + "settings": { + "$ref": "#/components/schemas/EcosystemSettings" + }, + "exclusiveChainIds": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "number" + } } } }, - "Builder_MarketTxnEventTotal_Request": { + "EcosystemTemplate": { "type": "object", + "required": [ + "subject", + "template", + "data", + "fromEmail", + "content", + "placeholders", + "createdAt", + "updatedAt" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "subject": { + "type": "string" + }, + "template": { + "type": "string" + }, + "data": { + "$ref": "#/components/schemas/TemplateData" + }, + "fromEmail": { + "type": "string" + }, + "content": { + "type": "string" + }, + "placeholders": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } + }, + "sesSettings": { + "$ref": "#/components/schemas/SESSettings" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "Builder_MarketTxnEventDaily_Request": { + "TemplateData": { "type": "object", + "required": [ + "introText", + "logoUrl" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "introText": { + "type": "string" + }, + "logoUrl": { + "type": "string" } } }, - "Builder_MarketTxnEventMonthly_Request": { + "LoginProvider": { "type": "object", + "required": [ + "type" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "type": { + "$ref": "#/components/schemas/LoginProviderType" + }, + "clientId": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "Builder_MarketWalletsTotal_Request": { + "WalletCustomTheme": { "type": "object", + "required": [ + "fileHeaderLogo", + "fileAuthLogo" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "fileHeaderLogo": { + "$ref": "#/components/schemas/Image" + }, + "fileAuthLogo": { + "$ref": "#/components/schemas/Image" + }, + "fileAuthCover": { + "$ref": "#/components/schemas/Image" + }, + "fileBackgroundImage": { + "$ref": "#/components/schemas/Image" + }, + "colors": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "string" + } } } }, - "Builder_MarketWalletsDaily_Request": { + "WalletThemes": { "type": "object", + "required": [ + "light", + "dark" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "light": { + "$ref": "#/components/schemas/WalletCustomTheme" + }, + "dark": { + "$ref": "#/components/schemas/WalletCustomTheme" } } }, - "Builder_MarketWalletsMonthly_Request": { + "DiscoveryCategory": { "type": "object", + "required": [ + "label", + "tag", + "private" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "label": { + "type": "string" + }, + "tag": { + "type": "string" + }, + "private": { + "type": "boolean" } } }, - "Builder_TotalWalletTxnConversionRate_Request": { + "DiscoveryApp": { "type": "object", + "required": [ + "id", + "coverImage", + "url", + "categoryTags", + "chainIds" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "coverImage": { + "$ref": "#/components/schemas/Image" + }, + "url": { + "type": "string" + }, + "categoryTags": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } + }, + "chainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } } } }, - "Builder_DailyWalletTxnConversionRate_Request": { + "DiscoverySection": { "type": "object", + "required": [ + "apps", + "private", + "categories", + "banners", + "activeBanners" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "apps": { + "type": "array", + "description": "[]DiscoveryApp", + "items": { + "$ref": "#/components/schemas/DiscoveryApp" + } + }, + "private": { + "type": "boolean" + }, + "categories": { + "type": "array", + "description": "[]DiscoveryCategory", + "items": { + "$ref": "#/components/schemas/DiscoveryCategory" + } + }, + "banners": { + "type": "array", + "description": "[]DiscoveryApp", + "items": { + "$ref": "#/components/schemas/DiscoveryApp" + } + }, + "activeBanners": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } } } }, - "Builder_MonthlyWalletTxnConversionRate_Request": { + "EcosystemWalletMetaTags": { "type": "object", + "required": [ + "title", + "description", + "url", + "previewImage", + "favicon" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "title": { + "type": "string" + }, + "description": { + "type": "string" + }, + "url": { + "type": "string" + }, + "previewImage": { + "type": "string" + }, + "favicon": { + "type": "string" } } }, - "Builder_DailyNewWallets_Request": { + "SDKConfig": { "type": "object", + "required": [ + "brandedSignIn", + "signInButtonTitle" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "brandedSignIn": { + "type": "boolean" + }, + "signInButtonTitle": { + "type": "string" + }, + "signInButtonLogo": { + "$ref": "#/components/schemas/Image" } } }, - "Builder_MonthlyNewWallets_Request": { + "EcosystemWalletConfig": { "type": "object", + "required": [ + "ecosystemId", + "name", + "description", + "url", + "email", + "defaultTheme", + "supportedThemes", + "themes", + "metaTags", + "defaultCurrency", + "watchedWallets", + "supportedChains", + "defaultChainId", + "enabledProviders", + "providerConfig", + "allowEOAWallets", + "createdAt", + "updatedAt" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "ecosystemId": { + "type": "number" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "url": { + "type": "string" + }, + "email": { + "type": "string" + }, + "defaultTheme": { + "$ref": "#/components/schemas/ThemeType" + }, + "supportedThemes": { + "type": "array", + "description": "[]ThemeType", + "items": { + "$ref": "#/components/schemas/ThemeType" + } + }, + "themes": { + "$ref": "#/components/schemas/WalletThemes" + }, + "metaTags": { + "$ref": "#/components/schemas/EcosystemWalletMetaTags" + }, + "defaultCurrency": { + "type": "string" + }, + "watchedWallets": { + "type": "boolean" + }, + "supportedChains": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } + }, + "defaultChainId": { + "type": "number" + }, + "enabledProviders": { + "type": "array", + "description": "[]LoginProviderType", + "items": { + "$ref": "#/components/schemas/LoginProviderType" + } + }, + "providerConfig": { + "type": "array", + "description": "[]LoginProvider", + "items": { + "$ref": "#/components/schemas/LoginProvider" + } + }, + "discovery": { + "$ref": "#/components/schemas/DiscoverySection" + }, + "sdkConfig": { + "$ref": "#/components/schemas/SDKConfig" + }, + "allowEOAWallets": { + "type": "boolean" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "Builder_TotalNewWallets_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "AdjustmentSource": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "unknown", + "onetime", + "auto" + ] }, - "Builder_AverageDAU_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "AdjustmentStatus": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "unknown", + "pending", + "accepted", + "successful", + "failed", + "cancelled" + ] }, - "Builder_RollingStickiness_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "OwnerType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "Project", + "Ecosystem" + ] }, - "Builder_AverageStickiness_Request": { + "GasTankAdjustment": { "type": "object", + "required": [ + "id", + "projectId", + "ecosystemId", + "provider", + "source", + "amount", + "status", + "notes", + "createdAt" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "id": { + "type": "number" + }, + "projectId": { + "type": "number" + }, + "ecosystemId": { + "type": "number" + }, + "provider": { + "$ref": "#/components/schemas/PaymentProvider" + }, + "source": { + "$ref": "#/components/schemas/AdjustmentSource" + }, + "amount": { + "type": "number" + }, + "status": { + "$ref": "#/components/schemas/AdjustmentStatus" + }, + "externalId": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "createdAt": { + "type": "string" } } }, - "Builder_D1RetentionByCohort_Request": { + "GasTankAdjustmentFilter": { "type": "object", "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "ownerType": { + "$ref": "#/components/schemas/OwnerType" + }, + "ownerId": { + "type": "number" + }, + "source": { + "$ref": "#/components/schemas/AdjustmentSource" + }, + "status": { + "type": "array", + "description": "[]AdjustmentStatus", + "items": { + "$ref": "#/components/schemas/AdjustmentStatus" + } + }, + "provider": { + "$ref": "#/components/schemas/PaymentProvider" + }, + "from": { + "type": "string" + }, + "to": { + "type": "string" } } }, - "Builder_D3RetentionByCohort_Request": { + "GasTankConfig": { "type": "object", + "required": [ + "enabled", + "chainId", + "tokenAddress", + "tokenDecimals", + "recipientAddress" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "enabled": { + "type": "boolean" + }, + "chainId": { + "type": "number" + }, + "tokenAddress": { + "type": "string" + }, + "tokenDecimals": { + "type": "number" + }, + "recipientAddress": { + "type": "string" } } }, - "Builder_D7RetentionByCohort_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "MarketplaceWalletType": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "UNIVERSAL", + "EMBEDDED", + "ECOSYSTEM" + ] }, - "Builder_D14RetentionByCohort_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } + "FilterCondition": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "ENTIRE_KEY", + "SPECIFIC_VALUE" + ] + }, + "MarketplaceLegacyType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "AMM", + "P2P", + "SEQUENCE", + "ORDERBOOK" + ] }, - "Builder_D28RetentionByCohort_Request": { + "MarketplaceHostname": { "type": "object", + "required": [ + "hostname", + "projectId", + "isDefaultHostname", + "isCustomDomain", + "createdAt" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "hostname": { + "type": "string" + }, + "projectId": { + "type": "number" + }, + "isDefaultHostname": { + "type": "boolean" + }, + "isCustomDomain": { + "type": "boolean" + }, + "createdAt": { + "type": "string" } } }, - "Builder_AverageD1Retention_Request": { + "Marketplace": { "type": "object", + "required": [ + "projectId", + "settings", + "market", + "shop" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "projectId": { + "type": "number" + }, + "settings": { + "$ref": "#/components/schemas/MarketplaceSettings" + }, + "market": { + "$ref": "#/components/schemas/MarketplacePage" + }, + "shop": { + "$ref": "#/components/schemas/MarketplacePage" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } } }, - "Builder_AverageD3Retention_Request": { + "MarketplaceSettings": { "type": "object", + "required": [ + "style", + "publisherId", + "title", + "socials", + "faviconUrl", + "walletOptions", + "logoUrl", + "fontUrl", + "isTrailsEnabled" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "style": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "object" + } + }, + "publisherId": { + "type": "string" + }, + "title": { + "type": "string" + }, + "socials": { + "$ref": "#/components/schemas/MarketplaceSocials" + }, + "faviconUrl": { + "type": "string" + }, + "walletOptions": { + "$ref": "#/components/schemas/MarketplaceWallet" + }, + "logoUrl": { + "type": "string" + }, + "fontUrl": { + "type": "string" + }, + "accessKey": { + "type": "string" + }, + "isTrailsEnabled": { + "type": "boolean" } } }, - "Builder_AverageD7Retention_Request": { + "MarketplacePage": { "type": "object", + "required": [ + "enabled", + "bannerUrl", + "ogImage", + "private" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" + "enabled": { + "type": "boolean" + }, + "bannerUrl": { + "type": "string" + }, + "ogImage": { + "type": "string" + }, + "private": { + "type": "boolean" } } }, - "Builder_AverageD14Retention_Request": { + "MarketplaceSocials": { "type": "object", + "required": [ + "twitter", + "discord", + "website", + "tiktok", + "instagram", + "youtube" + ], "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageD28Retention_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MonthlyActiveWalletsBySegment_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MonthlyTransactingWalletsBySegment_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WeeklyActiveWallets_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_TotalCompute_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_ComputeByService_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "array", - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - } - } - } - }, - "Builder_DailyComputeByType_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "array", - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - } - } - } - }, - "Builder_DailyComputeByService_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "Builder_GetOrderbookCollections_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]QueryResult", - "items": { - "$ref": "#/components/schemas/QueryResult" - } - } - } - }, - "Builder_WalletsTotal_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsDaily_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsMonthly_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByCountry_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByDevice_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByBrowser_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByOS_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsTxnSentTotal_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsTxnSentDaily_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsTxnSentMonthly_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketTxnEventTotal_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketTxnEventDaily_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - } - } - } - }, - "Builder_MarketTxnEventMonthly_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketWalletsTotal_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketWalletsDaily_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketWalletsMonthly_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_TotalWalletTxnConversionRate_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_DailyWalletTxnConversionRate_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MonthlyWalletTxnConversionRate_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_DailyNewWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MonthlyNewWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_TotalNewWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageDAU_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_RollingStickiness_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageStickiness_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D1RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D3RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D7RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D14RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D28RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD1Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD3Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD7Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD14Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD28Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MonthlyActiveWalletsBySegment_Response": { - "type": "object", - "properties": { - "data": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "Builder_MonthlyTransactingWalletsBySegment_Response": { - "type": "object", - "properties": { - "data": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "Builder_WeeklyActiveWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "type": "apiKey", - "in": "header", - "description": "Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI", - "name": "X-Access-Key" - }, - "BearerAuth": { - "type": "http", - "scheme": "bearer", - "bearerFormat": "JWT", - "description": "Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly." - } - } - }, - "info": { - "title": "Analytics Api", - "version": "" - }, - "openapi": "3.0.0", - "paths": { - "/rpc/Analytics/TotalCompute": { - "post": { - "summary": "TotalCompute", - "description": "Get total compute statistics", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Response" - }, - "examples": { - "0": { - "value": { - "computeStats": [ - { - "value": 100, - "label": "2024-09-30" - }, - { - "value": 150, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/ComputeByService": { - "post": { - "summary": "ComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Response" - }, - "examples": { - "0": { - "value": { - "computeStats": [ - { - "value": { - "service1": 100, - "service2": 150 - }, - "label": "2024-09-30" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get compute statistics by service", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyComputeByType": { - "post": { - "summary": "DailyComputeByType", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Response" - }, - "examples": { - "0": { - "value": { - "computeStats": [ - { - "value": { - "type1": 100, - "type2": 150 - }, - "label": "2024-09-30" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily compute statistics by type", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyComputeByService": { - "post": { - "summary": "DailyComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_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" - } - ] - } - } - } - } - }, - "security": [ - { - "ApiKeyAuth": [ - "AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI" - ] - } - ] - } - }, - "/rpc/Analytics/GetOrderbookCollections": { - "post": { - "summary": "GetOrderbookCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_GetOrderbookCollections_Request" - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_GetOrderbookCollections_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" - } - ] - } - } - } - } - }, - "security": [ - { - "ApiKeyAuth": [ - "AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTotal": { - "post": { - "summary": "WalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsDaily": { - "post": { - "summary": "WalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 2, - "label": "2024-09-23" - }, - { - "value": 3, - "label": "2024-09-29" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily wallet statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsMonthly": { - "post": { - "summary": "WalletsMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "MONTH" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsMonthly_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 20, - "label": "2024-09" - }, - { - "value": 30, - "label": "2024-10" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly wallet statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByCountry": { - "post": { - "summary": "WalletsByCountry", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 50, - "label": "US" - }, - { - "value": 30, - "label": "UK" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by country", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByDevice": { - "post": { - "summary": "WalletsByDevice", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 200, - "label": "Mobile" - }, - { - "value": 150, - "label": "Desktop" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by device", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByBrowser": { - "post": { - "summary": "WalletsByBrowser", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByBrowser_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByBrowser_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 150, - "label": "Chrome" - }, - { - "value": 100, - "label": "Firefox" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by browser", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByOS": { - "post": { - "summary": "WalletsByOS", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 180, - "label": "Windows" - }, - { - "value": 120, - "label": "MacOS" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by operating system", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTxnSentTotal": { - "post": { - "summary": "WalletsTxnSentTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 1000, - "label": "Total Transactions" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTxnSentDaily": { - "post": { - "summary": "WalletsTxnSentDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 45, - "label": "2024-09-30" - }, - { - "value": 52, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTxnSentMonthly": { - "post": { - "summary": "WalletsTxnSentMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentMonthly_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketTxnEventTotal": { - "post": { - "summary": "MarketTxnEventTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 500, - "label": "Total Events" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total market transaction events", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketTxnEventDaily": { - "post": { - "summary": "MarketTxnEventDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": { - "buy": 25, - "sell": 20 - }, - "label": "2024-09-30" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } + "twitter": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get daily market transaction events", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketTxnEventMonthly": { - "post": { - "summary": "MarketTxnEventMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventMonthly_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "discord": { + "type": "string" }, - "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" - } - ] - } - } - } + "website": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get monthly market transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketWalletsTotal": { - "post": { - "summary": "MarketWalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 1500, - "label": "Total Market Wallets" - } - ] - } - } - } - } - } + "tiktok": { + "type": "string" }, - "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" - } - ] - } - } - } + "instagram": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } + "youtube": { + "type": "string" } - }, - "description": "Get total market wallets", - "tags": [ - "secret" + } + }, + "MarketplaceWallet": { + "type": "object", + "required": [ + "walletType", + "oidcIssuers", + "connectors", + "includeEIP6963Wallets" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketWalletsDaily": { - "post": { - "summary": "MarketWalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 75, - "label": "2024-09-30" - }, - { - "value": 82, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "properties": { + "walletType": { + "$ref": "#/components/schemas/MarketplaceWalletType" }, - "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" - } - ] - } - } + "oidcIssuers": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "string" } }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get daily market wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketWalletsMonthly": { - "post": { - "summary": "MarketWalletsMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsMonthly_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 450, - "label": "2024-09" - }, - { - "value": 520, - "label": "2024-10" - } - ] - } - } - } - } + "connectors": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } }, - "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" - } - ] - } - } - } + "includeEIP6963Wallets": { + "type": "boolean" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } + "ecosystem": { + "$ref": "#/components/schemas/MarketplaceWalletEcosystem" + }, + "embedded": { + "$ref": "#/components/schemas/MarketplaceWalletEmbedded" } - }, - "description": "Get monthly market wallets", - "tags": [ - "secret" + } + }, + "MarketplaceWalletEcosystem": { + "type": "object", + "required": [ + "walletUrl", + "walletAppName" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/TotalWalletTxnConversionRate": { - "post": { - "summary": "TotalWalletTxnConversionRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalWalletTxnConversionRate_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalWalletTxnConversionRate_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 0.45, - "label": "Conversion Rate" - } - ] - } - } - } - } - } + "properties": { + "walletUrl": { + "type": "string" }, - "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" - } - ] - } - } - } + "walletAppName": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } + "logoLightUrl": { + "type": "string" + }, + "logoDarkUrl": { + "type": "string" } - }, - "description": "Get total wallet transaction conversion rate", - "tags": [ - "secret" + } + }, + "MarketplaceWalletEmbedded": { + "type": "object", + "required": [ + "tenantKey", + "emailEnabled", + "providers" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyWalletTxnConversionRate": { - "post": { - "summary": "DailyWalletTxnConversionRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyWalletTxnConversionRate_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyWalletTxnConversionRate_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 0.42, - "label": "2024-09-30" - }, - { - "value": 0.45, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "properties": { + "tenantKey": { + "type": "string" }, - "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" - } - ] - } - } - } + "emailEnabled": { + "type": "boolean" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } + "providers": { + "type": "array", + "description": "[]OpenIdProvider", + "items": { + "$ref": "#/components/schemas/OpenIdProvider" } } - }, - "description": "Get daily wallet transaction conversion rate", - "tags": [ - "secret" + } + }, + "MarketCollection": { + "type": "object", + "required": [ + "id", + "projectId", + "chainId", + "itemsAddress", + "contractType", + "bannerUrl", + "feePercentage", + "currencyOptions", + "destinationMarketplace", + "private" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyWalletTxnConversionRate": { - "post": { - "summary": "MonthlyWalletTxnConversionRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "properties": { + "id": { + "type": "number" }, - "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" - } - ] - } - } - } + "projectId": { + "type": "number" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get monthly market conversions on your marketplace", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyNewWallets": { - "post": { - "summary": "DailyNewWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyNewWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyNewWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 25, - "label": "2024-09-30" - }, - { - "value": 30, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "chainId": { + "type": "number" }, - "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" - } - ] - } - } - } + "itemsAddress": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get daily new wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyNewWallets": { - "post": { - "summary": "MonthlyNewWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyNewWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyNewWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 750, - "label": "2024-09" - }, - { - "value": 820, - "label": "2024-10" - } - ] - } - } - } - } - } + "contractType": { + "type": "string" }, - "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" - } - ] - } - } - } + "bannerUrl": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get monthly new wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/TotalNewWallets": { - "post": { - "summary": "TotalNewWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalNewWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalNewWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "feePercentage": { + "type": "number" }, - "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" - } - ] - } - } + "currencyOptions": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get Total Wallets over a time interval", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageDAU": { - "post": { - "summary": "AverageDAU", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageDAU_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageDAU_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "destinationMarketplace": { + "type": "string" }, - "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" - } - ] - } - } - } + "filterSettings": { + "$ref": "#/components/schemas/CollectionFilterSettings" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get average daily active users", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/RollingStickiness": { - "post": { - "summary": "RollingStickiness", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_RollingStickiness_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_RollingStickiness_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.35, - "label": "2024-09-30" - }, - { - "value": 0.38, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "sortOrder": { + "type": "number" }, - "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" - } - ] - } - } - } + "private": { + "type": "boolean" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" } - }, - "description": "Get rolling stickiness metrics", - "tags": [ - "secret" + } + }, + "ShopCollection": { + "type": "object", + "required": [ + "id", + "projectId", + "chainId", + "itemsAddress", + "saleAddress", + "name", + "bannerUrl", + "tokenIds", + "customTokenIds", + "private" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageStickiness": { - "post": { - "summary": "AverageStickiness", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageStickiness_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageStickiness_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "properties": { + "id": { + "type": "number" }, - "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" - } - ] - } - } - } + "projectId": { + "type": "number" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get average stickiness metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D1RetentionByCohort": { - "post": { - "summary": "D1RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D1RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D1RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.65, - "label": "2024-09-30" - }, - { - "value": 0.68, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "chainId": { + "type": "number" }, - "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" - } - ] - } - } - } + "itemsAddress": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get D1 retention by cohort", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D3RetentionByCohort": { - "post": { - "summary": "D3RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D3RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } + "saleAddress": { + "type": "string" + }, + "name": { + "type": "string" + }, + "bannerUrl": { + "type": "string" + }, + "tokenIds": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D3RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.45, - "label": "2024-09-30" - }, - { - "value": 0.48, - "label": "2024-10-01" - } - ] - } - } - } - } + }, + "customTokenIds": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } }, - "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" - } - ] - } - } - } + "sortOrder": { + "type": "number" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get D3 retention by cohort", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D7RetentionByCohort": { - "post": { - "summary": "D7RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D7RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D7RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.35, - "label": "2024-09-30" - }, - { - "value": 0.38, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "private": { + "type": "boolean" }, - "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" - } - ] - } - } - } + "createdAt": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } + "updatedAt": { + "type": "string" } - }, - "description": "Get D7 retention by cohort", - "tags": [ - "secret" + } + }, + "MetadataFilterRule": { + "type": "object", + "required": [ + "key", + "condition" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D14RetentionByCohort": { - "post": { - "summary": "D14RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D14RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D14RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.25, - "label": "2024-09-30" - }, - { - "value": 0.28, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "properties": { + "key": { + "type": "string" }, - "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" - } - ] - } - } - } + "condition": { + "$ref": "#/components/schemas/FilterCondition" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } + "value": { + "type": "string" } - }, - "description": "Get D14 retention by cohort", - "tags": [ - "secret" + } + }, + "CollectionFilterSettings": { + "type": "object", + "required": [ + "filterOrder", + "exclusions" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D28RetentionByCohort": { - "post": { - "summary": "D28RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D28RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D28RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.15, - "label": "2024-09-30" - }, - { - "value": 0.18, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } + "properties": { + "filterOrder": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } + "exclusions": { + "type": "array", + "description": "[]MetadataFilterRule", + "items": { + "$ref": "#/components/schemas/MetadataFilterRule" } } - }, - "description": "Get D28 retention by cohort", - "tags": [ - "secret" + } + }, + "CollectionListFilter": { + "type": "object", + "required": [ + "includePrivate" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD1Retention": { - "post": { - "summary": "AverageD1Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD1Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } + "properties": { + "includePrivate": { + "type": "boolean" } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD1Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + } + }, + "MarketplaceLegacySettings": { + "type": "object", + "required": [ + "publisherId", + "title", + "shortDescription", + "socials", + "faviconUrl", + "landingBannerUrl", + "collections", + "walletOptions", + "landingPageLayout", + "logoUrl", + "bannerUrl", + "isTrailsEnabled" + ], + "properties": { + "projectId": { + "type": "number" }, - "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" - } - ] - } - } - } + "publisherId": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get average D1 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD3Retention": { - "post": { - "summary": "AverageD3Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD3Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD3Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "title": { + "type": "string" }, - "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" - } - ] - } - } - } + "shortDescription": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get average D3 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD7Retention": { - "post": { - "summary": "AverageD7Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD7Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD7Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "socials": { + "$ref": "#/components/schemas/MarketplaceSocials" }, - "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" - } - ] - } - } - } + "faviconUrl": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get average D7 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD14Retention": { - "post": { - "summary": "AverageD14Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD14Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD14Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "landingBannerUrl": { + "type": "string" }, - "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" - } - ] - } - } + "collections": { + "type": "array", + "description": "[]MarketplaceLegacyCollection", + "items": { + "$ref": "#/components/schemas/MarketplaceLegacyCollection" } }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get average D14 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD28Retention": { - "post": { - "summary": "AverageD28Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD28Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD28Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } + "walletOptions": { + "$ref": "#/components/schemas/MarketplaceLegacyWallet" }, - "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" - } - ] - } - } - } + "landingPageLayout": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } - } - }, - "description": "Get average D28 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyActiveWalletsBySegment": { - "post": { - "summary": "MonthlyActiveWalletsBySegment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Response" - }, - "examples": { - "0": { - "value": { - "data": { - "segment1": [ - { - "value": 150, - "label": "2024-09" - }, - { - "value": 180, - "label": "2024-10" - } - ], - "segment2": [ - { - "value": 120, - "label": "2024-09" - }, - { - "value": 140, - "label": "2024-10" - } - ] - } - } - } - } - } - } + "logoUrl": { + "type": "string" }, - "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" - } - ] - } - } - } + "bannerUrl": { + "type": "string" }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - } + "fontUrl": { + "type": "string" + }, + "ogImage": { + "type": "string" + }, + "accessKey": { + "type": "string" + }, + "isTrailsEnabled": { + "type": "boolean" } - }, - "description": "Get monthly active wallets by segment", - "tags": [ - "secret" + } + }, + "MarketplaceLegacyWallet": { + "type": "object", + "required": [ + "walletType", + "oidcIssuers", + "connectors", + "includeEIP6963Wallets" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyTransactingWalletsBySegment": { - "post": { - "summary": "MonthlyTransactingWalletsBySegment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Response" - }, - "examples": { - "0": { - "value": { - "data": { - "segment1": [ - { - "value": 100, - "label": "2024-09" - }, - { - "value": 120, - "label": "2024-10" - } - ], - "segment2": [ - { - "value": 80, - "label": "2024-09" - }, - { - "value": 95, - "label": "2024-10" - } - ] - } - } - } - } - } - } + "properties": { + "walletType": { + "$ref": "#/components/schemas/MarketplaceWalletType" }, - "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" - } - ] - } - } + "oidcIssuers": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "string" } }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } + "connectors": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } + }, + "includeEIP6963Wallets": { + "type": "boolean" + }, + "ecosystem": { + "$ref": "#/components/schemas/MarketplaceWalletEcosystem" + }, + "waas": { + "$ref": "#/components/schemas/MarketplaceWalletEmbedded" } - }, - "description": "Get monthly transacting wallets by segment", - "tags": [ - "secret" + } + }, + "MarketplaceLegacyCollection": { + "type": "object", + "required": [ + "marketplaceType", + "chainId", + "address", + "exchanges", + "bannerUrl", + "feePercentage", + "currencyOptions", + "destinationMarketplace" ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WeeklyActiveWallets": { - "post": { - "summary": "WeeklyActiveWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WeeklyActiveWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WeeklyActiveWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 350, - "label": "Week 39" - }, - { - "value": 380, - "label": "Week 40" - } - ] - } - } - } - } - } + "properties": { + "marketplaceType": { + "$ref": "#/components/schemas/MarketplaceLegacyType" + }, + "chainId": { + "type": "number" + }, + "address": { + "type": "string" }, - "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" - } - ] - } - } + "exchanges": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } }, - "5XX": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } + "bannerUrl": { + "type": "string" + }, + "feePercentage": { + "type": "number" + }, + "currencyOptions": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" } + }, + "destinationMarketplace": { + "type": "string" + }, + "filterSettings": { + "$ref": "#/components/schemas/CollectionFilterSettings" } - }, - "description": "Get weekly active wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] + } } } }, - "servers": [ - { - "url": "https://api.sequence.app", - "description": "Analytics" - } - ], - "tags": [ - { - "name": "public", - "description": "Endpoints accessible by passing your project-access-key in the header. This is injected whenever you login automatically." - }, + "paths": null, + "security": [ { - "name": "secret", - "description": "Endpoints that require a Sequence service token intended to be secret. You can manually generate one on Sequence Builder and pass it as a Bearer Token." + "ApiKeyAuth": [] } ] } From 1219cff9450e6ab77b69cd902c3669218017ffe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Feb 2026 13:37:20 +0000 Subject: [PATCH 2/4] chore(i18n): update translations [en] Sync file structure, format locales. Branch: 213/merge --- .../analytics/endpoints/analytics-api.json | 1 + .../analytics/endpoints/analytics-api.json | 11907 +--------------- 2 files changed, 2 insertions(+), 11906 deletions(-) create mode 100644 es/api-references/analytics/endpoints/analytics-api.json diff --git a/es/api-references/analytics/endpoints/analytics-api.json b/es/api-references/analytics/endpoints/analytics-api.json new file mode 100644 index 00000000..a4d7344f --- /dev/null +++ b/es/api-references/analytics/endpoints/analytics-api.json @@ -0,0 +1 @@ +{"openapi":"3.0.0","info":{"title":"API de Analytics","version":""},"servers":[{"url":"https://api.sequence.app","description":"Analytics"}],"components":{"schemas":{"ErrorWebrpcEndpoint":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcEndpoint"},"code":{"type":"número","example":"0"},"msg":{"type":"cadena","example":"error de endpoint"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcRequestFailed":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcRequestFailed"},"code":{"type":"número","example":"-1"},"msg":{"type":"cadena","example":"solicitud fallida"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcBadRoute":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadRoute"},"code":{"type":"número","example":"-2"},"msg":{"type":"cadena","example":"ruta incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"404"}}},"ErrorWebrpcBadMethod":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadMethod"},"code":{"type":"número","example":"-3"},"msg":{"type":"cadena","example":"método incorrecto"},"cause":{"type":"cadena"},"status":{"type":"número","example":"405"}}},"ErrorWebrpcBadRequest":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadRequest"},"code":{"type":"número","example":"-4"},"msg":{"type":"cadena","example":"solicitud incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcBadResponse":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadResponse"},"code":{"type":"número","example":"-5"},"msg":{"type":"cadena","example":"respuesta incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcServerPanic":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcServerPanic"},"code":{"type":"número","example":"-6"},"msg":{"type":"cadena","example":"pánico del servidor"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcInternalError":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcInternalError"},"code":{"type":"número","example":"-7"},"msg":{"type":"cadena","example":"error interno"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcClientAborted":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcClientAborted"},"code":{"type":"número","example":"-8"},"msg":{"type":"cadena","example":"solicitud cancelada por el cliente"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcStreamLost":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcStreamLost"},"code":{"type":"número","example":"-9"},"msg":{"type":"cadena","example":"flujo perdido"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcStreamFinished":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcStreamFinished"},"code":{"type":"número","example":"-10"},"msg":{"type":"cadena","example":"flujo finalizado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"200"}}},"ErrorUnauthorized":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"No autorizado"},"code":{"type":"número","example":"1000"},"msg":{"type":"cadena","example":"Acceso no autorizado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"401"}}},"ErrorPermissionDenied":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Permiso denegado"},"code":{"type":"número","example":"1001"},"msg":{"type":"cadena","example":"Permiso denegado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"403"}}},"ErrorSessionExpired":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"SessionExpired"},"code":{"type":"número","example":"1002"},"msg":{"type":"cadena","example":"Sesión expirada"},"cause":{"type":"cadena"},"status":{"type":"número","example":"403"}}},"ErrorMethodNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Método no encontrado"},"code":{"type":"número","example":"1003"},"msg":{"type":"cadena","example":"Método no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"404"}}},"ErrorRequestConflict":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Conflicto en la solicitud"},"code":{"type":"número","example":"1004"},"msg":{"type":"cadena","example":"Conflicto con el recurso de destino"},"cause":{"type":"cadena"},"status":{"type":"número","example":"409"}}},"ErrorServiceDisabled":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"ServiceDisabled"},"code":{"type":"número","example":"1005"},"msg":{"type":"cadena","example":"Servicio deshabilitado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"404"}}},"ErrorTimeout":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Timeout"},"code":{"type":"número","example":"2000"},"msg":{"type":"cadena","example":"La solicitud excedió el tiempo de espera"},"cause":{"type":"cadena"},"status":{"type":"número","example":"408"}}},"ErrorInvalidArgument":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Argumento inválido"},"code":{"type":"número","example":"2001"},"msg":{"type":"cadena","example":"Argumento inválido"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"No encontrado"},"code":{"type":"número","example":"3000"},"msg":{"type":"cadena","example":"Recurso no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorUserNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"UserNotFound"},"code":{"type":"número","example":"3001"},"msg":{"type":"cadena","example":"Usuario no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorProjectNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"ProjectNotFound"},"code":{"type":"número","example":"3002"},"msg":{"type":"cadena","example":"Proyecto no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorInvalidTier":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"InvalidTier"},"code":{"type":"número","example":"3003"},"msg":{"type":"cadena","example":"Nivel de suscripción inválido"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorEmailTemplateExists":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"EmailTemplateExists"},"code":{"type":"número","example":"3004"},"msg":{"type":"cadena","example":"La plantilla de correo electrónico ya existe"},"cause":{"type":"cadena"},"status":{"type":"número","example":"409"}}},"ErrorSubscriptionLimit":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"SubscriptionLimit"},"code":{"type":"número","example":"3005"},"msg":{"type":"cadena","example":"Límite de suscripción alcanzado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"ErrorFeatureNotIncluded":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"FeatureNotIncluded"},"code":{"type":"número","example":"3006"},"msg":{"type":"cadena","example":"Funcionalidad no incluida"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"ErrorInvalidNetwork":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"InvalidNetwork"},"code":{"type":"número","example":"3007"},"msg":{"type":"cadena","example":"Red inválida"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorInvitationExpired":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"InvitationExpired"},"code":{"type":"número","example":"4000"},"msg":{"type":"cadena","example":"El código de invitación ha expirado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorAlreadyCollaborator":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"AlreadyCollaborator"},"code":{"type":"número","example":"4001"},"msg":{"type":"cadena","example":"Ya es colaborador"},"cause":{"type":"cadena"},"status":{"type":"número","example":"409"}}},"ErrorNoPaymentMethod":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"NoPaymentMethod"},"code":{"type":"número","example":"4002"},"msg":{"type":"cadena","example":"No hay método de pago predeterminado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"ErrorSeatsLimitReached":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"SeatsLimitReached"},"code":{"type":"número","example":"4003"},"msg":{"type":"cadena","example":"Límite de asientos alcanzado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"SortOrder":{"type":"cadena","description":"Representado como uint32 en el lado del servidor","enum":["ASC","DESC"]},"ProjectType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["EMBEDDED_WALLET_REACT","EMBEDDED_WALLET_NEXTJS","EMBEDDED_WALLET_UNITY","EMBEDDED_WALLET_UNREAL","MARKETPLACE_STANDALONE","MARKETPLACE_REACT","MARKETPLACE_UNITY","MARKETPLACE_UNREAL","SALE_CONTRACT_ERC1155","SALE_CONTRACT_ERC721","ALLOWLIST_STARTER"]},"TemplateType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["DESCONOCIDO","LOGIN","GUARD","EMAIL_CONFIRMATION"]},"EcosystemAccess":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["Usuario","Leer","Escribir","Administrador","Propietario"]},"AdminRole":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["NINGUNO","VISOR","DESARROLLADOR","ECOSISTEMA","CUENTA","FINANZAS","SUPERADMIN"]},"Page":{"type":"objeto","properties":{"pageSize":{"type":"número"},"page":{"type":"número"},"column":{"type":"cadena"},"more":{"type":"booleano"},"sort":{"type":"arreglo","description":"[]SortBy","items":{"$ref":"#/components/schemas/SortBy"}}}},"SortBy":{"type":"objeto","required":["columna"],"properties":{"column":{"type":"cadena"},"order":{"$ref":"#/components/schemas/SortOrder"}}},"ProjectImplicitRegistry":{"type":"objeto","required":["dominiosPermitidos","ids"],"properties":{"whitelistedDomains":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"ids":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}}}},"Project":{"type":"objeto","required":["id","nombre","ownerAddress","ownerAvatarUrl","licenseId","licenseVersion","logoImageKey","logoImageUrl","websiteUrl","chainIds","collaboratorCount","onboardingVisibility","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"name":{"type":"cadena"},"type":{"$ref":"#/components/schemas/ProjectType"},"ownerAddress":{"type":"cadena"},"ownerEmail":{"type":"cadena"},"ownerAvatarUrl":{"type":"cadena"},"licenseId":{"type":"número"},"licenseVersion":{"type":"número"},"logoImageKey":{"type":"cadena"},"logoImageUrl":{"type":"cadena"},"websiteUrl":{"type":"cadena"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"ecosystemId":{"type":"número"},"collaboratorCount":{"type":"número"},"onboardingVisibility":{"type":"booleano"},"implicitRegistry":{"$ref":"#/components/schemas/ProjectImplicitRegistry"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"ProjectListFilter":{"type":"objeto","properties":{"name":{"type":"cadena"},"chainId":{"type":"número"},"collaboratorAddress":{"type":"cadena"},"collaboratorEmail":{"type":"cadena"},"licenseId":{"type":"número"},"active":{"type":"booleano"}}},"OpenIdProvider":{"type":"objeto","required":["iss","aud"],"properties":{"iss":{"type":"cadena"},"aud":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"ContractData":{"type":"objeto","required":["abi","bytecode"],"properties":{"abi":{"type":"cadena"},"bytecode":{"type":"cadena"},"hash":{"type":"cadena"},"implementationAddress":{"type":"cadena"}}},"SESSettings":{"type":"objeto","required":["accessRoleARN","sourceARN","region"],"properties":{"accessRoleARN":{"type":"cadena"},"sourceARN":{"type":"cadena"},"region":{"type":"cadena"}}},"Image":{"type":"objeto","required":["src"],"properties":{"src":{"type":"cadena"},"width":{"type":"cadena"},"height":{"type":"cadena"},"alt":{"type":"cadena"},"displayOptions":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}}}},"WalletProof":{"type":"objeto","required":["dirección","mensaje","firma","chainId"],"properties":{"address":{"type":"cadena"},"message":{"type":"cadena"},"signature":{"type":"cadena"},"chainId":{"type":"número"}}},"BillingCycle":{"type":"objeto","required":["inicio","fin"],"properties":{"start":{"type":"cadena"},"end":{"type":"cadena"}}},"SubscriptionProvider":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ADMIN","STRIPE","GOOGLE"]},"Feature":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ANALYTICS","MARKETPLACE_SUBDOMAIN","MARKETPLACE_DOMAIN"]},"LicenseTag":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["NINGUNO","POPULAR","DESCUENTO"]},"PaymentProvider":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["NINGUNO","STRIPE","ADMIN","CRYPTO","ECOSISTEMA","GOOGLE"]},"License":{"type":"objeto","required":["id","ecosystemId","esPredeterminado","packageName","etiqueta","nivel","destacado","subtítulo","etiqueta","mainnetHabilitado","totalLicenses","licensePerUser","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"ecosystemId":{"type":"número"},"isDefault":{"type":"booleano"},"packageName":{"type":"cadena"},"label":{"type":"cadena"},"tier":{"type":"número"},"featured":{"type":"booleano"},"subtitle":{"type":"cadena"},"tag":{"$ref":"#/components/schemas/LicenseTag"},"mainnetEnabled":{"type":"booleano"},"defaultChainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"availableChainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"extraChainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"totalLicenses":{"type":"número"},"licenseUsage":{"$ref":"#/components/schemas/LicenseUsage"},"licensePerUser":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"LicenseVersion":{"type":"objeto","required":["licenseId","versión","settings","usoDeVersión","creadoEn","actualizadoEn"],"properties":{"licenseId":{"type":"número"},"version":{"type":"número"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"features":{"type":"arreglo","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"versionUsage":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"LicenseSettings":{"type":"objeto","required":["precioDeSuscripción","asientos","configuraciónDeServicio","tarifaDeMarketplace","tarifaDeRegalía","recargoDeGas","gasIncluido","funcionalidades"],"properties":{"subscriptionPrice":{"type":"cadena"},"seats":{"type":"número"},"serviceSettings":{"type":"objeto","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettings"}},"marketplaceFee":{"type":"cadena"},"royaltyFee":{"type":"cadena"},"gasFeeMarkup":{"type":"cadena"},"gasIncluded":{"type":"cadena"},"features":{"type":"arreglo","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}}}},"ServiceSettings":{"type":"objeto","required":["límiteDeTasa","solicitudesIncluidas","excesoPermitido","precioPorExceso"],"properties":{"rateLimit":{"type":"número"},"requestsIncluded":{"type":"número"},"overageAllowed":{"type":"booleano"},"overagePrice":{"type":"cadena"}}},"LicenseUsage":{"type":"objeto","required":["total","proveedores","versiones"],"properties":{"total":{"type":"número"},"providers":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}},"versions":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}}}},"BillingOverride":{"type":"objeto","required":["asientosExtra","funcionalidadesExtra","recargaHabilitada","proveedorDeRecarga","notificacionesDeSaldo"],"properties":{"priceSubscription":{"type":"cadena"},"extraSeats":{"type":"número"},"marketplaceFee":{"type":"cadena"},"royaltyFee":{"type":"cadena"},"gasFeeMarkup":{"type":"cadena"},"extraFeatures":{"type":"arreglo","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"serviceSettings":{"type":"objeto","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettingsOverride"}},"topUpEnabled":{"type":"booleano"},"topUpProvider":{"$ref":"#/components/schemas/PaymentProvider"},"topUpThreshold":{"type":"número"},"topUpAmount":{"type":"número"},"topUpLimit":{"type":"número"},"balanceNotifications":{"type":"booleano"}}},"ServiceSettingsOverride":{"type":"objeto","properties":{"rateLimit":{"type":"número"},"requestsIncluded":{"type":"número"},"overageAllowed":{"type":"booleano"},"overagePrice":{"type":"cadena"},"usageWarning":{"type":"número"},"overageWarning":{"type":"número"},"maxOverage":{"type":"número"}}},"ResourceType":{"type":"cadena","description":"Representado como int8 en el servidor","enum":["CONTRATOS","COLECCIONES_DE_MARKETPLACE","COLECCIONES_DE_TIENDA"]},"CollaboratorAccess":{"type":"cadena","description":"Representado como uint32 en el lado del servidor","enum":["NINGUNO","LEER","ESCRIBIR","ADMIN"]},"CollaboratorType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["USUARIO","CUENTA_DE_SERVICIO"]},"ContractSourceType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["VINCULADO","DESPLEGADO"]},"PaymentStatus":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["INICIADO","PENDIENTE","EXITOSO","FALLÓ","PROCESADO"]},"AdminMarketplaceContractType":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["DESCONOCIDO","ERC20","ERC721","ERC1155"]},"AdminCollectionPriority":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","bajo","normal","alto"]},"AdminCollectionStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","creado","sincronizando_metadata_de_contrato","metadata_de_contrato_sincronizada","sincronizando_metadata","metadata_sincronizada","sincronizando_tokens","tokens_sincronizados","sincronizando_órdenes","activo","fallido","inactivo","tipo_incompatible"]},"TokenType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["ERC20","ERC721","ERC1155"]},"FileScope":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["LOGO","MARKETPLACE","AVATAR","EMAIL","WALLET","DIRECTORIO_DE_TOKENS","ECOSISTEMA"]},"TaskStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["PENDIENTE","PAUSADO","FALLÓ","COMPLETADO","DESHABILITADO"]},"TrialType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ANALYTICS"]},"AuditType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["SUSCRIPCIÓN","SOBREESCRITURA_DE_FACTURACIÓN","LICENCIA_DE_ECOSISTEMA","VERSIÓN_DE_LICENCIA"]},"PaymentMethodType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["Tarjeta","Enlace"]},"SecretType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["FORTEPAY"]},"SecretEnv":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["PRUEBA","PROD"]},"Version":{"type":"objeto","required":["webrpcVersion","schemaVersion","schemaHash","appVersion"],"properties":{"webrpcVersion":{"type":"cadena"},"schemaVersion":{"type":"cadena"},"schemaHash":{"type":"cadena"},"appVersion":{"type":"cadena"}}},"RuntimeStatus":{"type":"objeto","required":["healthOK","startTime","uptime","ver","entorno","branch","commitHash","redes","checks"],"properties":{"healthOK":{"type":"booleano"},"startTime":{"type":"cadena"},"uptime":{"type":"número"},"ver":{"type":"cadena"},"env":{"type":"cadena"},"branch":{"type":"cadena"},"commitHash":{"type":"cadena"},"networks":{"type":"objeto","description":"map","additionalProperties":{"type":"booleano"}},"checks":{"$ref":"#/components/schemas/RuntimeChecks"}}},"RuntimeChecks":{"type":"objeto","required":["controlDeCupo","joqueue","stripe","cloudCommerce"],"properties":{"quotaControl":{"type":"booleano"},"joqueue":{"type":"booleano"},"stripe":{"type":"booleano"},"cloudCommerce":{"type":"booleano"}}},"AuthState":{"type":"objeto","required":["jwtToken","expiraEn","dirección","tipoDeSesión","usuario"],"properties":{"jwtToken":{"type":"cadena"},"expiresAt":{"type":"cadena"},"address":{"type":"cadena"},"sessionType":{"type":"cadena"},"user":{"$ref":"#/components/schemas/User"},"access":{"$ref":"#/components/schemas/EcosystemAccess"}}},"User":{"type":"objeto","required":["dirección","correoConfirmado","rol","avatarKey","avatarUrl","idsDeProyectosRecientes","creadoEn","actualizadoEn"],"properties":{"address":{"type":"cadena"},"email":{"type":"cadena"},"emailConfirmed":{"type":"booleano"},"role":{"$ref":"#/components/schemas/AdminRole"},"avatarKey":{"type":"cadena"},"avatarUrl":{"type":"cadena"},"recentProjectIds":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"UserWallet":{"type":"objeto","required":["id","userAddress","walletAddress","proveedor","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"userAddress":{"type":"cadena"},"walletAddress":{"type":"cadena"},"provider":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"UserSettings":{"type":"objeto","required":["límiteDeProyectos","cantidadDeProyectos"],"properties":{"projectsLimit":{"type":"número"},"projectsLeft":{"type":"número"},"projectCount":{"type":"número"}}},"UserOverride":{"type":"objeto","required":["id","dirección","proyectosExtra","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"address":{"type":"cadena"},"extraProjects":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"CreateProjectOptions":{"type":"objeto","properties":{"type":{"$ref":"#/components/schemas/ProjectType"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}}}},"ResourceFilter":{"type":"objeto","properties":{"contracts":{"$ref":"#/components/schemas/ContractFilter"}}},"Resource":{"type":"objeto","required":["tipo","total","detalle"],"properties":{"type":{"$ref":"#/components/schemas/ResourceType"},"total":{"type":"número"},"detail":{"type":"arreglo","description":"[]ResourceDetail","items":{"$ref":"#/components/schemas/ResourceDetail"}}}},"ResourceDetail":{"type":"objeto","required":["clave","cantidad"],"properties":{"key":{"type":"objeto"},"count":{"type":"número"}}},"ProjectSubscription":{"type":"objeto","required":["id","projectId","licenseId","licenseVersion","idDeSuscripción","fechaInicio"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"provider":{"$ref":"#/components/schemas/SubscriptionProvider"},"licenseId":{"type":"número"},"licenseVersion":{"type":"número"},"subscriptionId":{"type":"cadena"},"providerUrl":{"type":"cadena"},"dateStart":{"type":"cadena"},"dateEnd":{"type":"cadena"}}},"Collaborator":{"type":"objeto","required":["id","projectId","tipo","userAddress","acceso","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"type":{"$ref":"#/components/schemas/CollaboratorType"},"userAddress":{"type":"cadena"},"userEmail":{"type":"cadena"},"userAvatarUrl":{"type":"cadena"},"userAvatarKey":{"type":"cadena"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"invitationId":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"Contract":{"type":"objeto","required":["id","projectId","nombreDelContrato","direcciónDelContrato","tipoDeContrato","chainId","origen","extensionesDeContrato","coincidenciaDeBytecode","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"contractName":{"type":"cadena"},"contractAddress":{"type":"cadena"},"contractType":{"type":"cadena"},"chainId":{"type":"número"},"source":{"$ref":"#/components/schemas/ContractSourceType"},"abi":{"type":"cadena"},"bytecode":{"type":"cadena"},"bytecodeHash":{"type":"cadena"},"audienceId":{"type":"número"},"decimals":{"type":"número"},"symbol":{"type":"cadena"},"contractExtensions":{"$ref":"#/components/schemas/ContractExtensions"},"tags":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"bytecodeMatch":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ContractExtensions":{"type":"objeto","properties":{"itemsContractAddress":{"type":"cadena"},"splitterContractAddresses":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"ContractSync":{"type":"objeto","properties":{"decimals":{"type":"número"},"symbol":{"type":"cadena"}}},"ContractFilter":{"type":"objeto","properties":{"chainId":{"type":"número"},"contractSourceType":{"$ref":"#/components/schemas/ContractSourceType"},"contractTypes":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"tag":{"type":"cadena"},"name":{"type":"cadena"},"contractAddress":{"type":"cadena"},"includeUnmatched":{"type":"booleano"}}},"ContractTag":{"type":"objeto","required":["etiqueta","cantidad"],"properties":{"tag":{"type":"cadena"},"count":{"type":"número"}}},"ContractLink":{"type":"objeto","required":["proyecto","colaborador"],"properties":{"contract":{"$ref":"#/components/schemas/Contract"},"project":{"$ref":"#/components/schemas/Project"},"collaborator":{"$ref":"#/components/schemas/Collaborator"}}},"RelayerGasSponsor":{"type":"objeto","required":["id","projectId","chainId","nombreParaMostrar","dirección","activo","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"displayName":{"type":"cadena"},"address":{"type":"cadena"},"active":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"RelayerTransaction":{"type":"objeto","required":["hashDeTransacción","nonceDeTransacción","estadoDeTransacción","razónDeReversiónDeTransacción","reencolados","enColaEn","enviadoEn","minadoEn","destino","entrada","argumentosDeTransacción","walletAddress","nonceDeMetaTransacción","límiteDeGas","precioDeGas","gasUsado","gasEstimado","tasaUsd","créditosUsados","costo","estáEnListaBlanca","creadoEn","actualizadoEn"],"properties":{"txnHash":{"type":"cadena"},"txnNonce":{"type":"cadena"},"metaTxnID":{"type":"cadena"},"txnStatus":{"type":"cadena"},"txnRevertReason":{"type":"cadena"},"requeues":{"type":"número"},"queuedAt":{"type":"cadena"},"sentAt":{"type":"cadena"},"minedAt":{"type":"cadena"},"target":{"type":"cadena"},"input":{"type":"cadena"},"txnArgs":{"type":"objeto","description":"map","additionalProperties":{"type":"objeto"}},"txnReceipt":{"type":"objeto","description":"map","additionalProperties":{"type":"objeto"}},"walletAddress":{"type":"cadena"},"metaTxnNonce":{"type":"cadena"},"gasLimit":{"type":"número"},"gasPrice":{"type":"cadena"},"gasUsed":{"type":"número"},"gasEstimated":{"type":"número"},"gasFeeMarkup":{"type":"número"},"usdRate":{"type":"cadena"},"creditsUsed":{"type":"número"},"cost":{"type":"cadena"},"isWhitelisted":{"type":"booleano"},"gasSponsor":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ProjectGasTankStatus":{"type":"objeto","required":["proveedor","configurarPago","problemaConElPago","patrocinadoresMainnet"],"properties":{"provider":{"$ref":"#/components/schemas/PaymentProvider"},"setupPayment":{"type":"booleano"},"issueWithPayment":{"type":"booleano"},"mainnetSponsors":{"type":"booleano"},"balance":{"type":"número"}}},"EcosystemGasTankStatus":{"type":"objeto","required":["configurarPago","problemaConElPago"],"properties":{"setupPayment":{"type":"booleano"},"issueWithPayment":{"type":"booleano"},"balance":{"type":"número"}}},"GasTankSettings":{"type":"objeto","required":["umbralDeSaldo","enviarNotificaciones","recargaAutomática","proveedorDeRecarga","montoDeRecarga","límiteDeRecarga"],"properties":{"balanceThreshold":{"type":"número"},"sendNotifications":{"type":"booleano"},"autoRecharge":{"type":"booleano"},"topupProvider":{"$ref":"#/components/schemas/PaymentProvider"},"rechargeAmount":{"type":"número"},"rechargeLimit":{"type":"número"}}},"UsageInfo":{"type":"objeto","required":["advertenciaIncluida","máximoIncluido","advertenciaPorExceso","máximoPorExceso","uso","saldo","exceso","cargoExtra"],"properties":{"includedWarn":{"type":"número"},"includedMax":{"type":"número"},"overageWarn":{"type":"número"},"overageMax":{"type":"número"},"usage":{"type":"número"},"balance":{"type":"número"},"overage":{"type":"número"},"extraCharged":{"type":"cadena"}}},"SubscriptionInfo":{"type":"objeto","required":["actual","ciclo","settings","configuraciónDeGasTank","uso"],"properties":{"current":{"$ref":"#/components/schemas/ProjectSubscription"},"license":{"$ref":"#/components/schemas/License"},"cycle":{"$ref":"#/components/schemas/BillingCycle"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"gasTankSettings":{"$ref":"#/components/schemas/GasTankSettings"},"usage":{"type":"objeto","description":"map","additionalProperties":{"$ref":"#/components/schemas/UsageInfo"}},"plannedDowngrade":{"$ref":"#/components/schemas/License"},"pendingUpgrade":{"$ref":"#/components/schemas/License"}}},"Redirect":{"type":"objeto","required":["url"],"properties":{"url":{"type":"cadena"}}},"StripeEventData":{"type":"objeto","required":["objeto"],"properties":{"object":{"$ref":"#/components/schemas/StripeEventDataObject"}}},"StripeEventDataObject":{"type":"objeto","required":["id","objeto"],"properties":{"id":{"type":"cadena"},"object":{"type":"cadena"}}},"Payment":{"type":"objeto","required":["id","projectId","proveedor","idExternoDeTransacción","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"status":{"$ref":"#/components/schemas/PaymentStatus"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"externalTxnID":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"InvoicesReturn":{"type":"objeto","required":["hayMás","facturas"],"properties":{"hasMore":{"type":"booleano"},"invoices":{"type":"arreglo","description":"[]Invoice","items":{"$ref":"#/components/schemas/Invoice"}}}},"Invoice":{"type":"objeto","required":["id","fecha","monto","pagado","url"],"properties":{"id":{"type":"cadena"},"date":{"type":"cadena"},"amount":{"type":"cadena"},"paid":{"type":"booleano"},"url":{"type":"cadena"}}},"ContractInfo":{"type":"objeto","required":["datos"],"properties":{"data":{"type":"objeto"}}},"ContractInfoOverride":{"type":"objeto","required":["datos"],"properties":{"data":{"type":"objeto"}}},"ProjectInvitation":{"type":"objeto","required":["id","projectId","código","acceso","expiraEn","cantidadDeUso","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"code":{"type":"cadena"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"expiresAt":{"type":"cadena"},"usageCount":{"type":"número"},"createdAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"AdminMarketplaceCollection":{"type":"objeto","required":["estado","chainId","direcciónDelContrato","tipoDeContrato","prioridad","decimalesDeCantidadDeToken","creadoEn","actualizadoEn"],"properties":{"status":{"$ref":"#/components/schemas/AdminCollectionStatus"},"chainId":{"type":"número"},"contractAddress":{"type":"cadena"},"contractType":{"$ref":"#/components/schemas/AdminMarketplaceContractType"},"priority":{"$ref":"#/components/schemas/AdminCollectionPriority"},"tokenQuantityDecimals":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"OffchainInventory":{"type":"objeto","required":["id","projectId","chainId","idExternoDeProducto","direcciónDelTokenDePago","tipoDeTokenDePago","idDeTokenDePago","montoDePago","destinatarioDelPago"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"externalProductId":{"type":"cadena"},"paymentTokenAddress":{"type":"cadena"},"paymentTokenType":{"$ref":"#/components/schemas/TokenType"},"paymentTokenId":{"type":"número"},"paymentAmount":{"type":"número"},"paymentRecipient":{"type":"cadena"},"chainedCallAddress":{"type":"cadena"},"chainedCallData":{"type":"cadena"},"allowCrossChainPayments":{"type":"booleano"},"callbackURL":{"type":"cadena"},"createdAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"OffchainPayment":{"type":"objeto","required":["id","idDeInventarioOffchain","destinatarioDelProducto","idDeCadenaDePago","direcciónDelTokenDePago","expiración","creadoEn"],"properties":{"id":{"type":"número"},"offchainInventoryId":{"type":"número"},"productRecipient":{"type":"cadena"},"paymentChainId":{"type":"número"},"paymentTokenAddress":{"type":"cadena"},"expiration":{"type":"cadena"},"createdAt":{"type":"cadena"},"completedAt":{"type":"cadena"},"processedAt":{"type":"cadena"}}},"ProjectFile":{"type":"objeto","required":["id","projectId","alcance","mimetype","rutaDelArchivo","contenido","hash","url","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"scope":{"$ref":"#/components/schemas/FileScope"},"mimetype":{"type":"cadena"},"filepath":{"type":"cadena"},"contents":{"type":"arreglo","description":"[]byte","items":{"type":"cadena"}},"hash":{"type":"arreglo","description":"[]byte","items":{"type":"cadena"}},"url":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"WaasTemplate":{"type":"objeto","required":["id","projectId","asunto","textoIntroductorio","logoUrl","marcadoresDePosición","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"templateType":{"$ref":"#/components/schemas/TemplateType"},"projectId":{"type":"número"},"subject":{"type":"cadena"},"introText":{"type":"cadena"},"logoUrl":{"type":"cadena"},"template":{"type":"cadena"},"fromEmail":{"type":"cadena"},"placeholders":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"sesConfig":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"TaskRunner":{"type":"objeto","required":["id","grupoDeTrabajo","ejecutarEn"],"properties":{"id":{"type":"número"},"workGroup":{"type":"cadena"},"runAt":{"type":"cadena"}}},"Task":{"type":"objeto","required":["id","cola","estado","intento","payload"],"properties":{"id":{"type":"número"},"queue":{"type":"cadena"},"status":{"$ref":"#/components/schemas/TaskStatus"},"try":{"type":"número"},"runAt":{"type":"cadena"},"lastRanAt":{"type":"cadena"},"createdAt":{"type":"cadena"},"payload":{"type":"arreglo","description":"[]byte","items":{"type":"cadena"}},"hash":{"type":"cadena"}}},"CreditBonus":{"type":"objeto","required":["id","projectId","monto","saldo","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"amount":{"type":"número"},"balance":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"WaasSettings":{"type":"objeto","required":["direcciónDeRecuperación","configuraciónDeAutenticación","proveedoresOidc","orígenesPermitidos","actualizarCódigo","claveDeArrendatario"],"properties":{"recoveryAddress":{"type":"cadena"},"authConfig":{"$ref":"#/components/schemas/WaasAuthConfig"},"oidcProviders":{"type":"arreglo","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}},"allowedOrigins":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"updateCode":{"type":"cadena"},"tenantKey":{"type":"cadena"}}},"WaasAuthEmailConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"}}},"WaasAuthGuestConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"}}},"WaasAuthPlayfabConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"},"titleId":{"type":"cadena"}}},"WaasAuthStytchConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"},"projectId":{"type":"cadena"}}},"WaasAuthTwitterConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"},"clientId":{"type":"cadena"}}},"WaasAuthConfig":{"type":"objeto","properties":{"email":{"$ref":"#/components/schemas/WaasAuthEmailConfig"},"guest":{"$ref":"#/components/schemas/WaasAuthGuestConfig"},"playfab":{"$ref":"#/components/schemas/WaasAuthPlayfabConfig"},"stytch":{"$ref":"#/components/schemas/WaasAuthStytchConfig"},"twitter":{"$ref":"#/components/schemas/WaasAuthTwitterConfig"}}},"Audience":{"type":"objeto","required":["id","projectId","nombre","cantidadDeContactos","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"name":{"type":"cadena"},"contactCount":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"AudienceContact":{"type":"objeto","required":["idDeAudiencia","dirección"],"properties":{"id":{"type":"número"},"audienceId":{"type":"número"},"name":{"type":"cadena"},"address":{"type":"cadena"},"email":{"type":"cadena"},"userIp":{"type":"cadena"},"stage":{"type":"número"},"provider":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"AudienceRegistrationStatus":{"type":"objeto","required":["cantidadTotal"],"properties":{"totalCount":{"type":"número"}}},"Trial":{"type":"objeto","required":["id","projectId","tipo","inicioEn","finEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"type":{"$ref":"#/components/schemas/TrialType"},"startAt":{"type":"cadena"},"endAt":{"type":"cadena"}}},"AuditLog":{"type":"objeto","required":["id","walletAddress","userEmail","idDeEntidad","tipo","valorAnterior","valorNuevo","creadoEn"],"properties":{"id":{"type":"número"},"walletAddress":{"type":"cadena"},"userEmail":{"type":"cadena"},"entityId":{"type":"número"},"type":{"$ref":"#/components/schemas/AuditType"},"oldValue":{"type":"objeto"},"newValue":{"type":"objeto"},"createdAt":{"type":"cadena"}}},"PaymentMethodCardData":{"type":"objeto","required":["marca","país","últimos 4","fechaDeExpiración"],"properties":{"brand":{"type":"cadena"},"country":{"type":"cadena"},"last4":{"type":"cadena"},"expDate":{"type":"cadena"}}},"PaymentMethodLinkData":{"type":"objeto","required":["correo electrónico"],"properties":{"email":{"type":"cadena"}}},"PaymentMethod":{"type":"objeto","required":["id","tipo","predeterminado"],"properties":{"id":{"type":"cadena"},"type":{"$ref":"#/components/schemas/PaymentMethodType"},"cardData":{"$ref":"#/components/schemas/PaymentMethodCardData"},"linkData":{"$ref":"#/components/schemas/PaymentMethodLinkData"},"default":{"type":"booleano"}}},"ProjectSecret":{"type":"objeto","required":["tipo","entorno"],"properties":{"type":{"$ref":"#/components/schemas/SecretType"},"env":{"$ref":"#/components/schemas/SecretEnv"},"updatedAt":{"type":"cadena"}}},"FinancialReportType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["SUSCRIPCIÓN","GASTANK_TOPUP"]},"FinancialReportEntry":{"type":"objeto","required":["monto","tipo","proveedor","referencia","notas","creadoEn"],"properties":{"projectId":{"type":"número"},"ecosystemId":{"type":"número"},"amount":{"type":"número"},"type":{"$ref":"#/components/schemas/FinancialReportType"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"reference":{"type":"cadena"},"externalURL":{"type":"cadena"},"notes":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"TransakContract":{"type":"objeto","required":["id","chainId","direcciónDelContrato","nombre","idsDeProyectos","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"transakId":{"type":"cadena"},"chainId":{"type":"número"},"contractAddress":{"type":"cadena"},"name":{"type":"cadena"},"projectIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"TransakContractFilter":{"type":"objeto","properties":{"query":{"type":"cadena"},"chainId":{"type":"número"}}},"WhitelistUrl":{"type":"objeto","required":["id","projectId","url","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"url":{"type":"cadena"},"approvedAt":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"AnalyticsProjectType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["TODOS","CREADO","RELACIONADO"]},"DateInterval":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["DÍA","SEMANA","MES"]},"QueryFilter":{"type":"objeto","properties":{"projectId":{"type":"número"},"ecosystemId":{"type":"número"},"startDate":{"type":"cadena"},"endDate":{"type":"cadena"},"dateInterval":{"$ref":"#/components/schemas/DateInterval"},"collections":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"tokenId":{"type":"cadena"},"projectType":{"$ref":"#/components/schemas/AnalyticsProjectType"}}},"Chart":{"type":"objeto","required":["valor","etiqueta"],"properties":{"value":{"type":"número"},"label":{"type":"cadena"}}},"ChartWithPercentage":{"type":"objeto","required":["etiqueta","total","porcentaje"],"properties":{"label":{"type":"cadena"},"total":{"type":"número"},"percentage":{"type":"número"}}},"MultiValueChart":{"type":"objeto","required":["valor","etiqueta"],"properties":{"value":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}},"label":{"type":"cadena"}}},"QueryResult":{"type":"objeto","required":["colección","origen","volumenUSD","númeroDeTokens","númeroDeTransacciones"],"properties":{"collection":{"type":"cadena"},"source":{"type":"cadena"},"tokenId":{"type":"cadena"},"volumeUSD":{"type":"número"},"numTokens":{"type":"número"},"numTxns":{"type":"número"}}},"TokenTransactionData":{"type":"objeto","required":["idDeColección","nombreDeColección","idDeToken","nombreDeToken","cantidadesDeÍtems"],"properties":{"collectionId":{"type":"cadena"},"collectionName":{"type":"cadena"},"tokenId":{"type":"cadena"},"tokenName":{"type":"cadena"},"itemQuantities":{"type":"número"}}},"TrailsTransactionByMode":{"type":"objeto","required":["modo","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","tarifasTotales","volumenTotal"],"properties":{"mode":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByRoute":{"type":"objeto","required":["nombreDeCadenaOrigen","nombreDeCadenaDestino","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","duraciónPromedioDeTransacción","tarifasDeGas","tarifasTotales","volumenTotal"],"properties":{"origChainName":{"type":"cadena"},"destChainName":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"avgTxnDuration":{"type":"número"},"gasFees":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByProvider":{"type":"objeto","required":["proveedorDeSwap","proveedorDePuente","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","duraciónPromedioDeTransacción","tarifasDelProveedor","tarifasTotales","volumenTotal"],"properties":{"providerSwap":{"type":"cadena"},"providerBridge":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"avgTxnDuration":{"type":"número"},"providerFees":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByCountry":{"type":"objeto","required":["país","walletsTransaccionando","pagosCompletados","porcentajeDeCompletitud","volumenTotal"],"properties":{"country":{"type":"cadena"},"transactingWallets":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionDetail":{"type":"objeto","required":["fecha","idDeCheckout","país","proveedor","nombreDeHost","hashDeTransacciónOrigen","hashDeTransacciónDestino","nombreDeCadenaOrigen","nombreDeCadenaDestino","símboloDeTokenOrigen","símboloDeTokenDestino","tarifaDelProveedor","tarifaTotal","volumenTotal"],"properties":{"date":{"type":"cadena"},"checkoutId":{"type":"cadena"},"country":{"type":"cadena"},"provider":{"type":"cadena"},"hostname":{"type":"cadena"},"originTxHash":{"type":"cadena"},"destTxHash":{"type":"cadena"},"origChainName":{"type":"cadena"},"destChainName":{"type":"cadena"},"origTokenSymbol":{"type":"cadena"},"destTokenSymbol":{"type":"cadena"},"providerFee":{"type":"número"},"totalFee":{"type":"número"},"totalVolume":{"type":"número"}}},"ContractLibraryStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["OBSOLETO","NIGHTLY","ESTABLE"]},"ContractLibraryItem":{"type":"objeto","required":["uid","tipoDeContrato","nombre","descripción","autor","licencia","másInfoUrl","deshabilitado","creadoEn","actualizadoEn"],"properties":{"uid":{"type":"cadena"},"contractType":{"type":"cadena"},"name":{"type":"cadena"},"description":{"type":"cadena"},"author":{"type":"cadena"},"license":{"type":"cadena"},"moreInfoUrl":{"type":"cadena"},"disabled":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ContractLibraryVersion":{"type":"objeto","required":["uid","versión","auditado","notasDeLanzamiento","actualizable","datosDeOrigen","estado","creadoEn","actualizadoEn"],"properties":{"uid":{"type":"cadena"},"version":{"type":"número"},"audited":{"type":"booleano"},"releaseNotes":{"type":"cadena"},"upgradable":{"type":"booleano"},"sourceData":{"$ref":"#/components/schemas/ContractData"},"factoryAddress":{"type":"cadena"},"factoryData":{"$ref":"#/components/schemas/ContractData"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"status":{"$ref":"#/components/schemas/ContractLibraryStatus"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ProjectContractSource":{"type":"objeto","required":["projectId","uid","datos","nombre","creadoEn","actualizadoEn"],"properties":{"projectId":{"type":"número"},"uid":{"type":"cadena"},"data":{"$ref":"#/components/schemas/ContractData"},"name":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"EcosystemType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["DESCONOCIDO","ABIERTO","CERRADO"]},"ThemeType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["claro","oscuro","sistema"]},"LoginProviderType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["APPLE","GOOGLE","EMAIL","PASSKEY","PRIVATE_KEY"]},"Ecosystem":{"type":"objeto","required":["id","nombre","tipo","ownerAddress","builderDomain","prefijoDeClaveDeAcceso","chainIds","exclusivo","settings","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"name":{"type":"cadena"},"type":{"$ref":"#/components/schemas/EcosystemType"},"ownerAddress":{"type":"cadena"},"builderDomain":{"type":"cadena"},"walletDomain":{"type":"cadena"},"email":{"type":"cadena"},"accessKeyPrefix":{"type":"cadena"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"exclusive":{"type":"booleano"},"projectCount":{"type":"número"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"EcosystemCollaborator":{"type":"objeto","required":["id","ecosystemId","userAddress","acceso","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"ecosystemId":{"type":"número"},"userAddress":{"type":"cadena"},"access":{"$ref":"#/components/schemas/EcosystemAccess"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"EcosystemSettings":{"type":"objeto","required":["título","descripción","botónMásInformación","urlMásInformación","crispWebsiteId","temas","configuraciónDeCorreo","configuraciónDeWallet","permitirWalletsConectadas"],"properties":{"title":{"type":"cadena"},"description":{"type":"cadena"},"learnMoreButton":{"type":"cadena"},"learnMoreUrl":{"type":"cadena"},"crispWebsiteId":{"type":"cadena"},"domainAllowList":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"domainBlockList":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"themes":{"type":"arreglo","description":"[]ThemeSettings","items":{"$ref":"#/components/schemas/ThemeSettings"}},"emailSettings":{"$ref":"#/components/schemas/EcosystemEmailSettings"},"walletSettings":{"$ref":"#/components/schemas/EcosystemWalletSettings"},"allowConnectedWallets":{"type":"booleano"}}},"EcosystemEmailSettings":{"type":"objeto","required":["bannerUrl"],"properties":{"bannerUrl":{"type":"cadena"}}},"EcosystemWalletSettings":{"type":"objeto","required":["esEOAWalletHabilitado","permitirMúltiplesCuentas","opcionesSociales","opcionesDeWallet"],"properties":{"isEOAWalletEnabled":{"type":"booleano"},"allowMultipleAccount":{"type":"booleano"},"socialOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"walletOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"ThemeSettings":{"type":"objeto","required":["tipo","cssPersonalizado","logoDeArchivo","títuloDeArchivo","fondoDeArchivo","fondoDeArchivoMóvil"],"properties":{"type":{"$ref":"#/components/schemas/ThemeType"},"customCss":{"type":"cadena"},"fileLogo":{"type":"cadena"},"fileTitle":{"type":"cadena"},"fileBackground":{"type":"cadena"},"fileBackgroundMobile":{"type":"cadena"}}},"Configuration":{"type":"objeto","required":["ecosystemId","nombre","builderDomain","chainIds","licencia","settings","chainIdsExclusivos"],"properties":{"ecosystemId":{"type":"número"},"name":{"type":"cadena"},"builderDomain":{"type":"cadena"},"walletDomain":{"type":"cadena"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"license":{"$ref":"#/components/schemas/License"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"exclusiveChainIds":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}}}},"EcosystemTemplate":{"type":"objeto","required":["asunto","plantilla","datos","deCorreo","contenido","marcadoresDePosición","creadoEn","actualizadoEn"],"properties":{"subject":{"type":"cadena"},"template":{"type":"cadena"},"data":{"$ref":"#/components/schemas/TemplateData"},"fromEmail":{"type":"cadena"},"content":{"type":"cadena"},"placeholders":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"sesSettings":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"TemplateData":{"type":"objeto","required":["textoIntroductorio","logoUrl"],"properties":{"introText":{"type":"cadena"},"logoUrl":{"type":"cadena"}}},"LoginProvider":{"type":"objeto","required":["tipo"],"properties":{"type":{"$ref":"#/components/schemas/LoginProviderType"},"clientId":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"WalletCustomTheme":{"type":"objeto","required":["logoDeEncabezadoDeArchivo","logoDeAutenticaciónDeArchivo"],"properties":{"fileHeaderLogo":{"$ref":"#/components/schemas/Image"},"fileAuthLogo":{"$ref":"#/components/schemas/Image"},"fileAuthCover":{"$ref":"#/components/schemas/Image"},"fileBackgroundImage":{"$ref":"#/components/schemas/Image"},"colors":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}}}},"WalletThemes":{"type":"objeto","required":["claro","oscuro"],"properties":{"light":{"$ref":"#/components/schemas/WalletCustomTheme"},"dark":{"$ref":"#/components/schemas/WalletCustomTheme"}}},"DiscoveryCategory":{"type":"objeto","required":["etiqueta","etiqueta","privado"],"properties":{"label":{"type":"cadena"},"tag":{"type":"cadena"},"private":{"type":"booleano"}}},"DiscoveryApp":{"type":"objeto","required":["id","imagenDePortada","url","etiquetasDeCategoría","chainIds"],"properties":{"id":{"type":"cadena"},"name":{"type":"cadena"},"description":{"type":"cadena"},"coverImage":{"$ref":"#/components/schemas/Image"},"url":{"type":"cadena"},"categoryTags":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}}}},"DiscoverySection":{"type":"objeto","required":["apps","privado","categorías","banners","bannersActivos"],"properties":{"apps":{"type":"arreglo","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"private":{"type":"booleano"},"categories":{"type":"arreglo","description":"[]DiscoveryCategory","items":{"$ref":"#/components/schemas/DiscoveryCategory"}},"banners":{"type":"arreglo","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"activeBanners":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"EcosystemWalletMetaTags":{"type":"objeto","required":["título","descripción","url","imagenPrevia","favicon"],"properties":{"title":{"type":"cadena"},"description":{"type":"cadena"},"url":{"type":"cadena"},"previewImage":{"type":"cadena"},"favicon":{"type":"cadena"}}},"SDKConfig":{"type":"objeto","required":["inicioDeSesiónConMarca","títuloBotónInicioSesión"],"properties":{"brandedSignIn":{"type":"booleano"},"signInButtonTitle":{"type":"cadena"},"signInButtonLogo":{"$ref":"#/components/schemas/Image"}}},"EcosystemWalletConfig":{"type":"objeto","required":["ecosystemId","nombre","descripción","url","correo electrónico","temaPredeterminado","temasSoportados","temas","metaEtiquetas","monedaPredeterminada","walletsVigiladas","cadenasSoportadas","idCadenaPredeterminada","proveedoresHabilitados","configuraciónProveedor","permitirWalletsEOA","creadoEn","actualizadoEn"],"properties":{"ecosystemId":{"type":"número"},"name":{"type":"cadena"},"description":{"type":"cadena"},"url":{"type":"cadena"},"email":{"type":"cadena"},"defaultTheme":{"$ref":"#/components/schemas/ThemeType"},"supportedThemes":{"type":"arreglo","description":"[]ThemeType","items":{"$ref":"#/components/schemas/ThemeType"}},"themes":{"$ref":"#/components/schemas/WalletThemes"},"metaTags":{"$ref":"#/components/schemas/EcosystemWalletMetaTags"},"defaultCurrency":{"type":"cadena"},"watchedWallets":{"type":"booleano"},"supportedChains":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"defaultChainId":{"type":"número"},"enabledProviders":{"type":"arreglo","description":"[]LoginProviderType","items":{"$ref":"#/components/schemas/LoginProviderType"}},"providerConfig":{"type":"arreglo","description":"[]LoginProvider","items":{"$ref":"#/components/schemas/LoginProvider"}},"discovery":{"$ref":"#/components/schemas/DiscoverySection"},"sdkConfig":{"$ref":"#/components/schemas/SDKConfig"},"allowEOAWallets":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"AdjustmentSource":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","únicaVez","auto"]},"AdjustmentStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","pendiente","aceptado","exitoso","fallido","cancelado"]},"OwnerType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["Proyecto","Ecosistema"]},"GasTankAdjustment":{"type":"objeto","required":["id","projectId","ecosystemId","proveedor","origen","monto","estado","notas","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"ecosystemId":{"type":"número"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"amount":{"type":"número"},"status":{"$ref":"#/components/schemas/AdjustmentStatus"},"externalId":{"type":"cadena"},"notes":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"GasTankAdjustmentFilter":{"type":"objeto","properties":{"ownerType":{"$ref":"#/components/schemas/OwnerType"},"ownerId":{"type":"número"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"status":{"type":"arreglo","description":"[]AdjustmentStatus","items":{"$ref":"#/components/schemas/AdjustmentStatus"}},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"from":{"type":"cadena"},"to":{"type":"cadena"}}},"GasTankConfig":{"type":"objeto","required":["habilitado","chainId","direcciónToken","decimalesToken","direcciónDestinatario"],"properties":{"enabled":{"type":"booleano"},"chainId":{"type":"número"},"tokenAddress":{"type":"cadena"},"tokenDecimals":{"type":"número"},"recipientAddress":{"type":"cadena"}}},"MarketplaceWalletType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["UNIVERSAL","EMBEDDED","ECOSISTEMA"]},"FilterCondition":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ENTIRE_KEY","SPECIFIC_VALUE"]},"MarketplaceLegacyType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["AMM","P2P","SEQUENCE","ORDERBOOK"]},"MarketplaceHostname":{"type":"objeto","required":["nombreDeHost","projectId","esHostnamePredeterminado","esDominioPersonalizado","creadoEn"],"properties":{"hostname":{"type":"cadena"},"projectId":{"type":"número"},"isDefaultHostname":{"type":"booleano"},"isCustomDomain":{"type":"booleano"},"createdAt":{"type":"cadena"}}},"Marketplace":{"type":"objeto","required":["projectId","settings","mercado","tienda"],"properties":{"projectId":{"type":"número"},"settings":{"$ref":"#/components/schemas/MarketplaceSettings"},"market":{"$ref":"#/components/schemas/MarketplacePage"},"shop":{"$ref":"#/components/schemas/MarketplacePage"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"MarketplaceSettings":{"type":"objeto","required":["estilo","idEditor","título","redesSociales","urlFavicon","opcionesDeWallet","logoUrl","urlFuente","trailsHabilitado"],"properties":{"style":{"type":"objeto","description":"map","additionalProperties":{"type":"objeto"}},"publisherId":{"type":"cadena"},"title":{"type":"cadena"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"cadena"},"walletOptions":{"$ref":"#/components/schemas/MarketplaceWallet"},"logoUrl":{"type":"cadena"},"fontUrl":{"type":"cadena"},"accessKey":{"type":"cadena"},"isTrailsEnabled":{"type":"booleano"}}},"MarketplacePage":{"type":"objeto","required":["habilitado","bannerUrl","imagenOg","privado"],"properties":{"enabled":{"type":"booleano"},"bannerUrl":{"type":"cadena"},"ogImage":{"type":"cadena"},"private":{"type":"booleano"}}},"MarketplaceSocials":{"type":"objeto","required":["twitter","discord","sitioWeb","tiktok","instagram","youtube"],"properties":{"twitter":{"type":"cadena"},"discord":{"type":"cadena"},"website":{"type":"cadena"},"tiktok":{"type":"cadena"},"instagram":{"type":"cadena"},"youtube":{"type":"cadena"}}},"MarketplaceWallet":{"type":"objeto","required":["tipoWallet","emisoresOidc","conectores","incluirWalletsEIP6963"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}},"connectors":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"includeEIP6963Wallets":{"type":"booleano"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"embedded":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceWalletEcosystem":{"type":"objeto","required":["urlWallet","nombreAppWallet"],"properties":{"walletUrl":{"type":"cadena"},"walletAppName":{"type":"cadena"},"logoLightUrl":{"type":"cadena"},"logoDarkUrl":{"type":"cadena"}}},"MarketplaceWalletEmbedded":{"type":"objeto","required":["claveDeArrendatario","correoHabilitado","proveedores"],"properties":{"tenantKey":{"type":"cadena"},"emailEnabled":{"type":"booleano"},"providers":{"type":"arreglo","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}}}},"MarketCollection":{"type":"objeto","required":["id","projectId","chainId","direcciónItems","tipoDeContrato","bannerUrl","porcentajeComisión","opcionesMoneda","mercadoDestino","privado"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"itemsAddress":{"type":"cadena"},"contractType":{"type":"cadena"},"bannerUrl":{"type":"cadena"},"feePercentage":{"type":"número"},"currencyOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"destinationMarketplace":{"type":"cadena"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"},"sortOrder":{"type":"número"},"private":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ShopCollection":{"type":"objeto","required":["id","projectId","chainId","direcciónItems","direcciónVenta","nombre","bannerUrl","idsToken","idsTokenPersonalizados","privado"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"itemsAddress":{"type":"cadena"},"saleAddress":{"type":"cadena"},"name":{"type":"cadena"},"bannerUrl":{"type":"cadena"},"tokenIds":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"customTokenIds":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"sortOrder":{"type":"número"},"private":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"MetadataFilterRule":{"type":"objeto","required":["clave","condición"],"properties":{"key":{"type":"cadena"},"condition":{"$ref":"#/components/schemas/FilterCondition"},"value":{"type":"cadena"}}},"CollectionFilterSettings":{"type":"objeto","required":["ordenFiltro","exclusiones"],"properties":{"filterOrder":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"exclusions":{"type":"arreglo","description":"[]MetadataFilterRule","items":{"$ref":"#/components/schemas/MetadataFilterRule"}}}},"CollectionListFilter":{"type":"objeto","required":["incluirPrivados"],"properties":{"includePrivate":{"type":"booleano"}}},"MarketplaceLegacySettings":{"type":"objeto","required":["idEditor","título","descripciónCorta","redesSociales","urlFavicon","urlBannerPrincipal","colecciones","opcionesDeWallet","diseñoPáginaPrincipal","logoUrl","bannerUrl","trailsHabilitado"],"properties":{"projectId":{"type":"número"},"publisherId":{"type":"cadena"},"title":{"type":"cadena"},"shortDescription":{"type":"cadena"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"cadena"},"landingBannerUrl":{"type":"cadena"},"collections":{"type":"arreglo","description":"[]MarketplaceLegacyCollection","items":{"$ref":"#/components/schemas/MarketplaceLegacyCollection"}},"walletOptions":{"$ref":"#/components/schemas/MarketplaceLegacyWallet"},"landingPageLayout":{"type":"cadena"},"logoUrl":{"type":"cadena"},"bannerUrl":{"type":"cadena"},"fontUrl":{"type":"cadena"},"ogImage":{"type":"cadena"},"accessKey":{"type":"cadena"},"isTrailsEnabled":{"type":"booleano"}}},"MarketplaceLegacyWallet":{"type":"objeto","required":["tipoWallet","emisoresOidc","conectores","incluirWalletsEIP6963"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}},"connectors":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"includeEIP6963Wallets":{"type":"booleano"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"waas":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceLegacyCollection":{"type":"objeto","required":["tipoMarketplace","chainId","dirección","exchanges","bannerUrl","porcentajeComisión","opcionesMoneda","mercadoDestino"],"properties":{"marketplaceType":{"$ref":"#/components/schemas/MarketplaceLegacyType"},"chainId":{"type":"número"},"address":{"type":"cadena"},"exchanges":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"bannerUrl":{"type":"cadena"},"feePercentage":{"type":"número"},"currencyOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"destinationMarketplace":{"type":"cadena"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"}}}}},"paths":null,"security":[{"ApiKeyAuth":[]}]} \ No newline at end of file diff --git a/ja/api-references/analytics/endpoints/analytics-api.json b/ja/api-references/analytics/endpoints/analytics-api.json index 74891246..2ca2f4c6 100644 --- a/ja/api-references/analytics/endpoints/analytics-api.json +++ b/ja/api-references/analytics/endpoints/analytics-api.json @@ -1,11906 +1 @@ -{ - "components": { - "schemas": { - "ErrorWebrpcEndpoint": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcEndpoint" - }, - "code": { - "type": "number", - "example": 0 - }, - "msg": { - "type": "string", - "example": "endpoint error" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorWebrpcRequestFailed": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcRequestFailed" - }, - "code": { - "type": "number", - "example": -1 - }, - "msg": { - "type": "string", - "example": "request failed" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorWebrpcBadRoute": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcBadRoute" - }, - "code": { - "type": "number", - "example": -2 - }, - "msg": { - "type": "string", - "example": "bad route" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 404 - } - } - }, - "ErrorWebrpcBadMethod": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcBadMethod" - }, - "code": { - "type": "number", - "example": -3 - }, - "msg": { - "type": "string", - "example": "bad method" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 405 - } - } - }, - "ErrorWebrpcBadRequest": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcBadRequest" - }, - "code": { - "type": "number", - "example": -4 - }, - "msg": { - "type": "string", - "example": "bad request" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorWebrpcBadResponse": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcBadResponse" - }, - "code": { - "type": "number", - "example": -5 - }, - "msg": { - "type": "string", - "example": "bad response" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 500 - } - } - }, - "ErrorWebrpcServerPanic": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcServerPanic" - }, - "code": { - "type": "number", - "example": -6 - }, - "msg": { - "type": "string", - "example": "server panic" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 500 - } - } - }, - "ErrorWebrpcInternalError": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcInternalError" - }, - "code": { - "type": "number", - "example": -7 - }, - "msg": { - "type": "string", - "example": "internal error" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 500 - } - } - }, - "ErrorWebrpcClientDisconnected": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcClientDisconnected" - }, - "code": { - "type": "number", - "example": -8 - }, - "msg": { - "type": "string", - "example": "client disconnected" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorWebrpcStreamLost": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcStreamLost" - }, - "code": { - "type": "number", - "example": -9 - }, - "msg": { - "type": "string", - "example": "stream lost" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorWebrpcStreamFinished": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "WebrpcStreamFinished" - }, - "code": { - "type": "number", - "example": -10 - }, - "msg": { - "type": "string", - "example": "stream finished" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 200 - } - } - }, - "ErrorUnauthorized": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "Unauthorized" - }, - "code": { - "type": "number", - "example": 1000 - }, - "msg": { - "type": "string", - "example": "Unauthorized access" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 401 - } - } - }, - "ErrorPermissionDenied": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "PermissionDenied" - }, - "code": { - "type": "number", - "example": 1001 - }, - "msg": { - "type": "string", - "example": "Permission denied" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 403 - } - } - }, - "ErrorSessionExpired": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "SessionExpired" - }, - "code": { - "type": "number", - "example": 1002 - }, - "msg": { - "type": "string", - "example": "Session expired" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 403 - } - } - }, - "ErrorMethodNotFound": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "MethodNotFound" - }, - "code": { - "type": "number", - "example": 1003 - }, - "msg": { - "type": "string", - "example": "Method not found" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 404 - } - } - }, - "ErrorRequestConflict": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "RequestConflict" - }, - "code": { - "type": "number", - "example": 1004 - }, - "msg": { - "type": "string", - "example": "Conflict with target resource" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 409 - } - } - }, - "ErrorServiceDisabled": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "ServiceDisabled" - }, - "code": { - "type": "number", - "example": 1005 - }, - "msg": { - "type": "string", - "example": "Service disabled" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 404 - } - } - }, - "ErrorTimeout": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "Timeout" - }, - "code": { - "type": "number", - "example": 2000 - }, - "msg": { - "type": "string", - "example": "Request timed out" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 408 - } - } - }, - "ErrorInvalidArgument": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "InvalidArgument" - }, - "code": { - "type": "number", - "example": 2001 - }, - "msg": { - "type": "string", - "example": "Invalid argument" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorNotFound": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "NotFound" - }, - "code": { - "type": "number", - "example": 3000 - }, - "msg": { - "type": "string", - "example": "Resource not found" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorUserNotFound": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "UserNotFound" - }, - "code": { - "type": "number", - "example": 3001 - }, - "msg": { - "type": "string", - "example": "User not found" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorProjectNotFound": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "ProjectNotFound" - }, - "code": { - "type": "number", - "example": 3002 - }, - "msg": { - "type": "string", - "example": "Project not found" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorInvalidTier": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "InvalidTier" - }, - "code": { - "type": "number", - "example": 3003 - }, - "msg": { - "type": "string", - "example": "Invalid subscription tier" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorEmailTemplateExists": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "EmailTemplateExists" - }, - "code": { - "type": "number", - "example": 3004 - }, - "msg": { - "type": "string", - "example": "Email Template exists" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 409 - } - } - }, - "ErrorSubscriptionLimit": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "SubscriptionLimit" - }, - "code": { - "type": "number", - "example": 3005 - }, - "msg": { - "type": "string", - "example": "Subscription limit reached" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 402 - } - } - }, - "ErrorFeatureNotIncluded": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "FeatureNotIncluded" - }, - "code": { - "type": "number", - "example": 3006 - }, - "msg": { - "type": "string", - "example": "Feature not included" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 402 - } - } - }, - "ErrorInvalidNetwork": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "InvalidNetwork" - }, - "code": { - "type": "number", - "example": 3007 - }, - "msg": { - "type": "string", - "example": "Invalid network" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorInvitationExpired": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "InvitationExpired" - }, - "code": { - "type": "number", - "example": 4000 - }, - "msg": { - "type": "string", - "example": "Invitation code is expired" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 400 - } - } - }, - "ErrorAlreadyCollaborator": { - "type": "object", - "required": [ - "エラー", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "AlreadyCollaborator" - }, - "code": { - "type": "number", - "example": 4001 - }, - "msg": { - "type": "string", - "example": "Already a collaborator" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 409 - } - } - }, - "AuthSessionType": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "PUBLIC", - "WALLET", - "USER", - "ADMIN", - "SERVICE" - ] - }, - "SubscriptionTier": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "COMMUNITY", - "DEVELOPER", - "GROWTH", - "PRO", - "ENTERPRISE" - ] - }, - "ProjectType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "EMBEDDED_WALLET_REACT", - "EMBEDDED_WALLET_NEXTJS", - "EMBEDDED_WALLET_UNITY", - "EMBEDDED_WALLET_UNREAL", - "MARKETPLACE_STANDALONE", - "MARKETPLACE_REACT", - "MARKETPLACE_UNITY", - "MARKETPLACE_UNREAL", - "SALE_CONTRACT_ERC1155", - "SALE_CONTRACT_ERC721" - ] - }, - "ResourceType": { - "type": "string", - "description": "Represented as int8 on the server side", - "enum": [ - "CONTRACTS" - ] - }, - "SubscriptionProvider": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ADMIN", - "STRIPE", - "GOOGLE" - ] - }, - "CollaboratorAccess": { - "type": "string", - "description": "Represented as uint32 on the server side", - "enum": [ - "NONE", - "READ", - "WRITE", - "ADMIN" - ] - }, - "CollaboratorType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "USER", - "SERVICE_ACCOUNT" - ] - }, - "ContractSourceType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "LINKED", - "DEPLOYED", - "SALE" - ] - }, - "SortOrder": { - "type": "string", - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ] - }, - "PaymentProvider": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "STRIPE", - "MANUAL" - ] - }, - "PaymentStatus": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "INITIATED", - "PENDING", - "SUCCEEDED", - "FAILED", - "PROCESSED" - ] - }, - "MarketplaceWallet": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "UNIVERSAL", - "EMBEDDED" - ] - }, - "MarketplaceType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "AMM", - "P2P", - "SEQUENCE", - "ORDERBOOK" - ] - }, - "TokenType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "ERC20", - "ERC721", - "ERC1155" - ] - }, - "FileScope": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "LOGO", - "MARKETPLACE", - "AVATAR", - "EMAIL", - "WALLET", - "TOKEN_DIRECTORY" - ] - }, - "EmailTemplateType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "UNKNOWN", - "LOGIN", - "GUARD" - ] - }, - "TaskStatus": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "PAUSED", - "FAILED", - "COMPLETED", - "DISABLED" - ] - }, - "DateInterval": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "DAY", - "WEEK", - "MONTH" - ] - }, - "OnboardingStep": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "linkOrDeployContract", - "createMarketplace", - "setUpGasTank", - "configureWaas", - "customizeWallet", - "inviteCollaborator", - "cloneGithub", - "copyCredentials", - "customizeMarketplace", - "deployERC721Contract", - "deployERC1155Contract", - "addMarketplaceCollection", - "createCollection", - "customizeCollectible", - "deploySaleContract", - "setSaleSettings", - "addMinterRoleToItems", - "setUpAudienceList" - ] - }, - "WaasTenantState": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "DEPLOYING", - "READY", - "FAILED" - ] - }, - "TrialType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ANALYTICS" - ] - }, - "CustomerTier": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "TIER_1", - "TIER_2", - "TIER_3", - "TIER_4", - "TIER_5" - ] - }, - "Version": { - "type": "object", - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], - "properties": { - "webrpcVersion": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "appVersion": { - "type": "string" - } - } - }, - "RuntimeStatus": { - "type": "object", - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "env", - "branch", - "commitHash", - "networks", - "checks" - ], - "properties": { - "healthOK": { - "type": "boolean" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "ver": { - "type": "string" - }, - "env": { - "type": "string" - }, - "branch": { - "type": "string" - }, - "commitHash": { - "type": "string" - }, - "networks": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "boolean" - } - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" - } - } - }, - "RuntimeChecks": { - "type": "object", - "required": [ - "quotaControl", - "joqueue", - "stripe", - "cloudCommerce" - ], - "properties": { - "quotaControl": { - "type": "boolean" - }, - "joqueue": { - "type": "boolean" - }, - "stripe": { - "type": "boolean" - }, - "cloudCommerce": { - "type": "boolean" - } - } - }, - "Configuration": { - "type": "object", - "required": [ - "name", - "title", - "chainIds", - "domains" - ], - "properties": { - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "domains": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "logoUrl": { - "type": "string" - }, - "logoLightUrl": { - "type": "string" - }, - "titleUrl": { - "type": "string" - }, - "backgroundUrl": { - "type": "string" - }, - "mobileBackgroundUrl": { - "type": "string" - }, - "customCss": { - "type": "string" - }, - "animationUrl": { - "type": "string" - }, - "crispWebsiteId": { - "type": "string" - }, - "learnMoreButton": { - "type": "string" - }, - "learnMoreUrl": { - "type": "string" - } - } - }, - "AuthState": { - "type": "object", - "required": [ - "jwtToken", - "expiresAt", - "address", - "sessionType" - ], - "properties": { - "jwtToken": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "address": { - "type": "string" - }, - "sessionType": { - "$ref": "#/components/schemas/AuthSessionType" - }, - "user": { - "$ref": "#/components/schemas/User" - } - } - }, - "User": { - "type": "object", - "required": [ - "address", - "createdAt", - "updatedAt", - "sysAdmin", - "avatarKey", - "avatarUrl" - ], - "properties": { - "address": { - "type": "string" - }, - "email": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "sysAdmin": { - "type": "boolean" - }, - "avatarKey": { - "type": "string" - }, - "avatarUrl": { - "type": "string" - } - } - }, - "UserSettings": { - "type": "object", - "required": [ - "freeProjectsLeft", - "totalFreeProjectLimit", - "totalPaidProjects" - ], - "properties": { - "freeProjectsLeft": { - "type": "number" - }, - "totalFreeProjectLimit": { - "type": "number" - }, - "totalPaidProjects": { - "type": "number" - } - } - }, - "UserOverride": { - "type": "object", - "required": [ - "id", - "address", - "extraProjects", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "address": { - "type": "string" - }, - "extraProjects": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "Project": { - "type": "object", - "required": [ - "id", - "name", - "ownerAddress", - "ownerAvatarUrl", - "draft", - "logoImageKey", - "logoImageUrl", - "websiteUrl", - "chainIds", - "whitelabel", - "subscriptionTier", - "collaboratorCount", - "onboardingSteps", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/ProjectType" - }, - "ownerAddress": { - "type": "string" - }, - "ownerEmail": { - "type": "string" - }, - "ownerAvatarUrl": { - "type": "string" - }, - "draft": { - "type": "boolean" - }, - "logoImageKey": { - "type": "string" - }, - "logoImageUrl": { - "type": "string" - }, - "websiteUrl": { - "type": "string" - }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "whitelabel": { - "type": "string" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "collaboratorCount": { - "type": "number" - }, - "onboardingSteps": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "boolean" - } - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - } - } - }, - "ResourceFilter": { - "type": "object", - "properties": { - "contracts": { - "$ref": "#/components/schemas/ContractFilter" - } - } - }, - "Resource": { - "type": "object", - "required": [ - "type", - "total", - "detail" - ], - "properties": { - "type": { - "$ref": "#/components/schemas/ResourceType" - }, - "total": { - "type": "number" - }, - "detail": { - "type": "array", - "description": "[]ResourceDetail", - "items": { - "$ref": "#/components/schemas/ResourceDetail" - } - } - } - }, - "ResourceDetail": { - "type": "object", - "required": [ - "key", - "count" - ], - "properties": { - "key": { - "type": "object" - }, - "count": { - "type": "number" - } - } - }, - "ProjectSubscription": { - "type": "object", - "required": [ - "id", - "projectId", - "subscriptionTier", - "provider", - "providerId", - "dateStart" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "provider": { - "$ref": "#/components/schemas/SubscriptionProvider" - }, - "providerId": { - "type": "string" - }, - "dateStart": { - "type": "string" - }, - "dateEnd": { - "type": "string" - } - } - }, - "Collaborator": { - "type": "object", - "required": [ - "id", - "projectId", - "type", - "userAddress", - "access", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/CollaboratorType" - }, - "userAddress": { - "type": "string" - }, - "userEmail": { - "type": "string" - }, - "userAvatarUrl": { - "type": "string" - }, - "userAvatarKey": { - "type": "string" - }, - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "invitationId": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "Contract": { - "type": "object", - "required": [ - "id", - "projectId", - "contractName", - "contractAddress", - "contractType", - "chainId", - "source", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "contractName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "source": { - "$ref": "#/components/schemas/ContractSourceType" - }, - "itemsContractAddress": { - "type": "string" - }, - "splitterContractAddresses": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "audienceId": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "ContractFilter": { - "type": "object", - "properties": { - "chainId": { - "type": "number" - }, - "contractSourceType": { - "$ref": "#/components/schemas/ContractSourceType" - }, - "contractType": { - "type": "string" - } - } - }, - "ContractLink": { - "type": "object", - "required": [ - "project", - "collaborator" - ], - "properties": { - "contract": { - "$ref": "#/components/schemas/Contract" - }, - "project": { - "$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": [ - "id", - "projectId", - "chainId", - "displayName", - "address", - "active", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "displayName": { - "type": "string" - }, - "address": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "createdAt": { - "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": [ - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", - "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "isWhitelisted", - "createdAt", - "updatedAt" - ], - "properties": { - "txnHash": { - "type": "string" - }, - "txnNonce": { - "type": "string" - }, - "metaTxnID": { - "type": "string" - }, - "txnStatus": { - "type": "string" - }, - "txnRevertReason": { - "type": "string" - }, - "requeues": { - "type": "number" - }, - "queuedAt": { - "type": "string" - }, - "sentAt": { - "type": "string" - }, - "minedAt": { - "type": "string" - }, - "target": { - "type": "string" - }, - "input": { - "type": "string" - }, - "txnArgs": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "txnReceipt": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "walletAddress": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "gasLimit": { - "type": "number" - }, - "gasPrice": { - "type": "string" - }, - "gasUsed": { - "type": "number" - }, - "gasEstimated": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "number" - }, - "usdRate": { - "type": "string" - }, - "creditsUsed": { - "type": "number" - }, - "isWhitelisted": { - "type": "boolean" - }, - "gasSponsor": { - "type": "number" - }, - "createdAt": { - "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": [ - "id", - "uid", - "contractType", - "name", - "description", - "author", - "license", - "audited", - "moreInfoUrl", - "disabled", - "factorySourceUid", - "abi", - "bytecode", - "bytecodeHash", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "uid": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "author": { - "type": "string" - }, - "license": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "moreInfoUrl": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "factorySourceUid": { - "type": "string" - }, - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "ContractFactory": { - "type": "object", - "required": [ - "id", - "chainId", - "contractAddress", - "uid", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "uid": { - "type": "string" - }, - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "NewContractSource": { - "type": "object", - "required": [ - "uid", - "name", - "contractType", - "bytecode", - "abi" - ], - "properties": { - "uid": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "author": { - "type": "string" - }, - "license": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "moreInfoUrl": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "contractType": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "abi": { - "type": "string" - } - } - }, - "Page": { - "type": "object", - "properties": { - "pageSize": { - "type": "number" - }, - "page": { - "type": "number" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "before": { - "type": "object" - }, - "after": { - "type": "object" - }, - "sort": { - "type": "array", - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - } - } - } - }, - "SortBy": { - "type": "object", - "required": [ - "column" - ], - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - } - }, - "BillingSettings": { - "type": "object", - "required": [ - "maxKeys", - "rateLimit", - "creditsIncludedWarn", - "creditsIncludedMax", - "creditsOverageWarn", - "creditsOverageMax", - "priceSubscriptionTier", - "priceCreditOverage", - "marketplaceFee", - "gasFeeMarkup", - "blockTransactions", - "providerSettings" - ], - "properties": { - "maxKeys": { - "type": "number" - }, - "rateLimit": { - "type": "number" - }, - "creditsIncludedWarn": { - "type": "number" - }, - "creditsIncludedMax": { - "type": "number" - }, - "creditsOverageWarn": { - "type": "number" - }, - "creditsOverageMax": { - "type": "number" - }, - "priceSubscriptionTier": { - "type": "string" - }, - "priceCreditOverage": { - "type": "string" - }, - "marketplaceFee": { - "type": "string" - }, - "gasFeeMarkup": { - "type": "string" - }, - "blockTransactions": { - "type": "boolean" - }, - "providerSettings": { - "type": "object", - "description": "map", - "additionalProperties": { - "$ref": "#/components/schemas/BillingProviderSettings" - } - } - } - }, - "BillingProviderSettings": { - "type": "object", - "required": [ - "priceSubscriptionTier", - "priceCreditOverage", - "disabled" - ], - "properties": { - "priceSubscriptionTier": { - "type": "string" - }, - "priceCreditOverage": { - "type": "string" - }, - "disabled": { - "type": "boolean" - } - } - }, - "BillingOverride": { - "type": "object", - "required": [ - "extraKeys", - "discountSubscriptionTier", - "discountCreditOverage", - "forceAllowTransactions" - ], - "properties": { - "extraKeys": { - "type": "number" - }, - "rateLimit": { - "type": "number" - }, - "creditsIncludedWarn": { - "type": "number" - }, - "creditsOverageWarn": { - "type": "number" - }, - "creditsOverageMax": { - "type": "number" - }, - "discountSubscriptionTier": { - "type": "number" - }, - "discountCreditOverage": { - "type": "number" - }, - "marketplaceFee": { - "type": "number" - }, - "forceAllowTransactions": { - "type": "boolean" - } - } - }, - "SubscriptionInfo": { - "type": "object", - "required": [ - "current", - "subscriptionUrl", - "cycleStart", - "cycleEnd", - "settings", - "creditsBonus", - "creditUsage", - "creditBalance", - "creditOverage" - ], - "properties": { - "current": { - "$ref": "#/components/schemas/ProjectSubscription" - }, - "subscriptionUrl": { - "type": "string" - }, - "cycleStart": { - "type": "string" - }, - "cycleEnd": { - "type": "string" - }, - "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": [ - "totalPayments", - "payments" - ], - "properties": { - "totalPayments": { - "type": "number" - }, - "payments": { - "type": "array", - "description": "[]Payment", - "items": { - "$ref": "#/components/schemas/Payment" - } - } - } - }, - "Redirect": { - "type": "object", - "required": [ - "url" - ], - "properties": { - "url": { - "type": "string" - } - } - }, - "StripeEventData": { - "type": "object", - "required": [ - "object" - ], - "properties": { - "object": { - "$ref": "#/components/schemas/StripeEventDataObject" - } - } - }, - "StripeEventDataObject": { - "type": "object", - "required": [ - "id", - "object" - ], - "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - } - } - }, - "Payment": { - "type": "object", - "required": [ - "id", - "projectId", - "provider", - "externalTxnID", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "status": { - "$ref": "#/components/schemas/PaymentStatus" - }, - "provider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "externalTxnID": { - "type": "string" - }, - "createdAt": { - "type": "string" - } - } - }, - "PaymentLog": { - "type": "object", - "required": [ - "id", - "paymentID", - "data", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "paymentID": { - "type": "number" - }, - "data": { - "$ref": "#/components/schemas/PaymentLogData" - }, - "createdAt": { - "type": "string" - } - } - }, - "PaymentLogData": { - "type": "object", - "required": [ - "type", - "data" - ], - "properties": { - "type": { - "type": "string" - }, - "data": { - "type": "object" - } - } - }, - "InvoicesReturn": { - "type": "object", - "required": [ - "hasMore", - "invoices" - ], - "properties": { - "hasMore": { - "type": "boolean" - }, - "invoices": { - "type": "array", - "description": "[]Invoice", - "items": { - "$ref": "#/components/schemas/Invoice" - } - } - } - }, - "Invoice": { - "type": "object", - "required": [ - "id", - "date", - "amount", - "paid", - "url" - ], - "properties": { - "id": { - "type": "string" - }, - "date": { - "type": "string" - }, - "amount": { - "type": "string" - }, - "paid": { - "type": "boolean" - }, - "url": { - "type": "string" - } - } - }, - "SubscriptionPlans": { - "type": "object", - "required": [ - "configs" - ], - "properties": { - "configs": { - "type": "object", - "description": "map", - "additionalProperties": { - "$ref": "#/components/schemas/SubscriptionPlan" - } - } - } - }, - "SubscriptionPlan": { - "type": "object", - "required": [ - "tier", - "settings", - "features" - ], - "properties": { - "tier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "settings": { - "$ref": "#/components/schemas/BillingSettings" - }, - "features": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - } - } - }, - "CollectionInfo": { - "type": "object", - "required": [ - "chainId", - "title", - "type", - "image", - "address", - "link", - "description", - "featured" - ], - "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": { - "type": "object", - "required": [ - "id", - "projectId", - "code", - "access", - "expiresAt", - "usageCount", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "code": { - "type": "string" - }, - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "expiresAt": { - "type": "string" - }, - "usageCount": { - "type": "number" - }, - "signupLimit": { - "type": "number" - }, - "createdAt": { - "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": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "version": { - "type": "number" - }, - "config": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "settings": { - "$ref": "#/components/schemas/MarketplaceSettings" - }, - "style": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "MarketplaceWalletOptions": { - "type": "object", - "required": [ - "walletType", - "oidcIssuers", - "connectors", - "includeEIP6963Wallets" - ], - "properties": { - "walletType": { - "$ref": "#/components/schemas/MarketplaceWallet" - }, - "oidcIssuers": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" - } - }, - "connectors": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "includeEIP6963Wallets": { - "type": "boolean" - } - } - }, - "MarketplaceCollection": { - "type": "object", - "required": [ - "marketplaceType", - "chainId", - "address", - "feePercetage", - "currencyOptions" - ], - "properties": { - "marketplaceType": { - "$ref": "#/components/schemas/MarketplaceType" - }, - "chainId": { - "type": "number" - }, - "address": { - "type": "string" - }, - "feePercetage": { - "type": "number" - }, - "currencyOptions": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - } - } - }, - "MarketplaceSettings": { - "type": "object", - "required": [ - "publisherId", - "title", - "shortDescription", - "socials", - "faviconUrl", - "landingBannerUrl", - "collections", - "walletOptions", - "landingPageLayout", - "logoUrl", - "bannerUrl" - ], - "properties": { - "publisherId": { - "type": "string" - }, - "title": { - "type": "string" - }, - "shortDescription": { - "type": "string" - }, - "socials": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" - } - }, - "faviconUrl": { - "type": "string" - }, - "landingBannerUrl": { - "type": "string" - }, - "collections": { - "type": "array", - "description": "[]MarketplaceCollection", - "items": { - "$ref": "#/components/schemas/MarketplaceCollection" - } - }, - "walletOptions": { - "$ref": "#/components/schemas/MarketplaceWalletOptions" - }, - "landingPageLayout": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "bannerUrl": { - "type": "string" - }, - "fontUrl": { - "type": "string" - }, - "ogImage": { - "type": "string" - } - } - }, - "MarketplaceHostname": { - "type": "object", - "required": [ - "id", - "marketplaceConfigId", - "hostname", - "isDefaultHostname", - "isCustomDomain", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "marketplaceConfigId": { - "type": "number" - }, - "hostname": { - "type": "string" - }, - "isDefaultHostname": { - "type": "boolean" - }, - "isCustomDomain": { - "type": "boolean" - }, - "createdAt": { - "type": "string" - } - } - }, - "OffchainInventory": { - "type": "object", - "required": [ - "id", - "projectId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentAmount", - "paymentRecipient" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "externalProductId": { - "type": "string" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentAmount": { - "type": "number" - }, - "paymentRecipient": { - "type": "string" - }, - "chainedCallAddress": { - "type": "string" - }, - "chainedCallData": { - "type": "string" - }, - "allowCrossChainPayments": { - "type": "boolean" - }, - "callbackURL": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - } - } - }, - "OffchainPayment": { - "type": "object", - "required": [ - "id", - "offchainInventoryId", - "productRecipient", - "paymentChainId", - "paymentTokenAddress", - "expiration", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "offchainInventoryId": { - "type": "number" - }, - "productRecipient": { - "type": "string" - }, - "paymentChainId": { - "type": "number" - }, - "paymentTokenAddress": { - "type": "string" - }, - "expiration": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "completedAt": { - "type": "string" - }, - "processedAt": { - "type": "string" - } - } - }, - "WalletConfigSchema": { - "type": "object", - "required": [ - "version", - "config" - ], - "properties": { - "version": { - "type": "number" - }, - "config": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - } - } - }, - "WalletConfig": { - "type": "object", - "required": [ - "version", - "projectId", - "platform", - "config" - ], - "properties": { - "id": { - "type": "number" - }, - "version": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "platform": { - "type": "string" - }, - "config": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "ProjectFile": { - "type": "object", - "required": [ - "id", - "projectId", - "scope", - "mimetype", - "filepath", - "contents", - "hash", - "url", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "scope": { - "$ref": "#/components/schemas/FileScope" - }, - "mimetype": { - "type": "string" - }, - "filepath": { - "type": "string" - }, - "contents": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } - }, - "hash": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } - }, - "url": { - "type": "string" - }, - "createdAt": { - "type": "string" - } - } - }, - "EmailTemplate": { - "type": "object", - "required": [ - "id", - "projectId", - "subject", - "introText", - "logoUrl", - "placeholders", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "templateType": { - "$ref": "#/components/schemas/EmailTemplateType" - }, - "projectId": { - "type": "number" - }, - "subject": { - "type": "string" - }, - "introText": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "template": { - "type": "string" - }, - "placeholders": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - } - } - }, - "TaskRunner": { - "type": "object", - "required": [ - "id", - "workGroup", - "runAt" - ], - "properties": { - "id": { - "type": "number" - }, - "workGroup": { - "type": "string" - }, - "runAt": { - "type": "string" - } - } - }, - "Task": { - "type": "object", - "required": [ - "id", - "queue", - "status", - "try", - "payload", - "hash" - ], - "properties": { - "id": { - "type": "number" - }, - "queue": { - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "try": { - "type": "number" - }, - "runAt": { - "type": "string" - }, - "lastRanAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "payload": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } - }, - "hash": { - "type": "string" - } - } - }, - "QueryFilter": { - "type": "object", - "required": [ - "projectId" - ], - "properties": { - "projectId": { - "type": "number" - }, - "startDate": { - "type": "string" - }, - "endDate": { - "type": "string" - }, - "dateInterval": { - "$ref": "#/components/schemas/DateInterval" - }, - "collections": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "tokenId": { - "type": "string" - } - } - }, - "Chart": { - "type": "object", - "required": [ - "value", - "label" - ], - "properties": { - "value": { - "type": "number" - }, - "label": { - "type": "string" - } - } - }, - "MultiValueChart": { - "type": "object", - "required": [ - "value", - "label" - ], - "properties": { - "value": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" - } - }, - "label": { - "type": "string" - } - } - }, - "QueryResult": { - "type": "object", - "required": [ - "collection", - "source", - "volumeUSD", - "numTokens", - "numTxns" - ], - "properties": { - "collection": { - "type": "string" - }, - "source": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "volumeUSD": { - "type": "number" - }, - "numTokens": { - "type": "number" - }, - "numTxns": { - "type": "number" - } - } - }, - "CreditBonus": { - "type": "object", - "required": [ - "id", - "projectId", - "amount", - "balance", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "amount": { - "type": "number" - }, - "balance": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "OpenIdProvider": { - "type": "object", - "required": [ - "iss", - "aud" - ], - "properties": { - "iss": { - "type": "string" - }, - "aud": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - } - } - }, - "WaasSettings": { - "type": "object", - "required": [ - "recoveryAddress", - "authConfig", - "tenantState", - "emailAuth", - "oidcProviders", - "allowedOrigins", - "updateCode", - "tenantKey" - ], - "properties": { - "recoveryAddress": { - "type": "string" - }, - "authConfig": { - "$ref": "#/components/schemas/WaasAuthConfig" - }, - "tenantState": { - "$ref": "#/components/schemas/WaasTenantState" - }, - "emailAuth": { - "type": "boolean" - }, - "oidcProviders": { - "type": "array", - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" - } - }, - "allowedOrigins": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "updateCode": { - "type": "string" - }, - "tenantKey": { - "type": "string" - } - } - }, - "WaasAuthEmailConfig": { - "type": "object", - "required": [ - "enabled" - ], - "properties": { - "enabled": { - "type": "boolean" - } - } - }, - "WaasAuthGuestConfig": { - "type": "object", - "required": [ - "enabled" - ], - "properties": { - "enabled": { - "type": "boolean" - } - } - }, - "WaasAuthPlayfabConfig": { - "type": "object", - "required": [ - "enabled" - ], - "properties": { - "enabled": { - "type": "boolean" - }, - "titleId": { - "type": "string" - } - } - }, - "WaasAuthStytchConfig": { - "type": "object", - "required": [ - "enabled" - ], - "properties": { - "enabled": { - "type": "boolean" - }, - "projectId": { - "type": "string" - } - } - }, - "WaasAuthConfig": { - "type": "object", - "properties": { - "email": { - "$ref": "#/components/schemas/WaasAuthEmailConfig" - }, - "guest": { - "$ref": "#/components/schemas/WaasAuthGuestConfig" - }, - "playfab": { - "$ref": "#/components/schemas/WaasAuthPlayfabConfig" - }, - "stytch": { - "$ref": "#/components/schemas/WaasAuthStytchConfig" - } - } - }, - "WaasWalletStatus": { - "type": "object", - "required": [ - "chainId", - "address", - "deployed" - ], - "properties": { - "chainId": { - "type": "number" - }, - "address": { - "type": "string" - }, - "deployed": { - "type": "boolean" - } - } - }, - "RawData": { - "type": "object", - "required": [ - "data" - ], - "properties": { - "data": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - } - } - }, - "Audience": { - "type": "object", - "required": [ - "id", - "projectId", - "name", - "contactCount", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "contactCount": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - } - } - }, - "AudienceContact": { - "type": "object", - "required": [ - "id", - "audienceId", - "address", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "audienceId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "address": { - "type": "string" - }, - "email": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - } - }, - "Trial": { - "type": "object", - "required": [ - "id", - "projectId", - "type", - "startAt", - "endAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/TrialType" - }, - "startAt": { - "type": "string" - }, - "endAt": { - "type": "string" - } - } - }, - "ExtendedMarketplaceConfig": { - "type": "object", - "required": [ - "config", - "accessKey", - "waasEmailEnabled", - "waasTenantKey", - "waasProviders" - ], - "properties": { - "config": { - "$ref": "#/components/schemas/MarketplaceSettings" - }, - "accessKey": { - "type": "string" - }, - "waasEmailEnabled": { - "type": "boolean" - }, - "waasTenantKey": { - "type": "string" - }, - "waasProviders": { - "type": "array", - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" - } - } - } - }, - "Customer": { - "type": "object", - "required": [ - "id", - "name", - "tier", - "metadata", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "tier": { - "$ref": "#/components/schemas/CustomerTier" - }, - "metadata": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" - } - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - } - } - }, - "CustomerFilter": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "tier": { - "$ref": "#/components/schemas/CustomerTier" - } - } - }, - "Builder_TotalCompute_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_ComputeByService_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_DailyComputeByType_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_DailyComputeByService_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_GetOrderbookCollections_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsTotal_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsDaily_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsMonthly_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsByCountry_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsByDevice_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsByBrowser_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsByOS_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsTxnSentTotal_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsTxnSentDaily_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WalletsTxnSentMonthly_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MarketTxnEventTotal_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MarketTxnEventDaily_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MarketTxnEventMonthly_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MarketWalletsTotal_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MarketWalletsDaily_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MarketWalletsMonthly_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_TotalWalletTxnConversionRate_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_DailyWalletTxnConversionRate_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MonthlyWalletTxnConversionRate_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_DailyNewWallets_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MonthlyNewWallets_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_TotalNewWallets_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageDAU_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_RollingStickiness_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageStickiness_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_D1RetentionByCohort_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_D3RetentionByCohort_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_D7RetentionByCohort_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_D14RetentionByCohort_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_D28RetentionByCohort_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageD1Retention_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageD3Retention_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageD7Retention_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageD14Retention_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_AverageD28Retention_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MonthlyActiveWalletsBySegment_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_MonthlyTransactingWalletsBySegment_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_WeeklyActiveWallets_Request": { - "type": "object", - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - } - }, - "Builder_TotalCompute_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_ComputeByService_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "array", - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - } - } - } - }, - "Builder_DailyComputeByType_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "array", - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - } - } - } - }, - "Builder_DailyComputeByService_Response": { - "type": "object", - "properties": { - "computeStats": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "Builder_GetOrderbookCollections_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]QueryResult", - "items": { - "$ref": "#/components/schemas/QueryResult" - } - } - } - }, - "Builder_WalletsTotal_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsDaily_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsMonthly_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByCountry_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByDevice_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByBrowser_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsByOS_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsTxnSentTotal_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsTxnSentDaily_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_WalletsTxnSentMonthly_Response": { - "type": "object", - "properties": { - "walletStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketTxnEventTotal_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketTxnEventDaily_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - } - } - } - }, - "Builder_MarketTxnEventMonthly_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketWalletsTotal_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketWalletsDaily_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MarketWalletsMonthly_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_TotalWalletTxnConversionRate_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_DailyWalletTxnConversionRate_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MonthlyWalletTxnConversionRate_Response": { - "type": "object", - "properties": { - "marketStats": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_DailyNewWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MonthlyNewWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_TotalNewWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageDAU_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_RollingStickiness_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageStickiness_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D1RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D3RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D7RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D14RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_D28RetentionByCohort_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD1Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD3Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD7Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD14Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_AverageD28Retention_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - }, - "Builder_MonthlyActiveWalletsBySegment_Response": { - "type": "object", - "properties": { - "data": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "Builder_MonthlyTransactingWalletsBySegment_Response": { - "type": "object", - "properties": { - "data": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "Builder_WeeklyActiveWallets_Response": { - "type": "object", - "properties": { - "data": { - "type": "array", - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - } - } - } - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "type": "apiKey", - "in": "header", - "description": "Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI", - "name": "X-Access-Key" - }, - "BearerAuth": { - "type": "http", - "scheme": "bearer", - "bearerFormat": "JWT", - "description": "Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly." - } - } - }, - "info": { - "title": "Analytics Api", - "version": "" - }, - "openapi": "3.0.0", - "paths": { - "/rpc/Analytics/TotalCompute": { - "post": { - "summary": "TotalCompute", - "description": "Get total compute statistics", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Response" - }, - "examples": { - "0": { - "value": { - "computeStats": [ - { - "value": 100, - "label": "2024-09-30" - }, - { - "value": 150, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/ComputeByService": { - "post": { - "summary": "ComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Response" - }, - "examples": { - "0": { - "value": { - "computeStats": [ - { - "value": { - "service1": 100, - "service2": 150 - }, - "label": "2024-09-30" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get compute statistics by service", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyComputeByType": { - "post": { - "summary": "DailyComputeByType", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Response" - }, - "examples": { - "0": { - "value": { - "computeStats": [ - { - "value": { - "type1": 100, - "type2": 150 - }, - "label": "2024-09-30" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily compute statistics by type", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyComputeByService": { - "post": { - "summary": "DailyComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_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" - } - ] - } - } - } - } - }, - "security": [ - { - "ApiKeyAuth": [ - "AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI" - ] - } - ] - } - }, - "/rpc/Analytics/GetOrderbookCollections": { - "post": { - "summary": "GetOrderbookCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_GetOrderbookCollections_Request" - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_GetOrderbookCollections_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" - } - ] - } - } - } - } - }, - "security": [ - { - "ApiKeyAuth": [ - "AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTotal": { - "post": { - "summary": "WalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsDaily": { - "post": { - "summary": "WalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "DAY" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": "2", - "label": "2024-09-23" - }, - { - "value": 3, - "label": "2024-09-29" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily wallet statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsMonthly": { - "post": { - "summary": "WalletsMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10", - "dateInterval": "MONTH" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsMonthly_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 20, - "label": "2024-09" - }, - { - "value": 30, - "label": "2024-10" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly wallet statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByCountry": { - "post": { - "summary": "WalletsByCountry", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 50, - "label": "US" - }, - { - "value": 30, - "label": "UK" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by country", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByDevice": { - "post": { - "summary": "WalletsByDevice", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 200, - "label": "モバイル" - }, - { - "value": 150, - "label": "Desktop" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by device", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByBrowser": { - "post": { - "summary": "WalletsByBrowser", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByBrowser_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByBrowser_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 150, - "label": "Chrome" - }, - { - "value": 100, - "label": "Firefox" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by browser", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsByOS": { - "post": { - "summary": "WalletsByOS", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 180, - "label": "Windows" - }, - { - "value": 120, - "label": "MacOS" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get wallet statistics by operating system", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTxnSentTotal": { - "post": { - "summary": "WalletsTxnSentTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 1000, - "label": "Total Transactions" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTxnSentDaily": { - "post": { - "summary": "WalletsTxnSentDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Response" - }, - "examples": { - "0": { - "value": { - "walletStats": [ - { - "value": 45, - "label": "2024-09-30" - }, - { - "value": 52, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WalletsTxnSentMonthly": { - "post": { - "summary": "WalletsTxnSentMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentMonthly_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketTxnEventTotal": { - "post": { - "summary": "MarketTxnEventTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 500, - "label": "Total Events" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total market transaction events", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketTxnEventDaily": { - "post": { - "summary": "MarketTxnEventDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": { - "buy": 25, - "sell": 20 - }, - "label": "2024-09-30" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily market transaction events", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketTxnEventMonthly": { - "post": { - "summary": "MarketTxnEventMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventMonthly_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly market transaction statistics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketWalletsTotal": { - "post": { - "summary": "MarketWalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 1500, - "label": "Total Market Wallets" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total market wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketWalletsDaily": { - "post": { - "summary": "MarketWalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 75, - "label": "2024-09-30" - }, - { - "value": 82, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily market wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MarketWalletsMonthly": { - "post": { - "summary": "MarketWalletsMonthly", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsMonthly_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsMonthly_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 450, - "label": "2024-09" - }, - { - "value": 520, - "label": "2024-10" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly market wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/TotalWalletTxnConversionRate": { - "post": { - "summary": "TotalWalletTxnConversionRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalWalletTxnConversionRate_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalWalletTxnConversionRate_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 0.45, - "label": "Conversion Rate" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get total wallet transaction conversion rate", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyWalletTxnConversionRate": { - "post": { - "summary": "DailyWalletTxnConversionRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyWalletTxnConversionRate_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyWalletTxnConversionRate_Response" - }, - "examples": { - "0": { - "value": { - "marketStats": [ - { - "value": 0.42, - "label": "2024-09-30" - }, - { - "value": 0.45, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily wallet transaction conversion rate", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyWalletTxnConversionRate": { - "post": { - "summary": "MonthlyWalletTxnConversionRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyWalletTxnConversionRate_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly market conversions on your marketplace", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/DailyNewWallets": { - "post": { - "summary": "DailyNewWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyNewWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyNewWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 25, - "label": "2024-09-30" - }, - { - "value": 30, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get daily new wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyNewWallets": { - "post": { - "summary": "MonthlyNewWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyNewWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyNewWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 750, - "label": "2024-09" - }, - { - "value": 820, - "label": "2024-10" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly new wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/TotalNewWallets": { - "post": { - "summary": "TotalNewWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalNewWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalNewWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get Total Wallets over a time interval", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageDAU": { - "post": { - "summary": "AverageDAU", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageDAU_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageDAU_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get average daily active users", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/RollingStickiness": { - "post": { - "summary": "RollingStickiness", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_RollingStickiness_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_RollingStickiness_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.35, - "label": "2024-09-30" - }, - { - "value": 0.38, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get rolling stickiness metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageStickiness": { - "post": { - "summary": "AverageStickiness", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageStickiness_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageStickiness_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get average stickiness metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D1RetentionByCohort": { - "post": { - "summary": "D1RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D1RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D1RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.65, - "label": "2024-09-30" - }, - { - "value": 0.68, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get D1 retention by cohort", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D3RetentionByCohort": { - "post": { - "summary": "D3RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D3RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D3RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.45, - "label": "2024-09-30" - }, - { - "value": 0.48, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get D3 retention by cohort", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D7RetentionByCohort": { - "post": { - "summary": "D7RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D7RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D7RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.35, - "label": "2024-09-30" - }, - { - "value": 0.38, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get D7 retention by cohort", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D14RetentionByCohort": { - "post": { - "summary": "D14RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D14RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D14RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.25, - "label": "2024-09-30" - }, - { - "value": 0.28, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get D14 retention by cohort", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/D28RetentionByCohort": { - "post": { - "summary": "D28RetentionByCohort", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D28RetentionByCohort_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_D28RetentionByCohort_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 0.15, - "label": "2024-09-30" - }, - { - "value": 0.18, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get D28 retention by cohort", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD1Retention": { - "post": { - "summary": "AverageD1Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD1Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD1Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get average D1 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD3Retention": { - "post": { - "summary": "AverageD3Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD3Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD3Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get average D3 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD7Retention": { - "post": { - "summary": "AverageD7Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD7Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD7Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get average D7 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD14Retention": { - "post": { - "summary": "AverageD14Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD14Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD14Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get average D14 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/AverageD28Retention": { - "post": { - "summary": "AverageD28Retention", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD28Retention_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_AverageD28Retention_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 250, - "label": "2024-09-30" - }, - { - "value": 275, - "label": "2024-10-01" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get average D28 retention metrics", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyActiveWalletsBySegment": { - "post": { - "summary": "MonthlyActiveWalletsBySegment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyActiveWalletsBySegment_Response" - }, - "examples": { - "0": { - "value": { - "data": { - "segment1": [ - { - "value": 150, - "label": "2024-09" - }, - { - "value": 180, - "label": "2024-10" - } - ], - "segment2": [ - { - "value": 120, - "label": "2024-09" - }, - { - "value": 140, - "label": "2024-10" - } - ] - } - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly active wallets by segment", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/MonthlyTransactingWalletsBySegment": { - "post": { - "summary": "MonthlyTransactingWalletsBySegment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MonthlyTransactingWalletsBySegment_Response" - }, - "examples": { - "0": { - "value": { - "data": { - "segment1": [ - { - "value": 100, - "label": "2024-09" - }, - { - "value": 120, - "label": "2024-10" - } - ], - "segment2": [ - { - "value": 80, - "label": "2024-09" - }, - { - "value": 95, - "label": "2024-10" - } - ] - } - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get monthly transacting wallets by segment", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - }, - "/rpc/Analytics/WeeklyActiveWallets": { - "post": { - "summary": "WeeklyActiveWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WeeklyActiveWallets_Request" - }, - "examples": { - "0": { - "value": { - "filter": { - "projectId": 122, - "startDate": "2024-09-30", - "endDate": "2024-10-10" - } - } - } - } - } - } - }, - "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WeeklyActiveWallets_Response" - }, - "examples": { - "0": { - "value": { - "data": [ - { - "value": 350, - "label": "Week 39" - }, - { - "value": 380, - "label": "Week 40" - } - ] - } - } - } - } - } - }, - "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" - } - ] - } - } - } - } - }, - "description": "Get weekly active wallets", - "tags": [ - "secret" - ], - "security": [ - { - "BearerAuth": [ - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ" - ] - } - ] - } - } - }, - "servers": [ - { - "url": "https://api.sequence.app", - "description": "Analytics" - } - ], - "tags": [ - { - "name": "public", - "description": "Endpoints accessible by passing your project-access-key in the header. This is injected whenever you login automatically." - }, - { - "name": "secret", - "description": "Endpoints that require a Sequence service token intended to be secret. You can manually generate one on Sequence Builder and pass it as a Bearer Token." - } - ] -} \ No newline at end of file +{"openapi":"3.0.0","info":{"title":"アナリティクスAPI","version":""},"servers":[{"url":"https://api.sequence.app","description":"アナリティクス"}],"components":{"schemas":{"ErrorWebrpcEndpoint":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcエンドポイント"},"code":{"type":"number","example":"0"},"msg":{"type":"string","example":"エンドポイントエラー"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcRequestFailed":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcリクエスト失敗"},"code":{"type":"number","example":"-1"},"msg":{"type":"string","example":"リクエスト失敗"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcBadRoute":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正ルート"},"code":{"type":"number","example":"-2"},"msg":{"type":"string","example":"不正なルート"},"cause":{"type":"string"},"status":{"type":"number","example":"404"}}},"ErrorWebrpcBadMethod":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正メソッド"},"code":{"type":"number","example":"-3"},"msg":{"type":"string","example":"不正なメソッド"},"cause":{"type":"string"},"status":{"type":"number","example":"405"}}},"ErrorWebrpcBadRequest":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正リクエスト"},"code":{"type":"number","example":"-4"},"msg":{"type":"string","example":"不正なリクエスト"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcBadResponse":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正レスポンス"},"code":{"type":"number","example":"-5"},"msg":{"type":"string","example":"不正なレスポンス"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcServerPanic":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcサーバーパニック"},"code":{"type":"number","example":"-6"},"msg":{"type":"string","example":"サーバーパニック"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcInternalError":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc内部エラー"},"code":{"type":"number","example":"-7"},"msg":{"type":"string","example":"内部エラー"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcClientAborted":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"WebrpcClientAborted"},"code":{"type":"number","example":"-8"},"msg":{"type":"string","example":"クライアントによってリクエストが中断されました"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcStreamLost":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcストリーム消失"},"code":{"type":"number","example":"-9"},"msg":{"type":"string","example":"ストリーム消失"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcStreamFinished":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcストリーム終了"},"code":{"type":"number","example":"-10"},"msg":{"type":"string","example":"ストリーム終了"},"cause":{"type":"string"},"status":{"type":"number","example":"200"}}},"ErrorUnauthorized":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"認証されていません"},"code":{"type":"number","example":"1000"},"msg":{"type":"string","example":"認証されていないアクセス"},"cause":{"type":"string"},"status":{"type":"number","example":"401"}}},"ErrorPermissionDenied":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"権限拒否"},"code":{"type":"number","example":"1001"},"msg":{"type":"string","example":"権限がありません"},"cause":{"type":"string"},"status":{"type":"number","example":"403"}}},"ErrorSessionExpired":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"SessionExpired"},"code":{"type":"number","example":"1002"},"msg":{"type":"string","example":"セッションの有効期限が切れました"},"cause":{"type":"string"},"status":{"type":"number","example":"403"}}},"ErrorMethodNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"メソッドが見つかりません"},"code":{"type":"number","example":"1003"},"msg":{"type":"string","example":"メソッドが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"404"}}},"ErrorRequestConflict":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"リクエスト競合"},"code":{"type":"number","example":"1004"},"msg":{"type":"string","example":"対象リソースとの競合"},"cause":{"type":"string"},"status":{"type":"number","example":"409"}}},"ErrorServiceDisabled":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"ServiceDisabled"},"code":{"type":"number","example":"1005"},"msg":{"type":"string","example":"サービスが無効です"},"cause":{"type":"string"},"status":{"type":"number","example":"404"}}},"ErrorTimeout":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Timeout"},"code":{"type":"number","example":"2000"},"msg":{"type":"string","example":"リクエストがタイムアウトしました"},"cause":{"type":"string"},"status":{"type":"number","example":"408"}}},"ErrorInvalidArgument":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"無効な引数"},"code":{"type":"number","example":"2001"},"msg":{"type":"string","example":"無効な引数"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"見つかりません"},"code":{"type":"number","example":"3000"},"msg":{"type":"string","example":"リソースが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorUserNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"UserNotFound"},"code":{"type":"number","example":"3001"},"msg":{"type":"string","example":"ユーザーが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorProjectNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"ProjectNotFound"},"code":{"type":"number","example":"3002"},"msg":{"type":"string","example":"プロジェクトが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorInvalidTier":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"InvalidTier"},"code":{"type":"number","example":"3003"},"msg":{"type":"string","example":"無効なサブスクリプションプランです"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorEmailTemplateExists":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"EmailTemplateExists"},"code":{"type":"number","example":"3004"},"msg":{"type":"string","example":"メールテンプレートが既に存在します"},"cause":{"type":"string"},"status":{"type":"number","example":"409"}}},"ErrorSubscriptionLimit":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"SubscriptionLimit"},"code":{"type":"number","example":"3005"},"msg":{"type":"string","example":"サブスクリプションの上限に達しました"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"ErrorFeatureNotIncluded":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"FeatureNotIncluded"},"code":{"type":"number","example":"3006"},"msg":{"type":"string","example":"この機能は含まれていません"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"ErrorInvalidNetwork":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"InvalidNetwork"},"code":{"type":"number","example":"3007"},"msg":{"type":"string","example":"無効なネットワークです"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorInvitationExpired":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"InvitationExpired"},"code":{"type":"number","example":"4000"},"msg":{"type":"string","example":"招待コードの有効期限が切れています"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorAlreadyCollaborator":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"AlreadyCollaborator"},"code":{"type":"number","example":"4001"},"msg":{"type":"string","example":"既にコラボレーターです"},"cause":{"type":"string"},"status":{"type":"number","example":"409"}}},"ErrorNoPaymentMethod":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"NoPaymentMethod"},"code":{"type":"number","example":"4002"},"msg":{"type":"string","example":"デフォルトの支払い方法がありません"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"ErrorSeatsLimitReached":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"SeatsLimitReached"},"code":{"type":"number","example":"4003"},"msg":{"type":"string","example":"利用可能な席数の上限に達しました"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"SortOrder":{"type":"string","description":"サーバー側ではuint32で表現されます","enum":["ASC","DESC"]},"ProjectType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["EMBEDDED_WALLET_REACT","EMBEDDED_WALLET_NEXTJS","EMBEDDED_WALLET_UNITY","EMBEDDED_WALLET_UNREAL","MARKETPLACE_STANDALONE","MARKETPLACE_REACT","MARKETPLACE_UNITY","MARKETPLACE_UNREAL","SALE_CONTRACT_ERC1155","SALE_CONTRACT_ERC721","ALLOWLIST_STARTER"]},"TemplateType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["UNKNOWN","LOGIN","GUARD","EMAIL_CONFIRMATION"]},"EcosystemAccess":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ユーザー","閲覧","編集","管理者","オーナー"]},"AdminRole":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["なし","閲覧者","開発者","エコシステム","アカウント","ファイナンス","スーパー管理者"]},"Page":{"type":"object","properties":{"pageSize":{"type":"number"},"page":{"type":"number"},"column":{"type":"string"},"more":{"type":"boolean"},"sort":{"type":"配列","description":"[]SortBy","items":{"$ref":"#/components/schemas/SortBy"}}}},"SortBy":{"type":"object","required":["カラム"],"properties":{"column":{"type":"string"},"order":{"$ref":"#/components/schemas/SortOrder"}}},"ProjectImplicitRegistry":{"type":"object","required":["許可ドメイン","ID一覧"],"properties":{"whitelistedDomains":{"type":"配列","description":"[]string","items":{"type":"string"}},"ids":{"type":"object","description":"map","additionalProperties":{"type":"string"}}}},"Project":{"type":"object","required":["id","name","オーナーアドレス","オーナーアバターURL","ライセンスID","ライセンスバージョン","ロゴ画像キー","ロゴ画像URL","ウェブサイトURL","チェーンID","コラボレーター数","オンボーディング表示設定","作成日時","更新日時"],"properties":{"id":{"type":"number"},"name":{"type":"string"},"type":{"$ref":"#/components/schemas/ProjectType"},"ownerAddress":{"type":"string"},"ownerEmail":{"type":"string"},"ownerAvatarUrl":{"type":"string"},"licenseId":{"type":"number"},"licenseVersion":{"type":"number"},"logoImageKey":{"type":"string"},"logoImageUrl":{"type":"string"},"websiteUrl":{"type":"string"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"ecosystemId":{"type":"number"},"collaboratorCount":{"type":"number"},"onboardingVisibility":{"type":"boolean"},"implicitRegistry":{"$ref":"#/components/schemas/ProjectImplicitRegistry"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"ProjectListFilter":{"type":"object","properties":{"name":{"type":"string"},"chainId":{"type":"number"},"collaboratorAddress":{"type":"string"},"collaboratorEmail":{"type":"string"},"licenseId":{"type":"number"},"active":{"type":"boolean"}}},"OpenIdProvider":{"type":"object","required":["iss","aud"],"properties":{"iss":{"type":"string"},"aud":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"ContractData":{"type":"object","required":["abi","バイトコード"],"properties":{"abi":{"type":"string"},"bytecode":{"type":"string"},"hash":{"type":"string"},"implementationAddress":{"type":"string"}}},"SESSettings":{"type":"object","required":["accessRoleARN","sourceARN","リージョン"],"properties":{"accessRoleARN":{"type":"string"},"sourceARN":{"type":"string"},"region":{"type":"string"}}},"Image":{"type":"object","required":["src"],"properties":{"src":{"type":"string"},"width":{"type":"string"},"height":{"type":"string"},"alt":{"type":"string"},"displayOptions":{"type":"object","description":"map","additionalProperties":{"type":"string"}}}},"WalletProof":{"type":"object","required":["アドレス","メッセージ","署名","chainId"],"properties":{"address":{"type":"string"},"message":{"type":"string"},"signature":{"type":"string"},"chainId":{"type":"number"}}},"BillingCycle":{"type":"object","required":["開始","終了"],"properties":{"start":{"type":"string"},"end":{"type":"string"}}},"SubscriptionProvider":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ADMIN","STRIPE","GOOGLE"]},"Feature":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ANALYTICS","MARKETPLACE_SUBDOMAIN","MARKETPLACE_DOMAIN"]},"LicenseTag":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["なし","人気","割引"]},"PaymentProvider":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["なし","STRIPE","ADMIN","暗号資産","エコシステム","GOOGLE"]},"License":{"type":"object","required":["id","エコシステムID","デフォルト","パッケージ名","ラベル","プラン","おすすめ","サブタイトル","タグ","メインネット有効","総ライセンス数","ユーザーごとのライセンス数","作成日時","更新日時"],"properties":{"id":{"type":"number"},"ecosystemId":{"type":"number"},"isDefault":{"type":"boolean"},"packageName":{"type":"string"},"label":{"type":"string"},"tier":{"type":"number"},"featured":{"type":"boolean"},"subtitle":{"type":"string"},"tag":{"$ref":"#/components/schemas/LicenseTag"},"mainnetEnabled":{"type":"boolean"},"defaultChainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"availableChainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"extraChainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"totalLicenses":{"type":"number"},"licenseUsage":{"$ref":"#/components/schemas/LicenseUsage"},"licensePerUser":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"LicenseVersion":{"type":"object","required":["ライセンスID","バージョン","settings","バージョン利用状況","作成日時","更新日時"],"properties":{"licenseId":{"type":"number"},"version":{"type":"number"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"features":{"type":"配列","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"versionUsage":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"LicenseSettings":{"type":"object","required":["サブスクリプション価格","席数","サービス設定","マーケットプレイス手数料","ロイヤリティ手数料","ガス手数料上乗せ","ガス代込み","機能"],"properties":{"subscriptionPrice":{"type":"string"},"seats":{"type":"number"},"serviceSettings":{"type":"object","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettings"}},"marketplaceFee":{"type":"string"},"royaltyFee":{"type":"string"},"gasFeeMarkup":{"type":"string"},"gasIncluded":{"type":"string"},"features":{"type":"配列","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}}}},"ServiceSettings":{"type":"object","required":["レート制限","含まれるリクエスト数","超過利用許可","超過料金"],"properties":{"rateLimit":{"type":"number"},"requestsIncluded":{"type":"number"},"overageAllowed":{"type":"boolean"},"overagePrice":{"type":"string"}}},"LicenseUsage":{"type":"object","required":["合計","プロバイダー","バージョン"],"properties":{"total":{"type":"number"},"providers":{"type":"object","description":"map","additionalProperties":{"type":"number"}},"versions":{"type":"object","description":"map","additionalProperties":{"type":"number"}}}},"BillingOverride":{"type":"object","required":["追加席数","追加機能","チャージ機能有効","チャージプロバイダー","残高通知"],"properties":{"priceSubscription":{"type":"string"},"extraSeats":{"type":"number"},"marketplaceFee":{"type":"string"},"royaltyFee":{"type":"string"},"gasFeeMarkup":{"type":"string"},"extraFeatures":{"type":"配列","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"serviceSettings":{"type":"object","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettingsOverride"}},"topUpEnabled":{"type":"boolean"},"topUpProvider":{"$ref":"#/components/schemas/PaymentProvider"},"topUpThreshold":{"type":"number"},"topUpAmount":{"type":"number"},"topUpLimit":{"type":"number"},"balanceNotifications":{"type":"boolean"}}},"ServiceSettingsOverride":{"type":"object","properties":{"rateLimit":{"type":"number"},"requestsIncluded":{"type":"number"},"overageAllowed":{"type":"boolean"},"overagePrice":{"type":"string"},"usageWarning":{"type":"number"},"overageWarning":{"type":"number"},"maxOverage":{"type":"number"}}},"ResourceType":{"type":"string","description":"サーバー側ではint8として表現されます","enum":["CONTRACTS","MARKET_COLLECTIONS","SHOP_COLLECTIONS"]},"CollaboratorAccess":{"type":"string","description":"サーバー側ではuint32で表現されます","enum":["なし","READ","WRITE","ADMIN"]},"CollaboratorType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["USER","SERVICE_ACCOUNT"]},"ContractSourceType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["LINKED","DEPLOYED"]},"PaymentStatus":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["INITIATED","PENDING","SUCCEEDED","FAILED","PROCESSED"]},"AdminMarketplaceContractType":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["UNKNOWN","ERC20","ERC721","ERC1155"]},"AdminCollectionPriority":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","低","通常","高"]},"AdminCollectionStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","作成済み","コントラクトメタデータ同期中","コントラクトメタデータ同期済み","メタデータ同期中","メタデータ同期済み","トークン同期中","トークン同期済み","注文同期中","有効","失敗","非アクティブ","互換性のないタイプ"]},"TokenType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ERC20","ERC721","ERC1155"]},"FileScope":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ロゴ","マーケットプレイス","アバター","メール","ウォレット","トークンディレクトリ","エコシステム"]},"TaskStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["PENDING","一時停止中","FAILED","完了","無効"]},"TrialType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ANALYTICS"]},"AuditType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["サブスクリプション","請求上書き","エコシステムライセンス","ライセンスバージョン"]},"PaymentMethodType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["カード","リンク"]},"SecretType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["FORTEPAY"]},"SecretEnv":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["テスト","本番"]},"Version":{"type":"object","required":["webrpcバージョン","スキーマバージョン","スキーマハッシュ","アプリバージョン"],"properties":{"webrpcVersion":{"type":"string"},"schemaVersion":{"type":"string"},"schemaHash":{"type":"string"},"appVersion":{"type":"string"}}},"RuntimeStatus":{"type":"object","required":["正常","開始時刻","稼働時間","バージョン","環境","ブランチ","コミットハッシュ","ネットワーク","チェック"],"properties":{"healthOK":{"type":"boolean"},"startTime":{"type":"string"},"uptime":{"type":"number"},"ver":{"type":"string"},"env":{"type":"string"},"branch":{"type":"string"},"commitHash":{"type":"string"},"networks":{"type":"object","description":"map","additionalProperties":{"type":"boolean"}},"checks":{"$ref":"#/components/schemas/RuntimeChecks"}}},"RuntimeChecks":{"type":"object","required":["クォータ管理","joqueue","stripe","cloudCommerce"],"properties":{"quotaControl":{"type":"boolean"},"joqueue":{"type":"boolean"},"stripe":{"type":"boolean"},"cloudCommerce":{"type":"boolean"}}},"AuthState":{"type":"object","required":["jwtトークン","有効期限","アドレス","セッションタイプ","ユーザー"],"properties":{"jwtToken":{"type":"string"},"expiresAt":{"type":"string"},"address":{"type":"string"},"sessionType":{"type":"string"},"user":{"$ref":"#/components/schemas/User"},"access":{"$ref":"#/components/schemas/EcosystemAccess"}}},"User":{"type":"object","required":["アドレス","メール確認済み","役割","アバターキー","アバターURL","最近のプロジェクトID","作成日時","更新日時"],"properties":{"address":{"type":"string"},"email":{"type":"string"},"emailConfirmed":{"type":"boolean"},"role":{"$ref":"#/components/schemas/AdminRole"},"avatarKey":{"type":"string"},"avatarUrl":{"type":"string"},"recentProjectIds":{"type":"object","description":"map","additionalProperties":{"type":"number"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"UserWallet":{"type":"object","required":["id","ユーザーアドレス","ウォレットアドレス","プロバイダー","作成日時","更新日時"],"properties":{"id":{"type":"number"},"userAddress":{"type":"string"},"walletAddress":{"type":"string"},"provider":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"UserSettings":{"type":"object","required":["プロジェクト上限","プロジェクト数"],"properties":{"projectsLimit":{"type":"number"},"projectsLeft":{"type":"number"},"projectCount":{"type":"number"}}},"UserOverride":{"type":"object","required":["id","アドレス","追加プロジェクト","作成日時","更新日時"],"properties":{"id":{"type":"number"},"address":{"type":"string"},"extraProjects":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"CreateProjectOptions":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/ProjectType"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}}}},"ResourceFilter":{"type":"object","properties":{"contracts":{"$ref":"#/components/schemas/ContractFilter"}}},"Resource":{"type":"object","required":["タイプ","合計","詳細"],"properties":{"type":{"$ref":"#/components/schemas/ResourceType"},"total":{"type":"number"},"detail":{"type":"配列","description":"[]ResourceDetail","items":{"$ref":"#/components/schemas/ResourceDetail"}}}},"ResourceDetail":{"type":"object","required":["キー","カウント"],"properties":{"key":{"type":"object"},"count":{"type":"number"}}},"ProjectSubscription":{"type":"object","required":["id","プロジェクトID","ライセンスID","ライセンスバージョン","サブスクリプションID","開始日"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"provider":{"$ref":"#/components/schemas/SubscriptionProvider"},"licenseId":{"type":"number"},"licenseVersion":{"type":"number"},"subscriptionId":{"type":"string"},"providerUrl":{"type":"string"},"dateStart":{"type":"string"},"dateEnd":{"type":"string"}}},"Collaborator":{"type":"object","required":["id","プロジェクトID","タイプ","ユーザーアドレス","アクセス","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"type":{"$ref":"#/components/schemas/CollaboratorType"},"userAddress":{"type":"string"},"userEmail":{"type":"string"},"userAvatarUrl":{"type":"string"},"userAvatarKey":{"type":"string"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"invitationId":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"Contract":{"type":"object","required":["id","プロジェクトID","コントラクト名","コントラクトアドレス","コントラクトタイプ","chainId","ソース","コントラクト拡張","バイトコード一致","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"contractName":{"type":"string"},"contractAddress":{"type":"string"},"contractType":{"type":"string"},"chainId":{"type":"number"},"source":{"$ref":"#/components/schemas/ContractSourceType"},"abi":{"type":"string"},"bytecode":{"type":"string"},"bytecodeHash":{"type":"string"},"audienceId":{"type":"number"},"decimals":{"type":"number"},"symbol":{"type":"string"},"contractExtensions":{"$ref":"#/components/schemas/ContractExtensions"},"tags":{"type":"配列","description":"[]string","items":{"type":"string"}},"bytecodeMatch":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ContractExtensions":{"type":"object","properties":{"itemsContractAddress":{"type":"string"},"splitterContractAddresses":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"ContractSync":{"type":"object","properties":{"decimals":{"type":"number"},"symbol":{"type":"string"}}},"ContractFilter":{"type":"object","properties":{"chainId":{"type":"number"},"contractSourceType":{"$ref":"#/components/schemas/ContractSourceType"},"contractTypes":{"type":"配列","description":"[]string","items":{"type":"string"}},"tag":{"type":"string"},"name":{"type":"string"},"contractAddress":{"type":"string"},"includeUnmatched":{"type":"boolean"}}},"ContractTag":{"type":"object","required":["タグ","カウント"],"properties":{"tag":{"type":"string"},"count":{"type":"number"}}},"ContractLink":{"type":"object","required":["プロジェクト","コラボレーター"],"properties":{"contract":{"$ref":"#/components/schemas/Contract"},"project":{"$ref":"#/components/schemas/Project"},"collaborator":{"$ref":"#/components/schemas/Collaborator"}}},"RelayerGasSponsor":{"type":"object","required":["id","プロジェクトID","chainId","表示名","アドレス","有効","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"displayName":{"type":"string"},"address":{"type":"string"},"active":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"RelayerTransaction":{"type":"object","required":["トランザクションハッシュ","トランザクションノンス","トランザクションステータス","トランザクションリバート理由","再キュー数","キュー日時","送信日時","マイニング日時","ターゲット","入力","トランザクション引数","ウォレットアドレス","メタトランザクションノンス","ガスリミット","ガス価格","ガス使用量","ガス見積もり","USDレート","使用クレジット数","コスト","ホワイトリスト登録済み","作成日時","更新日時"],"properties":{"txnHash":{"type":"string"},"txnNonce":{"type":"string"},"metaTxnID":{"type":"string"},"txnStatus":{"type":"string"},"txnRevertReason":{"type":"string"},"requeues":{"type":"number"},"queuedAt":{"type":"string"},"sentAt":{"type":"string"},"minedAt":{"type":"string"},"target":{"type":"string"},"input":{"type":"string"},"txnArgs":{"type":"object","description":"map","additionalProperties":{"type":"object"}},"txnReceipt":{"type":"object","description":"map","additionalProperties":{"type":"object"}},"walletAddress":{"type":"string"},"metaTxnNonce":{"type":"string"},"gasLimit":{"type":"number"},"gasPrice":{"type":"string"},"gasUsed":{"type":"number"},"gasEstimated":{"type":"number"},"gasFeeMarkup":{"type":"number"},"usdRate":{"type":"string"},"creditsUsed":{"type":"number"},"cost":{"type":"string"},"isWhitelisted":{"type":"boolean"},"gasSponsor":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ProjectGasTankStatus":{"type":"object","required":["プロバイダー","支払い設定","支払いに関する問題","メインネットスポンサー"],"properties":{"provider":{"$ref":"#/components/schemas/PaymentProvider"},"setupPayment":{"type":"boolean"},"issueWithPayment":{"type":"boolean"},"mainnetSponsors":{"type":"boolean"},"balance":{"type":"number"}}},"EcosystemGasTankStatus":{"type":"object","required":["支払い設定","支払いに関する問題"],"properties":{"setupPayment":{"type":"boolean"},"issueWithPayment":{"type":"boolean"},"balance":{"type":"number"}}},"GasTankSettings":{"type":"object","required":["残高しきい値","通知送信","自動チャージ","チャージプロバイダー","チャージ金額","チャージ上限"],"properties":{"balanceThreshold":{"type":"number"},"sendNotifications":{"type":"boolean"},"autoRecharge":{"type":"boolean"},"topupProvider":{"$ref":"#/components/schemas/PaymentProvider"},"rechargeAmount":{"type":"number"},"rechargeLimit":{"type":"number"}}},"UsageInfo":{"type":"object","required":["警告しきい値(含まれる分)","最大値(含まれる分)","警告しきい値(超過分)","最大値(超過分)","利用状況","残高","超過分","追加請求分"],"properties":{"includedWarn":{"type":"number"},"includedMax":{"type":"number"},"overageWarn":{"type":"number"},"overageMax":{"type":"number"},"usage":{"type":"number"},"balance":{"type":"number"},"overage":{"type":"number"},"extraCharged":{"type":"string"}}},"SubscriptionInfo":{"type":"object","required":["現在","サイクル","settings","ガスタンク設定","利用状況"],"properties":{"current":{"$ref":"#/components/schemas/ProjectSubscription"},"license":{"$ref":"#/components/schemas/License"},"cycle":{"$ref":"#/components/schemas/BillingCycle"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"gasTankSettings":{"$ref":"#/components/schemas/GasTankSettings"},"usage":{"type":"object","description":"map","additionalProperties":{"$ref":"#/components/schemas/UsageInfo"}},"plannedDowngrade":{"$ref":"#/components/schemas/License"},"pendingUpgrade":{"$ref":"#/components/schemas/License"}}},"Redirect":{"type":"object","required":["URL"],"properties":{"url":{"type":"string"}}},"StripeEventData":{"type":"object","required":["object"],"properties":{"object":{"$ref":"#/components/schemas/StripeEventDataObject"}}},"StripeEventDataObject":{"type":"object","required":["id","object"],"properties":{"id":{"type":"string"},"object":{"type":"string"}}},"Payment":{"type":"object","required":["id","プロジェクトID","プロバイダー","外部取引ID","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"status":{"$ref":"#/components/schemas/PaymentStatus"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"externalTxnID":{"type":"string"},"createdAt":{"type":"string"}}},"InvoicesReturn":{"type":"object","required":["さらに表示","請求書"],"properties":{"hasMore":{"type":"boolean"},"invoices":{"type":"配列","description":"[]Invoice","items":{"$ref":"#/components/schemas/Invoice"}}}},"Invoice":{"type":"object","required":["id","日付","金額","支払い済み","URL"],"properties":{"id":{"type":"string"},"date":{"type":"string"},"amount":{"type":"string"},"paid":{"type":"boolean"},"url":{"type":"string"}}},"ContractInfo":{"type":"object","required":["data"],"properties":{"data":{"type":"object"}}},"ContractInfoOverride":{"type":"object","required":["data"],"properties":{"data":{"type":"object"}}},"ProjectInvitation":{"type":"object","required":["id","プロジェクトID","コード","アクセス","有効期限","利用回数","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"code":{"type":"string"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"expiresAt":{"type":"string"},"usageCount":{"type":"number"},"createdAt":{"type":"string"},"deletedAt":{"type":"string"}}},"AdminMarketplaceCollection":{"type":"object","required":["ステータス","chainId","コントラクトアドレス","コントラクトタイプ","優先度","トークン数量小数点","作成日時","更新日時"],"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"}}},"OffchainInventory":{"type":"object","required":["id","プロジェクトID","chainId","外部商品ID","支払いトークンアドレス","支払いトークンタイプ","支払いトークンID","支払い金額","支払い受取人"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"externalProductId":{"type":"string"},"paymentTokenAddress":{"type":"string"},"paymentTokenType":{"$ref":"#/components/schemas/TokenType"},"paymentTokenId":{"type":"number"},"paymentAmount":{"type":"number"},"paymentRecipient":{"type":"string"},"chainedCallAddress":{"type":"string"},"chainedCallData":{"type":"string"},"allowCrossChainPayments":{"type":"boolean"},"callbackURL":{"type":"string"},"createdAt":{"type":"string"},"deletedAt":{"type":"string"}}},"OffchainPayment":{"type":"object","required":["id","オフチェーン在庫ID","商品受取人","支払いチェーンID","支払いトークンアドレス","有効期限","作成日時"],"properties":{"id":{"type":"number"},"offchainInventoryId":{"type":"number"},"productRecipient":{"type":"string"},"paymentChainId":{"type":"number"},"paymentTokenAddress":{"type":"string"},"expiration":{"type":"string"},"createdAt":{"type":"string"},"completedAt":{"type":"string"},"processedAt":{"type":"string"}}},"ProjectFile":{"type":"object","required":["id","プロジェクトID","スコープ","MIMEタイプ","ファイルパス","内容","ハッシュ","URL","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"scope":{"$ref":"#/components/schemas/FileScope"},"mimetype":{"type":"string"},"filepath":{"type":"string"},"contents":{"type":"配列","description":"[]byte","items":{"type":"string"}},"hash":{"type":"配列","description":"[]byte","items":{"type":"string"}},"url":{"type":"string"},"createdAt":{"type":"string"}}},"WaasTemplate":{"type":"object","required":["id","プロジェクトID","件名","導入文","ロゴURL","プレースホルダー","作成日時","更新日時"],"properties":{"id":{"type":"number"},"templateType":{"$ref":"#/components/schemas/TemplateType"},"projectId":{"type":"number"},"subject":{"type":"string"},"introText":{"type":"string"},"logoUrl":{"type":"string"},"template":{"type":"string"},"fromEmail":{"type":"string"},"placeholders":{"type":"配列","description":"[]string","items":{"type":"string"}},"sesConfig":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"TaskRunner":{"type":"object","required":["id","ワークグループ","実行日時"],"properties":{"id":{"type":"number"},"workGroup":{"type":"string"},"runAt":{"type":"string"}}},"Task":{"type":"object","required":["id","キュー","ステータス","試行回数","ペイロード"],"properties":{"id":{"type":"number"},"queue":{"type":"string"},"status":{"$ref":"#/components/schemas/TaskStatus"},"try":{"type":"number"},"runAt":{"type":"string"},"lastRanAt":{"type":"string"},"createdAt":{"type":"string"},"payload":{"type":"配列","description":"[]byte","items":{"type":"string"}},"hash":{"type":"string"}}},"CreditBonus":{"type":"object","required":["id","プロジェクトID","金額","残高","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"amount":{"type":"number"},"balance":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"WaasSettings":{"type":"object","required":["リカバリーアドレス","認証設定","OIDCプロバイダー","許可オリジン","更新コード","テナントキー"],"properties":{"recoveryAddress":{"type":"string"},"authConfig":{"$ref":"#/components/schemas/WaasAuthConfig"},"oidcProviders":{"type":"配列","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}},"allowedOrigins":{"type":"配列","description":"[]string","items":{"type":"string"}},"updateCode":{"type":"string"},"tenantKey":{"type":"string"}}},"WaasAuthEmailConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"}}},"WaasAuthGuestConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"}}},"WaasAuthPlayfabConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"},"titleId":{"type":"string"}}},"WaasAuthStytchConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"},"projectId":{"type":"string"}}},"WaasAuthTwitterConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"},"clientId":{"type":"string"}}},"WaasAuthConfig":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/WaasAuthEmailConfig"},"guest":{"$ref":"#/components/schemas/WaasAuthGuestConfig"},"playfab":{"$ref":"#/components/schemas/WaasAuthPlayfabConfig"},"stytch":{"$ref":"#/components/schemas/WaasAuthStytchConfig"},"twitter":{"$ref":"#/components/schemas/WaasAuthTwitterConfig"}}},"Audience":{"type":"object","required":["id","プロジェクトID","name","連絡先数","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"name":{"type":"string"},"contactCount":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"AudienceContact":{"type":"object","required":["オーディエンスID","アドレス"],"properties":{"id":{"type":"number"},"audienceId":{"type":"number"},"name":{"type":"string"},"address":{"type":"string"},"email":{"type":"string"},"userIp":{"type":"string"},"stage":{"type":"number"},"provider":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"AudienceRegistrationStatus":{"type":"object","required":["合計数"],"properties":{"totalCount":{"type":"number"}}},"Trial":{"type":"object","required":["id","プロジェクトID","タイプ","開始日時","終了日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"type":{"$ref":"#/components/schemas/TrialType"},"startAt":{"type":"string"},"endAt":{"type":"string"}}},"AuditLog":{"type":"object","required":["id","ウォレットアドレス","userEmail","エンティティID","タイプ","旧値","新値","作成日時"],"properties":{"id":{"type":"number"},"walletAddress":{"type":"string"},"userEmail":{"type":"string"},"entityId":{"type":"number"},"type":{"$ref":"#/components/schemas/AuditType"},"oldValue":{"type":"object"},"newValue":{"type":"object"},"createdAt":{"type":"string"}}},"PaymentMethodCardData":{"type":"object","required":["ブランド","国","下4桁","有効期限"],"properties":{"brand":{"type":"string"},"country":{"type":"string"},"last4":{"type":"string"},"expDate":{"type":"string"}}},"PaymentMethodLinkData":{"type":"object","required":["メールアドレス"],"properties":{"email":{"type":"string"}}},"PaymentMethod":{"type":"object","required":["id","タイプ","デフォルト"],"properties":{"id":{"type":"string"},"type":{"$ref":"#/components/schemas/PaymentMethodType"},"cardData":{"$ref":"#/components/schemas/PaymentMethodCardData"},"linkData":{"$ref":"#/components/schemas/PaymentMethodLinkData"},"default":{"type":"boolean"}}},"ProjectSecret":{"type":"object","required":["タイプ","環境"],"properties":{"type":{"$ref":"#/components/schemas/SecretType"},"env":{"$ref":"#/components/schemas/SecretEnv"},"updatedAt":{"type":"string"}}},"FinancialReportType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["サブスクリプション","GASTANK_TOPUP"]},"FinancialReportEntry":{"type":"object","required":["金額","タイプ","プロバイダー","参照","メモ","作成日時"],"properties":{"projectId":{"type":"number"},"ecosystemId":{"type":"number"},"amount":{"type":"number"},"type":{"$ref":"#/components/schemas/FinancialReportType"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"reference":{"type":"string"},"externalURL":{"type":"string"},"notes":{"type":"string"},"createdAt":{"type":"string"}}},"TransakContract":{"type":"object","required":["id","chainId","コントラクトアドレス","name","プロジェクトID","作成日時","更新日時"],"properties":{"id":{"type":"number"},"transakId":{"type":"string"},"chainId":{"type":"number"},"contractAddress":{"type":"string"},"name":{"type":"string"},"projectIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"TransakContractFilter":{"type":"object","properties":{"query":{"type":"string"},"chainId":{"type":"number"}}},"WhitelistUrl":{"type":"object","required":["id","プロジェクトID","URL","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"url":{"type":"string"},"approvedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"AnalyticsProjectType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["すべて","作成済み","関連"]},"DateInterval":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["日","週","月"]},"QueryFilter":{"type":"object","properties":{"projectId":{"type":"number"},"ecosystemId":{"type":"number"},"startDate":{"type":"string"},"endDate":{"type":"string"},"dateInterval":{"$ref":"#/components/schemas/DateInterval"},"collections":{"type":"配列","description":"[]string","items":{"type":"string"}},"tokenId":{"type":"string"},"projectType":{"$ref":"#/components/schemas/AnalyticsProjectType"}}},"Chart":{"type":"object","required":["値","ラベル"],"properties":{"value":{"type":"number"},"label":{"type":"string"}}},"ChartWithPercentage":{"type":"object","required":["ラベル","合計","パーセンテージ"],"properties":{"label":{"type":"string"},"total":{"type":"number"},"percentage":{"type":"number"}}},"MultiValueChart":{"type":"object","required":["値","ラベル"],"properties":{"value":{"type":"object","description":"map","additionalProperties":{"type":"number"}},"label":{"type":"string"}}},"QueryResult":{"type":"object","required":["コレクション","ソース","取引高(USD)","トークン数","取引数"],"properties":{"collection":{"type":"string"},"source":{"type":"string"},"tokenId":{"type":"string"},"volumeUSD":{"type":"number"},"numTokens":{"type":"number"},"numTxns":{"type":"number"}}},"TokenTransactionData":{"type":"object","required":["コレクションID","コレクション名","トークンID","トークン名","アイテム数量"],"properties":{"collectionId":{"type":"string"},"collectionName":{"type":"string"},"tokenId":{"type":"string"},"tokenName":{"type":"string"},"itemQuantities":{"type":"number"}}},"TrailsTransactionByMode":{"type":"object","required":["モード","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","総手数料","総取引高"],"properties":{"mode":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByRoute":{"type":"object","required":["元チェーン名","送信先チェーン名","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","平均取引時間","ガス手数料","総手数料","総取引高"],"properties":{"origChainName":{"type":"string"},"destChainName":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"avgTxnDuration":{"type":"number"},"gasFees":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByProvider":{"type":"object","required":["プロバイダースワップ","プロバイダーブリッジ","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","平均取引時間","プロバイダー手数料","総手数料","総取引高"],"properties":{"providerSwap":{"type":"string"},"providerBridge":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"avgTxnDuration":{"type":"number"},"providerFees":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByCountry":{"type":"object","required":["国","取引ウォレット数","支払い完了数","完了率","総取引高"],"properties":{"country":{"type":"string"},"transactingWallets":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionDetail":{"type":"object","required":["日付","チェックアウトID","国","プロバイダー","ホスト名","元取引ハッシュ","送信先取引ハッシュ","元チェーン名","送信先チェーン名","元トークンシンボル","送信先トークンシンボル","プロバイダー手数料","総手数料","総取引高"],"properties":{"date":{"type":"string"},"checkoutId":{"type":"string"},"country":{"type":"string"},"provider":{"type":"string"},"hostname":{"type":"string"},"originTxHash":{"type":"string"},"destTxHash":{"type":"string"},"origChainName":{"type":"string"},"destChainName":{"type":"string"},"origTokenSymbol":{"type":"string"},"destTokenSymbol":{"type":"string"},"providerFee":{"type":"number"},"totalFee":{"type":"number"},"totalVolume":{"type":"number"}}},"ContractLibraryStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["非推奨","ナイトリー","安定版"]},"ContractLibraryItem":{"type":"object","required":["UID","コントラクトタイプ","name","説明","作成者","ライセンス","詳細情報URL","無効","作成日時","更新日時"],"properties":{"uid":{"type":"string"},"contractType":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"author":{"type":"string"},"license":{"type":"string"},"moreInfoUrl":{"type":"string"},"disabled":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ContractLibraryVersion":{"type":"object","required":["UID","バージョン","監査済み","リリースノート","アップグレード可能","ソースデータ","ステータス","作成日時","更新日時"],"properties":{"uid":{"type":"string"},"version":{"type":"number"},"audited":{"type":"boolean"},"releaseNotes":{"type":"string"},"upgradable":{"type":"boolean"},"sourceData":{"$ref":"#/components/schemas/ContractData"},"factoryAddress":{"type":"string"},"factoryData":{"$ref":"#/components/schemas/ContractData"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"status":{"$ref":"#/components/schemas/ContractLibraryStatus"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ProjectContractSource":{"type":"object","required":["プロジェクトID","UID","data","name","作成日時","更新日時"],"properties":{"projectId":{"type":"number"},"uid":{"type":"string"},"data":{"$ref":"#/components/schemas/ContractData"},"name":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"EcosystemType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["UNKNOWN","オープン","クローズド"]},"ThemeType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ライト","dark","システム"]},"LoginProviderType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["APPLE","GOOGLE","メール","パスキー","秘密鍵"]},"Ecosystem":{"type":"object","required":["id","name","タイプ","オーナーアドレス","ビルダードメイン","アクセスキープレフィックス","チェーンID","限定","settings","作成日時","更新日時"],"properties":{"id":{"type":"number"},"name":{"type":"string"},"type":{"$ref":"#/components/schemas/EcosystemType"},"ownerAddress":{"type":"string"},"builderDomain":{"type":"string"},"walletDomain":{"type":"string"},"email":{"type":"string"},"accessKeyPrefix":{"type":"string"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"exclusive":{"type":"boolean"},"projectCount":{"type":"number"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"EcosystemCollaborator":{"type":"object","required":["id","エコシステムID","ユーザーアドレス","アクセス","作成日時","更新日時"],"properties":{"id":{"type":"number"},"ecosystemId":{"type":"number"},"userAddress":{"type":"string"},"access":{"$ref":"#/components/schemas/EcosystemAccess"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"EcosystemSettings":{"type":"object","required":["タイトル","説明","詳細はこちらボタン","詳細URL","crispウェブサイトID","テーマ","メール設定","ウォレット設定","接続済みウォレットを許可"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"learnMoreButton":{"type":"string"},"learnMoreUrl":{"type":"string"},"crispWebsiteId":{"type":"string"},"domainAllowList":{"type":"配列","description":"[]string","items":{"type":"string"}},"domainBlockList":{"type":"配列","description":"[]string","items":{"type":"string"}},"themes":{"type":"配列","description":"[]ThemeSettings","items":{"$ref":"#/components/schemas/ThemeSettings"}},"emailSettings":{"$ref":"#/components/schemas/EcosystemEmailSettings"},"walletSettings":{"$ref":"#/components/schemas/EcosystemWalletSettings"},"allowConnectedWallets":{"type":"boolean"}}},"EcosystemEmailSettings":{"type":"object","required":["バナーURL"],"properties":{"bannerUrl":{"type":"string"}}},"EcosystemWalletSettings":{"type":"object","required":["EOAウォレット有効","複数アカウント許可","ソーシャルオプション","ウォレットオプション"],"properties":{"isEOAWalletEnabled":{"type":"boolean"},"allowMultipleAccount":{"type":"boolean"},"socialOptions":{"type":"配列","description":"[]string","items":{"type":"string"}},"walletOptions":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"ThemeSettings":{"type":"object","required":["タイプ","カスタムCSS","ファイルロゴ","ファイルタイトル","ファイル背景","ファイル背景(モバイル)"],"properties":{"type":{"$ref":"#/components/schemas/ThemeType"},"customCss":{"type":"string"},"fileLogo":{"type":"string"},"fileTitle":{"type":"string"},"fileBackground":{"type":"string"},"fileBackgroundMobile":{"type":"string"}}},"Configuration":{"type":"object","required":["エコシステムID","name","ビルダードメイン","チェーンID","ライセンス","settings","限定チェーンID"],"properties":{"ecosystemId":{"type":"number"},"name":{"type":"string"},"builderDomain":{"type":"string"},"walletDomain":{"type":"string"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"license":{"$ref":"#/components/schemas/License"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"exclusiveChainIds":{"type":"object","description":"map","additionalProperties":{"type":"number"}}}},"EcosystemTemplate":{"type":"object","required":["件名","テンプレート","data","送信元メールアドレス","コンテンツ","プレースホルダー","作成日時","更新日時"],"properties":{"subject":{"type":"string"},"template":{"type":"string"},"data":{"$ref":"#/components/schemas/TemplateData"},"fromEmail":{"type":"string"},"content":{"type":"string"},"placeholders":{"type":"配列","description":"[]string","items":{"type":"string"}},"sesSettings":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"TemplateData":{"type":"object","required":["導入文","ロゴURL"],"properties":{"introText":{"type":"string"},"logoUrl":{"type":"string"}}},"LoginProvider":{"type":"object","required":["タイプ"],"properties":{"type":{"$ref":"#/components/schemas/LoginProviderType"},"clientId":{"type":"string"},"updatedAt":{"type":"string"}}},"WalletCustomTheme":{"type":"object","required":["ファイルヘッダーロゴ","ファイル認証ロゴ"],"properties":{"fileHeaderLogo":{"$ref":"#/components/schemas/Image"},"fileAuthLogo":{"$ref":"#/components/schemas/Image"},"fileAuthCover":{"$ref":"#/components/schemas/Image"},"fileBackgroundImage":{"$ref":"#/components/schemas/Image"},"colors":{"type":"object","description":"map","additionalProperties":{"type":"string"}}}},"WalletThemes":{"type":"object","required":["ライト","dark"],"properties":{"light":{"$ref":"#/components/schemas/WalletCustomTheme"},"dark":{"$ref":"#/components/schemas/WalletCustomTheme"}}},"DiscoveryCategory":{"type":"object","required":["ラベル","タグ","非公開"],"properties":{"label":{"type":"string"},"tag":{"type":"string"},"private":{"type":"boolean"}}},"DiscoveryApp":{"type":"object","required":["id","カバー画像","URL","カテゴリタグ","チェーンID"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"coverImage":{"$ref":"#/components/schemas/Image"},"url":{"type":"string"},"categoryTags":{"type":"配列","description":"[]string","items":{"type":"string"}},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}}}},"DiscoverySection":{"type":"object","required":["アプリ","非公開","カテゴリ","バナー","アクティブバナー"],"properties":{"apps":{"type":"配列","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"private":{"type":"boolean"},"categories":{"type":"配列","description":"[]DiscoveryCategory","items":{"$ref":"#/components/schemas/DiscoveryCategory"}},"banners":{"type":"配列","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"activeBanners":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"EcosystemWalletMetaTags":{"type":"object","required":["タイトル","説明","URL","プレビュー画像","ファビコン"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"url":{"type":"string"},"previewImage":{"type":"string"},"favicon":{"type":"string"}}},"SDKConfig":{"type":"object","required":["ブランドサインイン","サインインボタンタイトル"],"properties":{"brandedSignIn":{"type":"boolean"},"signInButtonTitle":{"type":"string"},"signInButtonLogo":{"$ref":"#/components/schemas/Image"}}},"EcosystemWalletConfig":{"type":"object","required":["エコシステムID","name","説明","URL","メールアドレス","デフォルトテーマ","対応テーマ","テーマ","メタタグ","デフォルト通貨","監視中ウォレット","対応チェーン","デフォルトチェーンID","有効プロバイダー","プロバイダー設定","EOAウォレット許可","作成日時","更新日時"],"properties":{"ecosystemId":{"type":"number"},"name":{"type":"string"},"description":{"type":"string"},"url":{"type":"string"},"email":{"type":"string"},"defaultTheme":{"$ref":"#/components/schemas/ThemeType"},"supportedThemes":{"type":"配列","description":"[]ThemeType","items":{"$ref":"#/components/schemas/ThemeType"}},"themes":{"$ref":"#/components/schemas/WalletThemes"},"metaTags":{"$ref":"#/components/schemas/EcosystemWalletMetaTags"},"defaultCurrency":{"type":"string"},"watchedWallets":{"type":"boolean"},"supportedChains":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"defaultChainId":{"type":"number"},"enabledProviders":{"type":"配列","description":"[]LoginProviderType","items":{"$ref":"#/components/schemas/LoginProviderType"}},"providerConfig":{"type":"配列","description":"[]LoginProvider","items":{"$ref":"#/components/schemas/LoginProvider"}},"discovery":{"$ref":"#/components/schemas/DiscoverySection"},"sdkConfig":{"$ref":"#/components/schemas/SDKConfig"},"allowEOAWallets":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"AdjustmentSource":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","ワンタイム","自動"]},"AdjustmentStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","保留中","承認済み","成功","失敗","キャンセル済み"]},"OwnerType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["プロジェクト","エコシステム"]},"GasTankAdjustment":{"type":"object","required":["id","プロジェクトID","エコシステムID","プロバイダー","ソース","金額","ステータス","メモ","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"ecosystemId":{"type":"number"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"amount":{"type":"number"},"status":{"$ref":"#/components/schemas/AdjustmentStatus"},"externalId":{"type":"string"},"notes":{"type":"string"},"createdAt":{"type":"string"}}},"GasTankAdjustmentFilter":{"type":"object","properties":{"ownerType":{"$ref":"#/components/schemas/OwnerType"},"ownerId":{"type":"number"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"status":{"type":"配列","description":"[]AdjustmentStatus","items":{"$ref":"#/components/schemas/AdjustmentStatus"}},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"from":{"type":"string"},"to":{"type":"string"}}},"GasTankConfig":{"type":"object","required":["有効","chainId","トークンアドレス","トークン小数点","受取人アドレス"],"properties":{"enabled":{"type":"boolean"},"chainId":{"type":"number"},"tokenAddress":{"type":"string"},"tokenDecimals":{"type":"number"},"recipientAddress":{"type":"string"}}},"MarketplaceWalletType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ユニバーサル","エンベデッド","エコシステム"]},"FilterCondition":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["全キー","特定値"]},"MarketplaceLegacyType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["AMM","P2P","SEQUENCE","オーダーブック"]},"MarketplaceHostname":{"type":"object","required":["ホスト名","プロジェクトID","デフォルトホスト名","カスタムドメイン","作成日時"],"properties":{"hostname":{"type":"string"},"projectId":{"type":"number"},"isDefaultHostname":{"type":"boolean"},"isCustomDomain":{"type":"boolean"},"createdAt":{"type":"string"}}},"Marketplace":{"type":"object","required":["プロジェクトID","settings","マーケット","ショップ"],"properties":{"projectId":{"type":"number"},"settings":{"$ref":"#/components/schemas/MarketplaceSettings"},"market":{"$ref":"#/components/schemas/MarketplacePage"},"shop":{"$ref":"#/components/schemas/MarketplacePage"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"MarketplaceSettings":{"type":"object","required":["スタイル","発行者ID","タイトル","ソーシャル","ファビコンURL","ウォレットオプション","ロゴURL","フォントURL","トレイル有効化"],"properties":{"style":{"type":"object","description":"map","additionalProperties":{"type":"object"}},"publisherId":{"type":"string"},"title":{"type":"string"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"string"},"walletOptions":{"$ref":"#/components/schemas/MarketplaceWallet"},"logoUrl":{"type":"string"},"fontUrl":{"type":"string"},"accessKey":{"type":"string"},"isTrailsEnabled":{"type":"boolean"}}},"MarketplacePage":{"type":"object","required":["有効","バナーURL","OG画像","非公開"],"properties":{"enabled":{"type":"boolean"},"bannerUrl":{"type":"string"},"ogImage":{"type":"string"},"private":{"type":"boolean"}}},"MarketplaceSocials":{"type":"object","required":["ツイッター","ディスコード","ウェブサイト","ティックトック","インスタグラム","ユーチューブ"],"properties":{"twitter":{"type":"string"},"discord":{"type":"string"},"website":{"type":"string"},"tiktok":{"type":"string"},"instagram":{"type":"string"},"youtube":{"type":"string"}}},"MarketplaceWallet":{"type":"object","required":["ウォレットタイプ","OIDC発行者","コネクター","EIP6963ウォレットを含む"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"object","description":"map","additionalProperties":{"type":"string"}},"connectors":{"type":"配列","description":"[]string","items":{"type":"string"}},"includeEIP6963Wallets":{"type":"boolean"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"embedded":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceWalletEcosystem":{"type":"object","required":["ウォレットURL","ウォレットアプリ名"],"properties":{"walletUrl":{"type":"string"},"walletAppName":{"type":"string"},"logoLightUrl":{"type":"string"},"logoDarkUrl":{"type":"string"}}},"MarketplaceWalletEmbedded":{"type":"object","required":["テナントキー","メール有効化","プロバイダー"],"properties":{"tenantKey":{"type":"string"},"emailEnabled":{"type":"boolean"},"providers":{"type":"配列","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}}}},"MarketCollection":{"type":"object","required":["id","プロジェクトID","chainId","アイテムアドレス","コントラクトタイプ","バナーURL","手数料率","通貨オプション","送信先マーケットプレイス","非公開"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"itemsAddress":{"type":"string"},"contractType":{"type":"string"},"bannerUrl":{"type":"string"},"feePercentage":{"type":"number"},"currencyOptions":{"type":"配列","description":"[]string","items":{"type":"string"}},"destinationMarketplace":{"type":"string"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"},"sortOrder":{"type":"number"},"private":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ShopCollection":{"type":"object","required":["id","プロジェクトID","chainId","アイテムアドレス","販売アドレス","name","バナーURL","トークンID","カスタムトークンID","非公開"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"itemsAddress":{"type":"string"},"saleAddress":{"type":"string"},"name":{"type":"string"},"bannerUrl":{"type":"string"},"tokenIds":{"type":"配列","description":"[]string","items":{"type":"string"}},"customTokenIds":{"type":"配列","description":"[]string","items":{"type":"string"}},"sortOrder":{"type":"number"},"private":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"MetadataFilterRule":{"type":"object","required":["キー","条件"],"properties":{"key":{"type":"string"},"condition":{"$ref":"#/components/schemas/FilterCondition"},"value":{"type":"string"}}},"CollectionFilterSettings":{"type":"object","required":["フィルター順序","除外項目"],"properties":{"filterOrder":{"type":"配列","description":"[]string","items":{"type":"string"}},"exclusions":{"type":"配列","description":"[]MetadataFilterRule","items":{"$ref":"#/components/schemas/MetadataFilterRule"}}}},"CollectionListFilter":{"type":"object","required":["非公開を含む"],"properties":{"includePrivate":{"type":"boolean"}}},"MarketplaceLegacySettings":{"type":"object","required":["発行者ID","タイトル","短い説明","ソーシャル","ファビコンURL","ランディングバナーURL","コレクション","ウォレットオプション","ランディングページレイアウト","ロゴURL","バナーURL","トレイル有効化"],"properties":{"projectId":{"type":"number"},"publisherId":{"type":"string"},"title":{"type":"string"},"shortDescription":{"type":"string"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"string"},"landingBannerUrl":{"type":"string"},"collections":{"type":"配列","description":"[]MarketplaceLegacyCollection","items":{"$ref":"#/components/schemas/MarketplaceLegacyCollection"}},"walletOptions":{"$ref":"#/components/schemas/MarketplaceLegacyWallet"},"landingPageLayout":{"type":"string"},"logoUrl":{"type":"string"},"bannerUrl":{"type":"string"},"fontUrl":{"type":"string"},"ogImage":{"type":"string"},"accessKey":{"type":"string"},"isTrailsEnabled":{"type":"boolean"}}},"MarketplaceLegacyWallet":{"type":"object","required":["ウォレットタイプ","OIDC発行者","コネクター","EIP6963ウォレットを含む"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"object","description":"map","additionalProperties":{"type":"string"}},"connectors":{"type":"配列","description":"[]string","items":{"type":"string"}},"includeEIP6963Wallets":{"type":"boolean"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"waas":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceLegacyCollection":{"type":"object","required":["マーケットプレイスタイプ","chainId","アドレス","取引所","バナーURL","手数料率","通貨オプション","送信先マーケットプレイス"],"properties":{"marketplaceType":{"$ref":"#/components/schemas/MarketplaceLegacyType"},"chainId":{"type":"number"},"address":{"type":"string"},"exchanges":{"type":"配列","description":"[]string","items":{"type":"string"}},"bannerUrl":{"type":"string"},"feePercentage":{"type":"number"},"currencyOptions":{"type":"配列","description":"[]string","items":{"type":"string"}},"destinationMarketplace":{"type":"string"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"}}}}},"paths":null,"security":[{"ApiKeyAuth":[]}]} \ No newline at end of file From 97f055ba66f8a690f68979ae32c0b606cc3651e7 Mon Sep 17 00:00:00 2001 From: klaidliadon <5322228+klaidliadon@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:50:14 +0000 Subject: [PATCH 3/4] [AUTOMATED] Update: api/proto/docs/analytics-api.json --- .../analytics/endpoints/analytics-api.json | 21811 +++++++++++++--- 1 file changed, 17500 insertions(+), 4311 deletions(-) diff --git a/api-references/analytics/endpoints/analytics-api.json b/api-references/analytics/endpoints/analytics-api.json index 8c504875..ba8e3bb2 100644 --- a/api-references/analytics/endpoints/analytics-api.json +++ b/api-references/analytics/endpoints/analytics-api.json @@ -342,5275 +342,18464 @@ } } }, - "ErrorUnauthorized": { + "AnalyticsProjectType": { + "type": "string", + "description": "Represented as string on the server side", + "enum": [ + "ALL", + "CREATED", + "RELATED" + ] + }, + "DateInterval": { + "type": "string", + "description": "Represented as uint16 on the server side", + "enum": [ + "DAY", + "WEEK", + "MONTH" + ] + }, + "QueryFilter": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "Unauthorized" - }, - "code": { - "type": "number", - "example": 1000 + "projectId": { + "type": "number" }, - "msg": { - "type": "string", - "example": "Unauthorized access" + "ecosystemId": { + "type": "number" }, - "cause": { + "startDate": { "type": "string" }, - "status": { - "type": "number", - "example": 401 - } - } - }, - "ErrorPermissionDenied": { - "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "PermissionDenied" + "endDate": { + "type": "string" }, - "code": { - "type": "number", - "example": 1001 + "dateInterval": { + "$ref": "#/components/schemas/DateInterval" }, - "msg": { - "type": "string", - "example": "Permission denied" + "collections": { + "type": "array", + "description": "[]string", + "items": { + "type": "string" + } }, - "cause": { + "tokenId": { "type": "string" }, - "status": { - "type": "number", - "example": 403 + "projectType": { + "$ref": "#/components/schemas/AnalyticsProjectType" } } }, - "ErrorSessionExpired": { + "Chart": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "value", + "label" ], "properties": { - "error": { - "type": "string", - "example": "SessionExpired" - }, - "code": { - "type": "number", - "example": 1002 - }, - "msg": { - "type": "string", - "example": "Session expired" + "value": { + "type": "number" }, - "cause": { + "label": { "type": "string" - }, - "status": { - "type": "number", - "example": 403 } } }, - "ErrorMethodNotFound": { + "ChartWithPercentage": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "label", + "total", + "percentage" ], "properties": { - "error": { - "type": "string", - "example": "MethodNotFound" - }, - "code": { - "type": "number", - "example": 1003 - }, - "msg": { - "type": "string", - "example": "Method not found" - }, - "cause": { + "label": { "type": "string" }, - "status": { - "type": "number", - "example": 404 + "total": { + "type": "number" + }, + "percentage": { + "type": "number" } } }, - "ErrorRequestConflict": { + "MultiValueChart": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "value", + "label" ], "properties": { - "error": { - "type": "string", - "example": "RequestConflict" - }, - "code": { - "type": "number", - "example": 1004 - }, - "msg": { - "type": "string", - "example": "Conflict with target resource" + "value": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "number" + } }, - "cause": { + "label": { "type": "string" - }, - "status": { - "type": "number", - "example": 409 } } }, - "ErrorServiceDisabled": { + "QueryResult": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "collection", + "source", + "volumeUSD", + "numTokens", + "numTxns" ], "properties": { - "error": { - "type": "string", - "example": "ServiceDisabled" - }, - "code": { - "type": "number", - "example": 1005 + "collection": { + "type": "string" }, - "msg": { - "type": "string", - "example": "Service disabled" + "source": { + "type": "string" }, - "cause": { + "tokenId": { "type": "string" }, - "status": { - "type": "number", - "example": 404 + "volumeUSD": { + "type": "number" + }, + "numTokens": { + "type": "number" + }, + "numTxns": { + "type": "number" } } }, - "ErrorTimeout": { + "TokenTransactionData": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "collectionId", + "collectionName", + "tokenId", + "tokenName", + "itemQuantities" ], "properties": { - "error": { - "type": "string", - "example": "Timeout" + "collectionId": { + "type": "string" }, - "code": { - "type": "number", - "example": 2000 + "collectionName": { + "type": "string" }, - "msg": { - "type": "string", - "example": "Request timed out" + "tokenId": { + "type": "string" }, - "cause": { + "tokenName": { "type": "string" }, - "status": { - "type": "number", - "example": 408 + "itemQuantities": { + "type": "number" } } }, - "ErrorInvalidArgument": { + "TrailsTransactionByMode": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "mode", + "uniqueTransactingUsers", + "paymentsStarted", + "paymentsCompleted", + "completionPercent", + "totalFees", + "totalVolume" ], "properties": { - "error": { - "type": "string", - "example": "InvalidArgument" + "mode": { + "type": "string" }, - "code": { - "type": "number", - "example": 2001 + "uniqueTransactingUsers": { + "type": "number" }, - "msg": { - "type": "string", - "example": "Invalid argument" + "paymentsStarted": { + "type": "number" }, - "cause": { - "type": "string" + "paymentsCompleted": { + "type": "number" }, - "status": { - "type": "number", - "example": 400 + "completionPercent": { + "type": "number" + }, + "totalFees": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "ErrorNotFound": { + "TrailsTransactionByRoute": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "NotFound" + "origChainName", + "destChainName", + "uniqueTransactingUsers", + "paymentsStarted", + "paymentsCompleted", + "completionPercent", + "avgTxnDuration", + "gasFees", + "totalFees", + "totalVolume" + ], + "properties": { + "origChainName": { + "type": "string" }, - "code": { - "type": "number", - "example": 3000 + "destChainName": { + "type": "string" }, - "msg": { - "type": "string", - "example": "Resource not found" + "uniqueTransactingUsers": { + "type": "number" }, - "cause": { - "type": "string" + "paymentsStarted": { + "type": "number" }, - "status": { - "type": "number", - "example": 422 + "paymentsCompleted": { + "type": "number" + }, + "completionPercent": { + "type": "number" + }, + "avgTxnDuration": { + "type": "number" + }, + "gasFees": { + "type": "number" + }, + "totalFees": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "ErrorUserNotFound": { + "TrailsTransactionByProvider": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "providerSwap", + "providerBridge", + "uniqueTransactingUsers", + "paymentsStarted", + "paymentsCompleted", + "completionPercent", + "avgTxnDuration", + "providerFees", + "totalFees", + "totalVolume" ], "properties": { - "error": { - "type": "string", - "example": "UserNotFound" + "providerSwap": { + "type": "string" }, - "code": { - "type": "number", - "example": 3001 + "providerBridge": { + "type": "string" }, - "msg": { - "type": "string", - "example": "User not found" + "uniqueTransactingUsers": { + "type": "number" }, - "cause": { - "type": "string" + "paymentsStarted": { + "type": "number" }, - "status": { - "type": "number", - "example": 422 + "paymentsCompleted": { + "type": "number" + }, + "completionPercent": { + "type": "number" + }, + "avgTxnDuration": { + "type": "number" + }, + "providerFees": { + "type": "number" + }, + "totalFees": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "ErrorProjectNotFound": { + "TrailsTransactionByCountry": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "country", + "transactingWallets", + "paymentsCompleted", + "completionPercent", + "totalVolume" ], "properties": { - "error": { - "type": "string", - "example": "ProjectNotFound" + "country": { + "type": "string" }, - "code": { - "type": "number", - "example": 3002 + "transactingWallets": { + "type": "number" }, - "msg": { - "type": "string", - "example": "Project not found" + "paymentsCompleted": { + "type": "number" }, - "cause": { - "type": "string" + "completionPercent": { + "type": "number" }, - "status": { - "type": "number", - "example": 422 + "totalVolume": { + "type": "number" } } }, - "ErrorInvalidTier": { + "TrailsTransactionDetail": { "type": "object", "required": [ - "error", - "code", - "msg", - "status" + "date", + "checkoutId", + "country", + "provider", + "hostname", + "originTxHash", + "destTxHash", + "origChainName", + "destChainName", + "origTokenSymbol", + "destTokenSymbol", + "providerFee", + "totalFee", + "totalVolume" ], "properties": { - "error": { - "type": "string", - "example": "InvalidTier" + "date": { + "type": "string" }, - "code": { - "type": "number", - "example": 3003 + "checkoutId": { + "type": "string" }, - "msg": { - "type": "string", - "example": "Invalid subscription tier" + "country": { + "type": "string" }, - "cause": { + "provider": { "type": "string" }, - "status": { - "type": "number", - "example": 422 - } - } - }, - "ErrorEmailTemplateExists": { - "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], - "properties": { - "error": { - "type": "string", - "example": "EmailTemplateExists" + "hostname": { + "type": "string" }, - "code": { - "type": "number", - "example": 3004 + "originTxHash": { + "type": "string" }, - "msg": { - "type": "string", - "example": "Email Template exists" + "destTxHash": { + "type": "string" }, - "cause": { + "origChainName": { "type": "string" }, - "status": { - "type": "number", - "example": 409 + "destChainName": { + "type": "string" + }, + "origTokenSymbol": { + "type": "string" + }, + "destTokenSymbol": { + "type": "string" + }, + "providerFee": { + "type": "number" + }, + "totalFee": { + "type": "number" + }, + "totalVolume": { + "type": "number" } } }, - "ErrorSubscriptionLimit": { + "Analytics_TotalCompute_Request": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "SubscriptionLimit" - }, - "code": { - "type": "number", - "example": 3005 - }, - "msg": { - "type": "string", - "example": "Subscription limit reached" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 402 + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ErrorFeatureNotIncluded": { + "Analytics_ComputeByService_Request": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "FeatureNotIncluded" - }, - "code": { - "type": "number", - "example": 3006 - }, - "msg": { - "type": "string", - "example": "Feature not included" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 402 + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ErrorInvalidNetwork": { + "Analytics_DailyComputeByType_Request": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "InvalidNetwork" - }, - "code": { - "type": "number", - "example": 3007 - }, - "msg": { - "type": "string", - "example": "Invalid network" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 422 + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ErrorInvitationExpired": { + "Analytics_DailyComputeByService_Request": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "InvitationExpired" - }, - "code": { - "type": "number", - "example": 4000 - }, - "msg": { - "type": "string", - "example": "Invitation code is expired" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 422 + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ErrorAlreadyCollaborator": { + "Analytics_GetOrderbookCollections_Request": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "AlreadyCollaborator" - }, - "code": { - "type": "number", - "example": 4001 - }, - "msg": { - "type": "string", - "example": "Already a collaborator" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 409 + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ErrorNoPaymentMethod": { + "Analytics_CreditsPerDailyActiveUser_Request": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "NoPaymentMethod" - }, - "code": { - "type": "number", - "example": 4002 - }, - "msg": { - "type": "string", - "example": "No default payment method" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 402 + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ErrorSeatsLimitReached": { + "Analytics_CreditsPerMonthlyActiveUser_Request": { "type": "object", - "required": [ - "error", - "code", - "msg", - "status" - ], "properties": { - "error": { - "type": "string", - "example": "SeatsLimitReached" - }, - "code": { - "type": "number", - "example": 4003 - }, - "msg": { - "type": "string", - "example": "Seats limit reached" - }, - "cause": { - "type": "string" - }, - "status": { - "type": "number", - "example": 402 + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "SortOrder": { - "type": "string", - "description": "Represented as uint32 on the server side", - "enum": [ - "ASC", - "DESC" - ] + "Analytics_WalletsTotal_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "ProjectType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "EMBEDDED_WALLET_REACT", - "EMBEDDED_WALLET_NEXTJS", - "EMBEDDED_WALLET_UNITY", - "EMBEDDED_WALLET_UNREAL", - "MARKETPLACE_STANDALONE", - "MARKETPLACE_REACT", - "MARKETPLACE_UNITY", - "MARKETPLACE_UNREAL", - "SALE_CONTRACT_ERC1155", - "SALE_CONTRACT_ERC721", - "ALLOWLIST_STARTER" - ] + "Analytics_WalletsDaily_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "TemplateType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "UNKNOWN", - "LOGIN", - "GUARD", - "EMAIL_CONFIRMATION" - ] + "Analytics_WalletsMonthly_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "EcosystemAccess": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "User", - "Read", - "Write", - "Admin", - "Owner" - ] + "Analytics_WalletsByCountry_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "AdminRole": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "NONE", - "VIEWER", - "DEVELOPER", - "ECOSYSTEM", - "ACCOUNT", - "FINANCE", - "SUPERADMIN" - ] + "Analytics_WalletsByDevice_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "Page": { + "Analytics_WalletsByBrowser_Request": { "type": "object", "properties": { - "pageSize": { - "type": "number" - }, - "page": { - "type": "number" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "sort": { - "type": "array", - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "SortBy": { + "Analytics_WalletsByOS_Request": { "type": "object", - "required": [ - "column" - ], "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ProjectImplicitRegistry": { + "Analytics_WalletsByType_Request": { "type": "object", - "required": [ - "whitelistedDomains", - "ids" - ], "properties": { - "whitelistedDomains": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "ids": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Project": { + "Analytics_WalletsTxnSentTotal_Request": { "type": "object", - "required": [ - "id", - "name", - "ownerAddress", - "ownerAvatarUrl", - "licenseId", - "licenseVersion", - "logoImageKey", - "logoImageUrl", - "websiteUrl", - "chainIds", - "collaboratorCount", - "onboardingVisibility", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/ProjectType" - }, - "ownerAddress": { - "type": "string" - }, - "ownerEmail": { - "type": "string" - }, - "ownerAvatarUrl": { - "type": "string" - }, - "licenseId": { - "type": "number" - }, - "licenseVersion": { - "type": "number" - }, - "logoImageKey": { - "type": "string" - }, - "logoImageUrl": { - "type": "string" - }, - "websiteUrl": { - "type": "string" - }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "ecosystemId": { - "type": "number" - }, - "collaboratorCount": { - "type": "number" - }, - "onboardingVisibility": { - "type": "boolean" - }, - "implicitRegistry": { - "$ref": "#/components/schemas/ProjectImplicitRegistry" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ProjectListFilter": { + "Analytics_WalletsTxnSentDaily_Request": { "type": "object", "properties": { - "name": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "collaboratorAddress": { - "type": "string" - }, - "collaboratorEmail": { - "type": "string" - }, - "licenseId": { - "type": "number" - }, - "active": { - "type": "boolean" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "OpenIdProvider": { + "Analytics_WalletsTxnSentMonthly_Request": { "type": "object", - "required": [ - "iss", - "aud" - ], "properties": { - "iss": { - "type": "string" - }, - "aud": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractData": { + "Analytics_WalletsByOrigin_Request": { "type": "object", - "required": [ - "abi", - "bytecode" - ], "properties": { - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "implementationAddress": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "SESSettings": { + "Analytics_ConnectionsByOrigin_Request": { "type": "object", - "required": [ - "accessRoleARN", - "sourceARN", - "region" - ], "properties": { - "accessRoleARN": { - "type": "string" - }, - "sourceARN": { - "type": "string" - }, - "region": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Image": { + "Analytics_MarketTxnEventTotal_Request": { "type": "object", - "required": [ - "src" - ], "properties": { - "src": { - "type": "string" - }, - "width": { - "type": "string" - }, - "height": { - "type": "string" - }, - "alt": { - "type": "string" - }, - "displayOptions": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WalletProof": { + "Analytics_MarketTxnEventDaily_Request": { "type": "object", - "required": [ - "address", - "message", - "signature", - "chainId" - ], "properties": { - "address": { - "type": "string" - }, - "message": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "chainId": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "BillingCycle": { + "Analytics_MarketTxnEventMonthly_Request": { "type": "object", - "required": [ - "start", - "end" - ], "properties": { - "start": { - "type": "string" - }, - "end": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "SubscriptionProvider": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ADMIN", - "STRIPE", - "GOOGLE" - ] + "Analytics_MarketWalletsTotal_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "Feature": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ANALYTICS", - "MARKETPLACE_SUBDOMAIN", - "MARKETPLACE_DOMAIN" - ] + "Analytics_MarketWalletsDaily_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "LicenseTag": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "NONE", - "POPULAR", - "DISCOUNT" - ] + "Analytics_MarketWalletsMonthly_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "PaymentProvider": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "NONE", - "STRIPE", - "ADMIN", - "CRYPTO", - "ECOSYSTEM", - "GOOGLE" - ] + "Analytics_TotalWalletTxnConversionRate_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "License": { + "Analytics_DailyWalletTxnConversionRate_Request": { "type": "object", - "required": [ - "id", - "ecosystemId", - "isDefault", - "packageName", - "label", - "tier", - "featured", - "subtitle", - "tag", - "mainnetEnabled", - "totalLicenses", - "licensePerUser", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" - }, - "ecosystemId": { - "type": "number" - }, - "isDefault": { - "type": "boolean" - }, - "packageName": { - "type": "string" - }, - "label": { - "type": "string" - }, - "tier": { - "type": "number" - }, - "featured": { - "type": "boolean" - }, - "subtitle": { - "type": "string" - }, - "tag": { - "$ref": "#/components/schemas/LicenseTag" - }, - "mainnetEnabled": { - "type": "boolean" - }, - "defaultChainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "availableChainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "extraChainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "totalLicenses": { - "type": "number" - }, - "licenseUsage": { - "$ref": "#/components/schemas/LicenseUsage" - }, - "licensePerUser": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "LicenseVersion": { + "Analytics_MonthlyWalletTxnConversionRate_Request": { "type": "object", - "required": [ - "licenseId", - "version", - "settings", - "versionUsage", - "createdAt", - "updatedAt" - ], "properties": { - "licenseId": { - "type": "number" - }, - "version": { - "type": "number" - }, - "settings": { - "$ref": "#/components/schemas/LicenseSettings" - }, - "features": { - "type": "array", - "description": "[]Feature", - "items": { - "$ref": "#/components/schemas/Feature" - } - }, - "versionUsage": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "LicenseSettings": { + "Analytics_DailyNewWallets_Request": { "type": "object", - "required": [ - "subscriptionPrice", - "seats", - "serviceSettings", - "marketplaceFee", - "royaltyFee", - "gasFeeMarkup", - "gasIncluded", - "features" - ], "properties": { - "subscriptionPrice": { - "type": "string" - }, - "seats": { - "type": "number" - }, - "serviceSettings": { - "type": "object", - "description": "map", - "additionalProperties": { - "$ref": "#/components/schemas/ServiceSettings" - } - }, - "marketplaceFee": { - "type": "string" - }, - "royaltyFee": { - "type": "string" - }, - "gasFeeMarkup": { - "type": "string" - }, - "gasIncluded": { - "type": "string" - }, - "features": { - "type": "array", - "description": "[]Feature", - "items": { - "$ref": "#/components/schemas/Feature" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ServiceSettings": { + "Analytics_MonthlyNewWallets_Request": { "type": "object", - "required": [ - "rateLimit", - "requestsIncluded", - "overageAllowed", - "overagePrice" - ], "properties": { - "rateLimit": { - "type": "number" - }, - "requestsIncluded": { - "type": "number" - }, - "overageAllowed": { - "type": "boolean" - }, - "overagePrice": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "LicenseUsage": { + "Analytics_TotalNewWallets_Request": { "type": "object", - "required": [ - "total", - "providers", - "versions" - ], "properties": { - "total": { - "type": "number" - }, - "providers": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" - } - }, - "versions": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "BillingOverride": { + "Analytics_AverageDAU_Request": { "type": "object", - "required": [ - "extraSeats", - "extraFeatures", - "topUpEnabled", - "topUpProvider", - "balanceNotifications" - ], "properties": { - "priceSubscription": { - "type": "string" - }, - "extraSeats": { - "type": "number" - }, - "marketplaceFee": { - "type": "string" - }, - "royaltyFee": { - "type": "string" - }, - "gasFeeMarkup": { - "type": "string" - }, - "extraFeatures": { - "type": "array", - "description": "[]Feature", - "items": { - "$ref": "#/components/schemas/Feature" - } - }, - "serviceSettings": { - "type": "object", - "description": "map", - "additionalProperties": { - "$ref": "#/components/schemas/ServiceSettingsOverride" - } - }, - "topUpEnabled": { - "type": "boolean" - }, - "topUpProvider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "topUpThreshold": { - "type": "number" - }, - "topUpAmount": { - "type": "number" - }, - "topUpLimit": { - "type": "number" - }, - "balanceNotifications": { - "type": "boolean" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ServiceSettingsOverride": { + "Analytics_RollingStickiness_Request": { "type": "object", "properties": { - "rateLimit": { - "type": "number" - }, - "requestsIncluded": { - "type": "number" - }, - "overageAllowed": { - "type": "boolean" - }, - "overagePrice": { - "type": "string" - }, - "usageWarning": { - "type": "number" - }, - "overageWarning": { - "type": "number" - }, - "maxOverage": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ResourceType": { - "type": "string", - "description": "Represented as int8 on the server side", - "enum": [ - "CONTRACTS", - "MARKET_COLLECTIONS", - "SHOP_COLLECTIONS" - ] + "Analytics_AverageStickiness_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "CollaboratorAccess": { - "type": "string", - "description": "Represented as uint32 on the server side", - "enum": [ - "NONE", - "READ", - "WRITE", - "ADMIN" - ] + "Analytics_D1RetentionByCohort_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "CollaboratorType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "USER", - "SERVICE_ACCOUNT" - ] + "Analytics_D3RetentionByCohort_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "ContractSourceType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "LINKED", - "DEPLOYED" - ] + "Analytics_D7RetentionByCohort_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "PaymentStatus": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "INITIATED", - "PENDING", - "SUCCEEDED", - "FAILED", - "PROCESSED" - ] + "Analytics_D14RetentionByCohort_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "AdminMarketplaceContractType": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "ERC20", - "ERC721", - "ERC1155" - ] + "Analytics_D28RetentionByCohort_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "AdminCollectionPriority": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "unknown", - "low", - "normal", - "high" - ] + "Analytics_AverageD1Retention_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "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" - ] + "Analytics_AverageD3Retention_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "TokenType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "ERC20", - "ERC721", - "ERC1155" - ] + "Analytics_AverageD7Retention_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "FileScope": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "LOGO", - "MARKETPLACE", - "AVATAR", - "EMAIL", - "WALLET", - "TOKEN_DIRECTORY", - "ECOSYSTEM" - ] + "Analytics_AverageD14Retention_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "TaskStatus": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "PAUSED", - "FAILED", - "COMPLETED", - "DISABLED" - ] + "Analytics_AverageD28Retention_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "TrialType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ANALYTICS" - ] - }, - "AuditType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "SUBSCRIPTION", - "BILLING_OVERRIDE", - "ECOSYSTEM_LICENSE", - "LICENSE_VERSION" - ] - }, - "PaymentMethodType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "Card", - "Link" - ] - }, - "SecretType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "FORTEPAY" - ] - }, - "SecretEnv": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "TEST", - "PROD" - ] - }, - "Version": { + "Analytics_MonthlyActiveWalletsBySegment_Request": { "type": "object", - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], "properties": { - "webrpcVersion": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "appVersion": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "RuntimeStatus": { + "Analytics_MonthlyTransactingWalletsBySegment_Request": { "type": "object", - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "env", - "branch", - "commitHash", - "networks", - "checks" - ], "properties": { - "healthOK": { - "type": "boolean" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "ver": { - "type": "string" - }, - "env": { - "type": "string" - }, - "branch": { - "type": "string" - }, - "commitHash": { - "type": "string" - }, - "networks": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "boolean" - } - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "RuntimeChecks": { + "Analytics_WeeklyActiveWallets_Request": { "type": "object", - "required": [ - "quotaControl", - "joqueue", - "stripe", - "cloudCommerce" - ], "properties": { - "quotaControl": { - "type": "boolean" - }, - "joqueue": { - "type": "boolean" - }, - "stripe": { - "type": "boolean" - }, - "cloudCommerce": { - "type": "boolean" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "AuthState": { + "Analytics_TotalViews_Request": { "type": "object", - "required": [ - "jwtToken", - "expiresAt", - "address", - "sessionType", - "user" - ], "properties": { - "jwtToken": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "address": { - "type": "string" - }, - "sessionType": { - "type": "string" - }, - "user": { - "$ref": "#/components/schemas/User" - }, - "access": { - "$ref": "#/components/schemas/EcosystemAccess" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "User": { + "Analytics_DailyViews_Request": { "type": "object", - "required": [ - "address", - "emailConfirmed", - "role", - "avatarKey", - "avatarUrl", - "recentProjectIds", - "createdAt", - "updatedAt" - ], "properties": { - "address": { - "type": "string" - }, - "email": { - "type": "string" - }, - "emailConfirmed": { - "type": "boolean" - }, - "role": { - "$ref": "#/components/schemas/AdminRole" - }, - "avatarKey": { - "type": "string" - }, - "avatarUrl": { - "type": "string" - }, - "recentProjectIds": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" - } - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "UserWallet": { + "Analytics_ViewsByCountry_Request": { "type": "object", - "required": [ - "id", - "userAddress", - "walletAddress", - "provider", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "userAddress": { - "type": "string" - }, - "walletAddress": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "UserSettings": { + "Analytics_ViewsByDevice_Request": { "type": "object", - "required": [ - "projectsLimit", - "projectCount" - ], "properties": { - "projectsLimit": { - "type": "number" - }, - "projectsLeft": { - "type": "number" - }, - "projectCount": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "UserOverride": { + "Analytics_ViewsByOS_Request": { "type": "object", - "required": [ - "id", - "address", - "extraProjects", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "address": { - "type": "string" - }, - "extraProjects": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "CreateProjectOptions": { + "Analytics_DailyUniqueVisitors_Request": { "type": "object", "properties": { - "type": { - "$ref": "#/components/schemas/ProjectType" - }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ResourceFilter": { + "Analytics_MonthlyUniqueVisitors_Request": { "type": "object", "properties": { - "contracts": { - "$ref": "#/components/schemas/ContractFilter" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Resource": { + "Analytics_ActiveSessions_Request": { "type": "object", - "required": [ - "type", - "total", - "detail" - ], "properties": { - "type": { - "$ref": "#/components/schemas/ResourceType" - }, - "total": { - "type": "number" - }, - "detail": { - "type": "array", - "description": "[]ResourceDetail", - "items": { - "$ref": "#/components/schemas/ResourceDetail" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ResourceDetail": { + "Analytics_UserEvents_Request": { "type": "object", - "required": [ - "key", - "count" - ], "properties": { - "key": { - "type": "object" - }, - "count": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ProjectSubscription": { + "Analytics_EcosystemTotalWallets_Request": { "type": "object", - "required": [ - "id", - "projectId", - "licenseId", - "licenseVersion", - "subscriptionId", - "dateStart" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "provider": { - "$ref": "#/components/schemas/SubscriptionProvider" - }, - "licenseId": { - "type": "number" - }, - "licenseVersion": { - "type": "number" - }, - "subscriptionId": { - "type": "string" - }, - "providerUrl": { - "type": "string" - }, - "dateStart": { - "type": "string" - }, - "dateEnd": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Collaborator": { + "Analytics_EcosystemTotalProjects_Request": { "type": "object", - "required": [ - "id", - "projectId", - "type", - "userAddress", - "access", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/CollaboratorType" - }, - "userAddress": { - "type": "string" - }, - "userEmail": { - "type": "string" - }, - "userAvatarUrl": { - "type": "string" - }, - "userAvatarKey": { - "type": "string" - }, - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "invitationId": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Contract": { + "Analytics_EcosystemTotalProjectsCreated_Request": { "type": "object", - "required": [ - "id", - "projectId", - "contractName", - "contractAddress", - "contractType", - "chainId", - "source", - "contractExtensions", - "bytecodeMatch", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "contractName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "source": { - "$ref": "#/components/schemas/ContractSourceType" - }, - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "audienceId": { - "type": "number" - }, - "decimals": { - "type": "number" - }, - "symbol": { - "type": "string" - }, - "contractExtensions": { - "$ref": "#/components/schemas/ContractExtensions" - }, - "tags": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "bytecodeMatch": { - "type": "boolean" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractExtensions": { + "Analytics_EcosystemTotalActiveProjects_Request": { "type": "object", "properties": { - "itemsContractAddress": { - "type": "string" - }, - "splitterContractAddresses": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractSync": { + "Analytics_EcosystemTotalDevelopers_Request": { "type": "object", "properties": { - "decimals": { - "type": "number" - }, - "symbol": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractFilter": { + "Analytics_EcosystemActiveDevelopers_Request": { "type": "object", "properties": { - "chainId": { - "type": "number" - }, - "contractSourceType": { - "$ref": "#/components/schemas/ContractSourceType" - }, - "contractTypes": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "tag": { - "type": "string" - }, - "name": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "includeUnmatched": { - "type": "boolean" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractTag": { + "Analytics_EcosystemDailyActiveWallets_Request": { "type": "object", - "required": [ - "tag", - "count" - ], "properties": { - "tag": { - "type": "string" - }, - "count": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractLink": { + "Analytics_EcosystemMonthlyActiveWallets_Request": { "type": "object", - "required": [ - "project", - "collaborator" - ], "properties": { - "contract": { - "$ref": "#/components/schemas/Contract" - }, - "project": { - "$ref": "#/components/schemas/Project" - }, - "collaborator": { - "$ref": "#/components/schemas/Collaborator" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "RelayerGasSponsor": { + "Analytics_EcosystemDailyNewProjects_Request": { "type": "object", - "required": [ - "id", - "projectId", - "chainId", - "displayName", - "address", - "active", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "displayName": { - "type": "string" - }, - "address": { - "type": "string" - }, - "active": { - "type": "boolean" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "RelayerTransaction": { + "Analytics_EcosystemMonthlyNewProjects_Request": { "type": "object", - "required": [ - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", - "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "cost", - "isWhitelisted", - "createdAt", - "updatedAt" - ], - "properties": { - "txnHash": { - "type": "string" - }, - "txnNonce": { - "type": "string" - }, - "metaTxnID": { - "type": "string" - }, - "txnStatus": { - "type": "string" - }, - "txnRevertReason": { - "type": "string" - }, - "requeues": { - "type": "number" - }, - "queuedAt": { - "type": "string" - }, - "sentAt": { - "type": "string" - }, - "minedAt": { - "type": "string" - }, - "target": { - "type": "string" - }, - "input": { - "type": "string" - }, - "txnArgs": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "txnReceipt": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" - } - }, - "walletAddress": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "gasLimit": { - "type": "number" - }, - "gasPrice": { - "type": "string" - }, - "gasUsed": { - "type": "number" - }, - "gasEstimated": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "number" - }, - "usdRate": { - "type": "string" - }, - "creditsUsed": { - "type": "number" - }, - "cost": { - "type": "string" - }, - "isWhitelisted": { - "type": "boolean" - }, - "gasSponsor": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ProjectGasTankStatus": { + "Analytics_EcosystemTotalContracts_Request": { "type": "object", - "required": [ - "provider", - "setupPayment", - "issueWithPayment", - "mainnetSponsors" - ], "properties": { - "provider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "setupPayment": { - "type": "boolean" - }, - "issueWithPayment": { - "type": "boolean" - }, - "mainnetSponsors": { - "type": "boolean" - }, - "balance": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "EcosystemGasTankStatus": { + "Analytics_EcosystemMonthlyContracts_Request": { "type": "object", - "required": [ - "setupPayment", - "issueWithPayment" - ], "properties": { - "setupPayment": { - "type": "boolean" - }, - "issueWithPayment": { - "type": "boolean" - }, - "balance": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "GasTankSettings": { + "Analytics_EcosystemTopProjectsByActiveWallets_Request": { "type": "object", - "required": [ - "balanceThreshold", - "sendNotifications", - "autoRecharge", - "topupProvider", - "rechargeAmount", - "rechargeLimit" - ], "properties": { - "balanceThreshold": { - "type": "number" - }, - "sendNotifications": { - "type": "boolean" - }, - "autoRecharge": { - "type": "boolean" - }, - "topupProvider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "rechargeAmount": { - "type": "number" - }, - "rechargeLimit": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "UsageInfo": { + "Analytics_EcosystemTopProjectsByNewWallets_Request": { "type": "object", - "required": [ - "includedWarn", - "includedMax", - "overageWarn", - "overageMax", - "usage", - "balance", - "overage", - "extraCharged" - ], "properties": { - "includedWarn": { - "type": "number" - }, - "includedMax": { - "type": "number" - }, - "overageWarn": { - "type": "number" - }, - "overageMax": { - "type": "number" - }, - "usage": { - "type": "number" - }, - "balance": { - "type": "number" - }, - "overage": { - "type": "number" - }, - "extraCharged": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "SubscriptionInfo": { + "Analytics_EcosystemWalletsCreated_Request": { "type": "object", - "required": [ - "current", - "cycle", - "settings", - "gasTankSettings", - "usage" - ], "properties": { - "current": { - "$ref": "#/components/schemas/ProjectSubscription" - }, - "license": { - "$ref": "#/components/schemas/License" - }, - "cycle": { - "$ref": "#/components/schemas/BillingCycle" - }, - "settings": { - "$ref": "#/components/schemas/LicenseSettings" - }, - "gasTankSettings": { - "$ref": "#/components/schemas/GasTankSettings" - }, - "usage": { - "type": "object", - "description": "map", - "additionalProperties": { - "$ref": "#/components/schemas/UsageInfo" - } - }, - "plannedDowngrade": { - "$ref": "#/components/schemas/License" - }, - "pendingUpgrade": { - "$ref": "#/components/schemas/License" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Redirect": { + "Analytics_EcosystemMonthlyActiveEcoWallets_Request": { "type": "object", - "required": [ - "url" - ], "properties": { - "url": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "StripeEventData": { + "Analytics_EcosystemDailyNewWallets_Request": { "type": "object", - "required": [ - "object" - ], "properties": { - "object": { - "$ref": "#/components/schemas/StripeEventDataObject" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "StripeEventDataObject": { + "Analytics_EcosystemMonthlyNewWallets_Request": { "type": "object", - "required": [ - "id", - "object" - ], "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Payment": { + "Analytics_EcosystemTopProjectsByDeveloperActivity_Request": { "type": "object", - "required": [ - "id", - "projectId", - "provider", - "externalTxnID", - "createdAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "status": { - "$ref": "#/components/schemas/PaymentStatus" - }, - "provider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "externalTxnID": { - "type": "string" - }, - "createdAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "InvoicesReturn": { + "Analytics_EcosystemTopProjectsByNewDevelopers_Request": { "type": "object", - "required": [ - "hasMore", - "invoices" - ], "properties": { - "hasMore": { - "type": "boolean" - }, - "invoices": { - "type": "array", - "description": "[]Invoice", - "items": { - "$ref": "#/components/schemas/Invoice" - } + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Invoice": { + "Analytics_EcosystemTotalMarketplaces_Request": { "type": "object", - "required": [ - "id", - "date", - "amount", - "paid", - "url" - ], "properties": { - "id": { - "type": "string" - }, - "date": { - "type": "string" - }, - "amount": { - "type": "string" - }, - "paid": { - "type": "boolean" - }, - "url": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractInfo": { + "Analytics_EcosystemMonthlyMarketplaces_Request": { "type": "object", - "required": [ - "data" - ], "properties": { - "data": { - "type": "object" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ContractInfoOverride": { + "Analytics_EcosystemActiveMarketplaces_Request": { "type": "object", - "required": [ - "data" - ], "properties": { - "data": { - "type": "object" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ProjectInvitation": { + "Analytics_EcosystemWalletsByCountry_Request": { "type": "object", - "required": [ - "id", - "projectId", - "code", - "access", - "expiresAt", - "usageCount", - "createdAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "code": { - "type": "string" - }, - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "expiresAt": { - "type": "string" - }, - "usageCount": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "AdminMarketplaceCollection": { + "Analytics_EcosystemWalletsByDevice_Request": { "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" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "OffchainInventory": { + "Analytics_EcosystemWalletsByOS_Request": { "type": "object", - "required": [ - "id", - "projectId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentAmount", - "paymentRecipient" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "externalProductId": { - "type": "string" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentAmount": { - "type": "number" - }, - "paymentRecipient": { - "type": "string" - }, - "chainedCallAddress": { - "type": "string" - }, - "chainedCallData": { - "type": "string" - }, - "allowCrossChainPayments": { - "type": "boolean" - }, - "callbackURL": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "OffchainPayment": { + "Analytics_EcosystemWalletsByBrowser_Request": { "type": "object", - "required": [ - "id", - "offchainInventoryId", - "productRecipient", - "paymentChainId", - "paymentTokenAddress", - "expiration", - "createdAt" - ], "properties": { - "id": { - "type": "number" - }, - "offchainInventoryId": { - "type": "number" - }, - "productRecipient": { - "type": "string" - }, - "paymentChainId": { - "type": "number" - }, - "paymentTokenAddress": { - "type": "string" - }, - "expiration": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "completedAt": { - "type": "string" - }, - "processedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ProjectFile": { + "Analytics_EcosystemWalletsByType_Request": { "type": "object", - "required": [ - "id", - "projectId", - "scope", - "mimetype", - "filepath", - "contents", - "hash", - "url", - "createdAt" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "scope": { - "$ref": "#/components/schemas/FileScope" - }, - "mimetype": { - "type": "string" - }, - "filepath": { - "type": "string" - }, - "contents": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } - }, - "hash": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } - }, - "url": { - "type": "string" - }, - "createdAt": { - "type": "string" + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasTemplate": { + "Analytics_EcosystemWalletsByLoginMethod_Request": { "type": "object", - "required": [ - "id", - "projectId", - "subject", - "introText", - "logoUrl", - "placeholders", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "templateType": { - "$ref": "#/components/schemas/TemplateType" - }, - "projectId": { - "type": "number" - }, - "subject": { - "type": "string" - }, - "introText": { - "type": "string" - }, - "logoUrl": { - "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" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "TaskRunner": { + "Analytics_EcosystemTotalTransactions_Request": { "type": "object", - "required": [ - "id", - "workGroup", - "runAt" - ], "properties": { - "id": { - "type": "number" - }, - "workGroup": { - "type": "string" - }, - "runAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Task": { + "Analytics_EcosystemMonthlyTransactions_Request": { "type": "object", - "required": [ - "id", - "queue", - "status", - "try", - "payload" - ], "properties": { - "id": { - "type": "number" - }, - "queue": { - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "try": { - "type": "number" - }, - "runAt": { - "type": "string" - }, - "lastRanAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "payload": { - "type": "array", - "description": "[]byte", - "items": { - "type": "string" - } - }, - "hash": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "CreditBonus": { + "Analytics_EcosystemTotalTransactingUsers_Request": { "type": "object", - "required": [ - "id", - "projectId", - "amount", - "balance", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "amount": { - "type": "number" - }, - "balance": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasSettings": { + "Analytics_EcosystemMonthlyTransactingUsers_Request": { "type": "object", - "required": [ - "recoveryAddress", - "authConfig", - "oidcProviders", - "allowedOrigins", - "updateCode", - "tenantKey" - ], "properties": { - "recoveryAddress": { - "type": "string" - }, - "authConfig": { - "$ref": "#/components/schemas/WaasAuthConfig" - }, - "oidcProviders": { - "type": "array", - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" - } - }, - "allowedOrigins": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "updateCode": { - "type": "string" - }, - "tenantKey": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasAuthEmailConfig": { + "Analytics_EcosystemTotalTransactionVolume_Request": { "type": "object", - "required": [ - "enabled" - ], "properties": { - "enabled": { - "type": "boolean" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasAuthGuestConfig": { + "Analytics_EcosystemMonthlyTransactionVolume_Request": { "type": "object", - "required": [ - "enabled" - ], "properties": { - "enabled": { - "type": "boolean" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasAuthPlayfabConfig": { + "Analytics_EcosystemTopProjectsByTransactions_Request": { "type": "object", - "required": [ - "enabled" - ], "properties": { - "enabled": { - "type": "boolean" - }, - "titleId": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasAuthStytchConfig": { + "Analytics_EcosystemTopProjectsByTransactingUsers_Request": { "type": "object", - "required": [ - "enabled" - ], "properties": { - "enabled": { - "type": "boolean" - }, - "projectId": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasAuthTwitterConfig": { + "Analytics_EcosystemTopProjectsByTransactionVolume_Request": { "type": "object", - "required": [ - "enabled" - ], "properties": { - "enabled": { - "type": "boolean" - }, - "clientId": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WaasAuthConfig": { + "Analytics_TotalProjectTransactions_Request": { "type": "object", "properties": { - "email": { - "$ref": "#/components/schemas/WaasAuthEmailConfig" - }, - "guest": { - "$ref": "#/components/schemas/WaasAuthGuestConfig" - }, - "playfab": { - "$ref": "#/components/schemas/WaasAuthPlayfabConfig" - }, - "stytch": { - "$ref": "#/components/schemas/WaasAuthStytchConfig" - }, - "twitter": { - "$ref": "#/components/schemas/WaasAuthTwitterConfig" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Audience": { + "Analytics_DailyProjectTransactions_Request": { "type": "object", - "required": [ - "id", - "projectId", - "name", - "contactCount", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "contactCount": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "AudienceContact": { + "Analytics_MonthlyProjectTransactions_Request": { "type": "object", - "required": [ - "audienceId", - "address" - ], "properties": { - "id": { - "type": "number" - }, - "audienceId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "address": { - "type": "string" - }, - "email": { - "type": "string" - }, - "userIp": { - "type": "string" - }, - "stage": { - "type": "number" - }, - "provider": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "AudienceRegistrationStatus": { + "Analytics_TotalProjectTransactionsByChain_Request": { "type": "object", - "required": [ - "totalCount" - ], "properties": { - "totalCount": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Trial": { + "Analytics_TotalProjectTransactionsByCollection_Request": { "type": "object", - "required": [ - "id", - "projectId", - "type", - "startAt", - "endAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/TrialType" - }, - "startAt": { - "type": "string" - }, - "endAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "AuditLog": { + "Analytics_TotalProjectTransactionsByToken_Request": { "type": "object", - "required": [ - "id", - "walletAddress", - "userEmail", - "entityId", - "type", - "oldValue", - "newValue", - "createdAt" - ], "properties": { - "id": { - "type": "number" - }, - "walletAddress": { - "type": "string" - }, - "userEmail": { - "type": "string" - }, - "entityId": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/AuditType" - }, - "oldValue": { - "type": "object" - }, - "newValue": { - "type": "object" - }, - "createdAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "PaymentMethodCardData": { + "Analytics_MonthlyProjectTransactionsByCollection_Request": { "type": "object", - "required": [ - "brand", - "country", - "last4", - "expDate" - ], "properties": { - "brand": { - "type": "string" - }, - "country": { - "type": "string" - }, - "last4": { - "type": "string" - }, - "expDate": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "PaymentMethodLinkData": { + "Analytics_TotalProjectTransactionVolume_Request": { "type": "object", - "required": [ - "email" - ], "properties": { - "email": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "PaymentMethod": { + "Analytics_DailyProjectVolume_Request": { "type": "object", - "required": [ - "id", - "type", - "default" - ], "properties": { - "id": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/PaymentMethodType" - }, - "cardData": { - "$ref": "#/components/schemas/PaymentMethodCardData" - }, - "linkData": { - "$ref": "#/components/schemas/PaymentMethodLinkData" - }, - "default": { - "type": "boolean" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ProjectSecret": { + "Analytics_MonthlyProjectVolume_Request": { "type": "object", - "required": [ - "type", - "env" - ], "properties": { - "type": { - "$ref": "#/components/schemas/SecretType" - }, - "env": { - "$ref": "#/components/schemas/SecretEnv" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "FinancialReportType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "SUBSCRIPTION", - "GASTANK_TOPUP" - ] + "Analytics_TotalProjectVolumeByChain_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "FinancialReportEntry": { + "Analytics_TotalProjectVolumeByCollection_Request": { "type": "object", - "required": [ - "amount", - "type", - "provider", - "reference", - "notes", - "createdAt" - ], "properties": { - "projectId": { - "type": "number" - }, - "ecosystemId": { - "type": "number" - }, - "amount": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/FinancialReportType" - }, - "provider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "reference": { - "type": "string" - }, - "externalURL": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "createdAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "TransakContract": { + "Analytics_TotalProjectVolumeByToken_Request": { "type": "object", - "required": [ - "id", - "chainId", - "contractAddress", - "name", - "projectIds", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "transakId": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "name": { - "type": "string" - }, - "projectIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "TransakContractFilter": { + "Analytics_MonthlyProjectVolumeByCollection_Request": { "type": "object", "properties": { - "query": { - "type": "string" - }, - "chainId": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "WhitelistUrl": { + "Analytics_TransactionVolumePerUser_Request": { "type": "object", - "required": [ - "id", - "projectId", - "url", - "createdAt", - "updatedAt" - ], "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "url": { - "type": "string" - }, - "approvedAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "AnalyticsProjectType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ALL", - "CREATED", - "RELATED" - ] + "Analytics_TransactionVolumePerTransactingUser_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "DateInterval": { - "type": "string", - "description": "Represented as uint16 on the server side", - "enum": [ - "DAY", - "WEEK", - "MONTH" - ] + "Analytics_TotalTransactingUsers_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } }, - "QueryFilter": { + "Analytics_DailyUniqueTransactingUsers_Request": { "type": "object", "properties": { - "projectId": { - "type": "number" - }, - "ecosystemId": { - "type": "number" - }, - "startDate": { - "type": "string" - }, - "endDate": { - "type": "string" - }, - "dateInterval": { - "$ref": "#/components/schemas/DateInterval" - }, - "collections": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" - } - }, - "tokenId": { - "type": "string" - }, - "projectType": { - "$ref": "#/components/schemas/AnalyticsProjectType" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "Chart": { + "Analytics_MonthlyUniqueTransactingUsers_Request": { "type": "object", - "required": [ - "value", - "label" - ], "properties": { - "value": { - "type": "number" - }, - "label": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "ChartWithPercentage": { + "Analytics_TransactingUserConversion_Request": { "type": "object", - "required": [ - "label", - "total", - "percentage" - ], "properties": { - "label": { - "type": "string" - }, - "total": { - "type": "number" - }, - "percentage": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "MultiValueChart": { + "Analytics_DailyTransactingUserConversion_Request": { "type": "object", - "required": [ - "value", - "label" - ], "properties": { - "value": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" - } - }, - "label": { - "type": "string" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "QueryResult": { + "Analytics_MonthlyTransactingUserConversion_Request": { "type": "object", - "required": [ - "collection", - "source", - "volumeUSD", - "numTokens", - "numTxns" - ], "properties": { - "collection": { - "type": "string" - }, - "source": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "volumeUSD": { - "type": "number" - }, - "numTokens": { - "type": "number" - }, - "numTxns": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "TokenTransactionData": { + "Analytics_RepeatingTransactingUserPercentage_Request": { "type": "object", - "required": [ - "collectionId", - "collectionName", - "tokenId", - "tokenName", - "itemQuantities" - ], "properties": { - "collectionId": { - "type": "string" - }, - "collectionName": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "tokenName": { - "type": "string" - }, - "itemQuantities": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "TrailsTransactionByMode": { + "Analytics_WeekOnWeekTransactingUserRetention_Request": { "type": "object", - "required": [ - "mode", - "uniqueTransactingUsers", - "paymentsStarted", - "paymentsCompleted", - "completionPercent", - "totalFees", - "totalVolume" - ], "properties": { - "mode": { - "type": "string" - }, - "uniqueTransactingUsers": { - "type": "number" - }, - "paymentsStarted": { - "type": "number" - }, - "paymentsCompleted": { - "type": "number" - }, - "completionPercent": { - "type": "number" - }, - "totalFees": { - "type": "number" - }, - "totalVolume": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "TrailsTransactionByRoute": { + "Analytics_MonthOnMonthTransactingUserRetention_Request": { "type": "object", - "required": [ - "origChainName", - "destChainName", - "uniqueTransactingUsers", - "paymentsStarted", - "paymentsCompleted", - "completionPercent", - "avgTxnDuration", - "gasFees", - "totalFees", - "totalVolume" - ], "properties": { - "origChainName": { - "type": "string" - }, - "destChainName": { - "type": "string" - }, - "uniqueTransactingUsers": { - "type": "number" - }, - "paymentsStarted": { - "type": "number" - }, - "paymentsCompleted": { - "type": "number" - }, - "completionPercent": { - "type": "number" - }, - "avgTxnDuration": { - "type": "number" - }, - "gasFees": { - "type": "number" - }, - "totalFees": { - "type": "number" - }, - "totalVolume": { - "type": "number" + "filter": { + "$ref": "#/components/schemas/QueryFilter" } } }, - "TrailsTransactionByProvider": { + "Analytics_AvgBalanceOfSequenceWallets_Request": { "type": "object", - "required": [ - "providerSwap", - "providerBridge", - "uniqueTransactingUsers", - "paymentsStarted", - "paymentsCompleted", - "completionPercent", - "avgTxnDuration", - "providerFees", - "totalFees", - "totalVolume" + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_AvgBalanceOfTransactingSequenceWallets_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_DailyMarketplaceTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_MonthlyMarketplaceTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceItemsTransacted_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceItemsPurchased_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceItemsSold_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceItemsListed_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceItemsOffered_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceTransactingUsers_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_DailyMarketplaceVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_MonthlyMarketplaceVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_AverageMarketplaceTransactionPrice_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceTradedCollections_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TopMarketplaceBuyers_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TopMarketplaceSellers_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_MarketplaceCollectionTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalShopTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_DailyShopTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_MonthlyShopTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalShopItemsPurchased_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalShopPurchasers_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalShopVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_DailyShopVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_MonthlyShopVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_AverageShopPurchasePrice_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TopShopBuyers_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_ShopCollectionTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalMarketplaceItemsSoldByToken_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalShopItemsSoldByToken_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTotalTransactionVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTotalTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTotalUniqueTransactingWallets_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsAverageTransactionDuration_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsPaymentCompletionPercentage_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTransactionsByDomain_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTransactionsByAmount_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsDailyTransactionVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsDailyTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsDailyTransactingWallets_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsDailyActiveWallets_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsDailyAverageTransactionDuration_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsDailyPaymentCompletionPercentage_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsMonthlyTransactionVolume_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsMonthlyTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsMonthlyTransactingWallets_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsMonthlyActiveWallets_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsMonthlyAverageTransactionDuration_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsMonthlyPaymentCompletionPercentage_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTransactionsByMode_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTransactionsByRoute_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTransactionsByProvider_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTransactionsByCountry_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TrailsTopTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_ExportTrailsTransactions_Request": { + "type": "object", + "properties": { + "filter": { + "$ref": "#/components/schemas/QueryFilter" + } + } + }, + "Analytics_TotalCompute_Response": { + "type": "object", + "properties": { + "computeStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_ComputeByService_Response": { + "type": "object", + "properties": { + "computeStats": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_DailyComputeByType_Response": { + "type": "object", + "properties": { + "computeStats": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_DailyComputeByService_Response": { + "type": "object", + "properties": { + "computeStats": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + } + }, + "Analytics_GetOrderbookCollections_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]QueryResult", + "items": { + "$ref": "#/components/schemas/QueryResult" + } + } + } + }, + "Analytics_CreditsPerDailyActiveUser_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_CreditsPerMonthlyActiveUser_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_WalletsTotal_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_WalletsDaily_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_WalletsMonthly_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_WalletsByCountry_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_WalletsByDevice_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_WalletsByBrowser_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_WalletsByOS_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_WalletsByType_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_WalletsTxnSentTotal_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_WalletsTxnSentDaily_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_WalletsTxnSentMonthly_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_WalletsByOrigin_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_ConnectionsByOrigin_Response": { + "type": "object", + "properties": { + "walletStats": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_MarketTxnEventTotal_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MarketTxnEventDaily_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_MarketTxnEventMonthly_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MarketWalletsTotal_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MarketWalletsDaily_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MarketWalletsMonthly_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalWalletTxnConversionRate_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyWalletTxnConversionRate_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyWalletTxnConversionRate_Response": { + "type": "object", + "properties": { + "marketStats": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyNewWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyNewWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalNewWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageDAU_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_RollingStickiness_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageStickiness_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_D1RetentionByCohort_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_D3RetentionByCohort_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_D7RetentionByCohort_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_D14RetentionByCohort_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_D28RetentionByCohort_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageD1Retention_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageD3Retention_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageD7Retention_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageD14Retention_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageD28Retention_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyActiveWalletsBySegment_Response": { + "type": "object", + "properties": { + "data": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + } + }, + "Analytics_MonthlyTransactingWalletsBySegment_Response": { + "type": "object", + "properties": { + "data": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + } + }, + "Analytics_WeeklyActiveWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalViews_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyViews_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_ViewsByCountry_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_ViewsByDevice_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_ViewsByOS_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_DailyUniqueVisitors_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_MonthlyUniqueVisitors_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_ActiveSessions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_UserEvents_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalProjects_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalProjectsCreated_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalActiveProjects_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalDevelopers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemActiveDevelopers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemDailyActiveWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyActiveWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemDailyNewProjects_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyNewProjects_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalContracts_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyContracts_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTopProjectsByActiveWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_EcosystemTopProjectsByNewWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_EcosystemWalletsCreated_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyActiveEcoWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemDailyNewWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyNewWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTopProjectsByDeveloperActivity_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_EcosystemTopProjectsByNewDevelopers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_EcosystemTotalMarketplaces_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyMarketplaces_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemActiveMarketplaces_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemWalletsByCountry_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_EcosystemWalletsByDevice_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_EcosystemWalletsByOS_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_EcosystemWalletsByBrowser_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_EcosystemWalletsByType_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]ChartWithPercentage", + "items": { + "$ref": "#/components/schemas/ChartWithPercentage" + } + } + } + }, + "Analytics_EcosystemWalletsByLoginMethod_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalTransactingUsers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyTransactingUsers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTotalTransactionVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemMonthlyTransactionVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_EcosystemTopProjectsByTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_EcosystemTopProjectsByTransactingUsers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_EcosystemTopProjectsByTransactionVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_TotalProjectTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyProjectTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyProjectTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalProjectTransactionsByChain_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalProjectTransactionsByCollection_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalProjectTransactionsByToken_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyProjectTransactionsByCollection_Response": { + "type": "object", + "properties": { + "data": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + } + }, + "Analytics_TotalProjectTransactionVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyProjectVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyProjectVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalProjectVolumeByChain_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalProjectVolumeByCollection_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalProjectVolumeByToken_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyProjectVolumeByCollection_Response": { + "type": "object", + "properties": { + "data": { + "type": "object", + "description": "map", + "additionalProperties": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + } + }, + "Analytics_TransactionVolumePerUser_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TransactionVolumePerTransactingUser_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalTransactingUsers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyUniqueTransactingUsers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyUniqueTransactingUsers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TransactingUserConversion_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyTransactingUserConversion_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyTransactingUserConversion_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_RepeatingTransactingUserPercentage_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_WeekOnWeekTransactingUserRetention_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthOnMonthTransactingUserRetention_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AvgBalanceOfSequenceWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AvgBalanceOfTransactingSequenceWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyMarketplaceTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyMarketplaceTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceItemsTransacted_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceItemsPurchased_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceItemsSold_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceItemsListed_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceItemsOffered_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceTransactingUsers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyMarketplaceVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyMarketplaceVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageMarketplaceTransactionPrice_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalMarketplaceTradedCollections_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TopMarketplaceBuyers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TopMarketplaceSellers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MarketplaceCollectionTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_TotalShopTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyShopTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyShopTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalShopItemsPurchased_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalShopPurchasers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TotalShopVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_DailyShopVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_MonthlyShopVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_AverageShopPurchasePrice_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TopShopBuyers_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_ShopCollectionTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]MultiValueChart", + "items": { + "$ref": "#/components/schemas/MultiValueChart" + } + } + } + }, + "Analytics_TotalMarketplaceItemsSoldByToken_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TokenTransactionData", + "items": { + "$ref": "#/components/schemas/TokenTransactionData" + } + } + } + }, + "Analytics_TotalShopItemsSoldByToken_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TokenTransactionData", + "items": { + "$ref": "#/components/schemas/TokenTransactionData" + } + } + } + }, + "Analytics_TrailsTotalTransactionVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsTotalTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsTotalUniqueTransactingWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsAverageTransactionDuration_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsPaymentCompletionPercentage_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsTransactionsByDomain_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsTransactionsByAmount_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsDailyTransactionVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsDailyTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsDailyTransactingWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsDailyActiveWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsDailyAverageTransactionDuration_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsDailyPaymentCompletionPercentage_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsMonthlyTransactionVolume_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsMonthlyTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsMonthlyTransactingWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsMonthlyActiveWallets_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsMonthlyAverageTransactionDuration_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsMonthlyPaymentCompletionPercentage_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]Chart", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "Analytics_TrailsTransactionsByMode_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TrailsTransactionByMode", + "items": { + "$ref": "#/components/schemas/TrailsTransactionByMode" + } + } + } + }, + "Analytics_TrailsTransactionsByRoute_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TrailsTransactionByRoute", + "items": { + "$ref": "#/components/schemas/TrailsTransactionByRoute" + } + } + } + }, + "Analytics_TrailsTransactionsByProvider_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TrailsTransactionByProvider", + "items": { + "$ref": "#/components/schemas/TrailsTransactionByProvider" + } + } + } + }, + "Analytics_TrailsTransactionsByCountry_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TrailsTransactionByCountry", + "items": { + "$ref": "#/components/schemas/TrailsTransactionByCountry" + } + } + } + }, + "Analytics_TrailsTopTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TrailsTransactionDetail", + "items": { + "$ref": "#/components/schemas/TrailsTransactionDetail" + } + } + } + }, + "Analytics_ExportTrailsTransactions_Response": { + "type": "object", + "properties": { + "data": { + "type": "array", + "description": "[]TrailsTransactionDetail", + "items": { + "$ref": "#/components/schemas/TrailsTransactionDetail" + } + } + } + } + } + }, + "paths": { + "/rpc/Analytics/TotalCompute": { + "post": { + "operationId": "Analytics-TotalCompute", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalCompute_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalCompute_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/ComputeByService": { + "post": { + "operationId": "Analytics-ComputeByService", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ComputeByService_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ComputeByService_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyComputeByType": { + "post": { + "operationId": "Analytics-DailyComputeByType", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyComputeByType_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyComputeByType_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyComputeByService": { + "post": { + "operationId": "Analytics-DailyComputeByService", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyComputeByService_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyComputeByService_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/GetOrderbookCollections": { + "post": { + "operationId": "Analytics-GetOrderbookCollections", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_GetOrderbookCollections_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_GetOrderbookCollections_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/CreditsPerDailyActiveUser": { + "post": { + "operationId": "Analytics-CreditsPerDailyActiveUser", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_CreditsPerDailyActiveUser_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/CreditsPerMonthlyActiveUser": { + "post": { + "operationId": "Analytics-CreditsPerMonthlyActiveUser", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_CreditsPerMonthlyActiveUser_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsTotal": { + "post": { + "operationId": "Analytics-WalletsTotal", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsTotal_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsTotal_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsDaily": { + "post": { + "operationId": "Analytics-WalletsDaily", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsDaily_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsMonthly": { + "post": { + "operationId": "Analytics-WalletsMonthly", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsMonthly_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsByCountry": { + "post": { + "operationId": "Analytics-WalletsByCountry", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsByCountry_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsByDevice": { + "post": { + "operationId": "Analytics-WalletsByDevice", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsByDevice_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsByBrowser": { + "post": { + "operationId": "Analytics-WalletsByBrowser", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsByBrowser_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsByOS": { + "post": { + "operationId": "Analytics-WalletsByOS", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsByOS_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsByType": { + "post": { + "operationId": "Analytics-WalletsByType", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsByType_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsTxnSentTotal": { + "post": { + "operationId": "Analytics-WalletsTxnSentTotal", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsTxnSentTotal_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsTxnSentDaily": { + "post": { + "operationId": "Analytics-WalletsTxnSentDaily", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsTxnSentDaily_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsTxnSentMonthly": { + "post": { + "operationId": "Analytics-WalletsTxnSentMonthly", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsTxnSentMonthly_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WalletsByOrigin": { + "post": { + "operationId": "Analytics-WalletsByOrigin", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsByOrigin_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WalletsByOrigin_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/ConnectionsByOrigin": { + "post": { + "operationId": "Analytics-ConnectionsByOrigin", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ConnectionsByOrigin_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ConnectionsByOrigin_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MarketTxnEventTotal": { + "post": { + "operationId": "Analytics-MarketTxnEventTotal", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketTxnEventTotal_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketTxnEventTotal_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MarketTxnEventDaily": { + "post": { + "operationId": "Analytics-MarketTxnEventDaily", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketTxnEventDaily_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketTxnEventDaily_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MarketTxnEventMonthly": { + "post": { + "operationId": "Analytics-MarketTxnEventMonthly", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketTxnEventMonthly_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketTxnEventMonthly_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MarketWalletsTotal": { + "post": { + "operationId": "Analytics-MarketWalletsTotal", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketWalletsTotal_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketWalletsTotal_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MarketWalletsDaily": { + "post": { + "operationId": "Analytics-MarketWalletsDaily", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketWalletsDaily_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketWalletsDaily_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MarketWalletsMonthly": { + "post": { + "operationId": "Analytics-MarketWalletsMonthly", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketWalletsMonthly_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketWalletsMonthly_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalWalletTxnConversionRate": { + "post": { + "operationId": "Analytics-TotalWalletTxnConversionRate", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalWalletTxnConversionRate_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalWalletTxnConversionRate_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyWalletTxnConversionRate": { + "post": { + "operationId": "Analytics-DailyWalletTxnConversionRate", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyWalletTxnConversionRate_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyWalletTxnConversionRate_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyWalletTxnConversionRate": { + "post": { + "operationId": "Analytics-MonthlyWalletTxnConversionRate", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyWalletTxnConversionRate_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyWalletTxnConversionRate_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyNewWallets": { + "post": { + "operationId": "Analytics-DailyNewWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyNewWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyNewWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyNewWallets": { + "post": { + "operationId": "Analytics-MonthlyNewWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyNewWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyNewWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalNewWallets": { + "post": { + "operationId": "Analytics-TotalNewWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalNewWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalNewWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageDAU": { + "post": { + "operationId": "Analytics-AverageDAU", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageDAU_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageDAU_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/RollingStickiness": { + "post": { + "operationId": "Analytics-RollingStickiness", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_RollingStickiness_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_RollingStickiness_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageStickiness": { + "post": { + "operationId": "Analytics-AverageStickiness", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageStickiness_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageStickiness_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/D1RetentionByCohort": { + "post": { + "operationId": "Analytics-D1RetentionByCohort", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D1RetentionByCohort_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D1RetentionByCohort_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/D3RetentionByCohort": { + "post": { + "operationId": "Analytics-D3RetentionByCohort", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D3RetentionByCohort_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D3RetentionByCohort_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/D7RetentionByCohort": { + "post": { + "operationId": "Analytics-D7RetentionByCohort", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D7RetentionByCohort_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D7RetentionByCohort_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/D14RetentionByCohort": { + "post": { + "operationId": "Analytics-D14RetentionByCohort", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D14RetentionByCohort_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D14RetentionByCohort_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/D28RetentionByCohort": { + "post": { + "operationId": "Analytics-D28RetentionByCohort", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D28RetentionByCohort_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_D28RetentionByCohort_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageD1Retention": { + "post": { + "operationId": "Analytics-AverageD1Retention", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD1Retention_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD1Retention_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageD3Retention": { + "post": { + "operationId": "Analytics-AverageD3Retention", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD3Retention_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD3Retention_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageD7Retention": { + "post": { + "operationId": "Analytics-AverageD7Retention", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD7Retention_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD7Retention_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageD14Retention": { + "post": { + "operationId": "Analytics-AverageD14Retention", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD14Retention_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD14Retention_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageD28Retention": { + "post": { + "operationId": "Analytics-AverageD28Retention", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD28Retention_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageD28Retention_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyActiveWalletsBySegment": { + "post": { + "operationId": "Analytics-MonthlyActiveWalletsBySegment", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyActiveWalletsBySegment_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyActiveWalletsBySegment_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyTransactingWalletsBySegment": { + "post": { + "operationId": "Analytics-MonthlyTransactingWalletsBySegment", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyTransactingWalletsBySegment_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyTransactingWalletsBySegment_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WeeklyActiveWallets": { + "post": { + "operationId": "Analytics-WeeklyActiveWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WeeklyActiveWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WeeklyActiveWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalViews": { + "post": { + "operationId": "Analytics-TotalViews", + "tags": [ + "Analytics" + ], + "summary": "Views Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalViews_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalViews_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyViews": { + "post": { + "operationId": "Analytics-DailyViews", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyViews_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyViews_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/ViewsByCountry": { + "post": { + "operationId": "Analytics-ViewsByCountry", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ViewsByCountry_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ViewsByCountry_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/ViewsByDevice": { + "post": { + "operationId": "Analytics-ViewsByDevice", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ViewsByDevice_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ViewsByDevice_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/ViewsByOS": { + "post": { + "operationId": "Analytics-ViewsByOS", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ViewsByOS_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ViewsByOS_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyUniqueVisitors": { + "post": { + "operationId": "Analytics-DailyUniqueVisitors", + "tags": [ + "Analytics" + ], + "summary": "Visitors Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyUniqueVisitors_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyUniqueVisitors_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyUniqueVisitors": { + "post": { + "operationId": "Analytics-MonthlyUniqueVisitors", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyUniqueVisitors_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyUniqueVisitors_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/ActiveSessions": { + "post": { + "operationId": "Analytics-ActiveSessions", + "tags": [ + "Analytics" + ], + "summary": "Real-time Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ActiveSessions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ActiveSessions_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/UserEvents": { + "post": { + "operationId": "Analytics-UserEvents", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_UserEvents_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_UserEvents_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalWallets": { + "post": { + "operationId": "Analytics-EcosystemTotalWallets", + "tags": [ + "Analytics" + ], + "summary": "Ecosystem Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalProjects": { + "post": { + "operationId": "Analytics-EcosystemTotalProjects", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalProjects_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalProjects_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalProjectsCreated": { + "post": { + "operationId": "Analytics-EcosystemTotalProjectsCreated", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalProjectsCreated_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalProjectsCreated_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalActiveProjects": { + "post": { + "operationId": "Analytics-EcosystemTotalActiveProjects", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalActiveProjects_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalActiveProjects_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalDevelopers": { + "post": { + "operationId": "Analytics-EcosystemTotalDevelopers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalDevelopers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalDevelopers_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemActiveDevelopers": { + "post": { + "operationId": "Analytics-EcosystemActiveDevelopers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemActiveDevelopers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemActiveDevelopers_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemDailyActiveWallets": { + "post": { + "operationId": "Analytics-EcosystemDailyActiveWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemDailyActiveWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemDailyActiveWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyActiveWallets": { + "post": { + "operationId": "Analytics-EcosystemMonthlyActiveWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyActiveWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyActiveWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemDailyNewProjects": { + "post": { + "operationId": "Analytics-EcosystemDailyNewProjects", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemDailyNewProjects_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemDailyNewProjects_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyNewProjects": { + "post": { + "operationId": "Analytics-EcosystemMonthlyNewProjects", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyNewProjects_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyNewProjects_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalContracts": { + "post": { + "operationId": "Analytics-EcosystemTotalContracts", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalContracts_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalContracts_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyContracts": { + "post": { + "operationId": "Analytics-EcosystemMonthlyContracts", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyContracts_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyContracts_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTopProjectsByActiveWallets": { + "post": { + "operationId": "Analytics-EcosystemTopProjectsByActiveWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByActiveWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByActiveWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTopProjectsByNewWallets": { + "post": { + "operationId": "Analytics-EcosystemTopProjectsByNewWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByNewWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByNewWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemWalletsCreated": { + "post": { + "operationId": "Analytics-EcosystemWalletsCreated", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsCreated_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsCreated_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyActiveEcoWallets": { + "post": { + "operationId": "Analytics-EcosystemMonthlyActiveEcoWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyActiveEcoWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyActiveEcoWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemDailyNewWallets": { + "post": { + "operationId": "Analytics-EcosystemDailyNewWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemDailyNewWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemDailyNewWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyNewWallets": { + "post": { + "operationId": "Analytics-EcosystemMonthlyNewWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyNewWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyNewWallets_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTopProjectsByDeveloperActivity": { + "post": { + "operationId": "Analytics-EcosystemTopProjectsByDeveloperActivity", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByDeveloperActivity_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByDeveloperActivity_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTopProjectsByNewDevelopers": { + "post": { + "operationId": "Analytics-EcosystemTopProjectsByNewDevelopers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByNewDevelopers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByNewDevelopers_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalMarketplaces": { + "post": { + "operationId": "Analytics-EcosystemTotalMarketplaces", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalMarketplaces_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalMarketplaces_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyMarketplaces": { + "post": { + "operationId": "Analytics-EcosystemMonthlyMarketplaces", + "tags": [ + "Analytics" ], - "properties": { - "providerSwap": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyMarketplaces_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyMarketplaces_Response" + } + } + } }, - "providerBridge": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "uniqueTransactingUsers": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemActiveMarketplaces": { + "post": { + "operationId": "Analytics-EcosystemActiveMarketplaces", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemActiveMarketplaces_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemActiveMarketplaces_Response" + } + } + } }, - "paymentsStarted": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "paymentsCompleted": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemWalletsByCountry": { + "post": { + "operationId": "Analytics-EcosystemWalletsByCountry", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByCountry_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByCountry_Response" + } + } + } }, - "completionPercent": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "avgTxnDuration": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemWalletsByDevice": { + "post": { + "operationId": "Analytics-EcosystemWalletsByDevice", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByDevice_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByDevice_Response" + } + } + } }, - "providerFees": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "totalFees": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemWalletsByOS": { + "post": { + "operationId": "Analytics-EcosystemWalletsByOS", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByOS_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByOS_Response" + } + } + } }, - "totalVolume": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "TrailsTransactionByCountry": { - "type": "object", - "required": [ - "country", - "transactingWallets", - "paymentsCompleted", - "completionPercent", - "totalVolume" + } + }, + "/rpc/Analytics/EcosystemWalletsByBrowser": { + "post": { + "operationId": "Analytics-EcosystemWalletsByBrowser", + "tags": [ + "Analytics" ], - "properties": { - "country": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByBrowser_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByBrowser_Response" + } + } + } }, - "transactingWallets": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "paymentsCompleted": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemWalletsByType": { + "post": { + "operationId": "Analytics-EcosystemWalletsByType", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByType_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByType_Response" + } + } + } }, - "completionPercent": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "totalVolume": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "TrailsTransactionDetail": { - "type": "object", - "required": [ - "date", - "checkoutId", - "country", - "provider", - "hostname", - "originTxHash", - "destTxHash", - "origChainName", - "destChainName", - "origTokenSymbol", - "destTokenSymbol", - "providerFee", - "totalFee", - "totalVolume" + } + }, + "/rpc/Analytics/EcosystemWalletsByLoginMethod": { + "post": { + "operationId": "Analytics-EcosystemWalletsByLoginMethod", + "tags": [ + "Analytics" ], - "properties": { - "date": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByLoginMethod_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemWalletsByLoginMethod_Response" + } + } + } }, - "checkoutId": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "country": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalTransactions": { + "post": { + "operationId": "Analytics-EcosystemTotalTransactions", + "tags": [ + "Analytics" + ], + "summary": "Ecosystem Transaction Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalTransactions_Response" + } + } + } }, - "provider": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyTransactions": { + "post": { + "operationId": "Analytics-EcosystemMonthlyTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyTransactions_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalTransactingUsers": { + "post": { + "operationId": "Analytics-EcosystemTotalTransactingUsers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalTransactingUsers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalTransactingUsers_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyTransactingUsers": { + "post": { + "operationId": "Analytics-EcosystemMonthlyTransactingUsers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyTransactingUsers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyTransactingUsers_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTotalTransactionVolume": { + "post": { + "operationId": "Analytics-EcosystemTotalTransactionVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalTransactionVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTotalTransactionVolume_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemMonthlyTransactionVolume": { + "post": { + "operationId": "Analytics-EcosystemMonthlyTransactionVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyTransactionVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemMonthlyTransactionVolume_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTopProjectsByTransactions": { + "post": { + "operationId": "Analytics-EcosystemTopProjectsByTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByTransactions_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTopProjectsByTransactingUsers": { + "post": { + "operationId": "Analytics-EcosystemTopProjectsByTransactingUsers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByTransactingUsers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByTransactingUsers_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/EcosystemTopProjectsByTransactionVolume": { + "post": { + "operationId": "Analytics-EcosystemTopProjectsByTransactionVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByTransactionVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_EcosystemTopProjectsByTransactionVolume_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalProjectTransactions": { + "post": { + "operationId": "Analytics-TotalProjectTransactions", + "tags": [ + "Analytics" + ], + "summary": "Transaction Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactions_Response" + } + } + } }, - "hostname": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "originTxHash": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyProjectTransactions": { + "post": { + "operationId": "Analytics-DailyProjectTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyProjectTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyProjectTransactions_Response" + } + } + } }, - "destTxHash": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "origChainName": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyProjectTransactions": { + "post": { + "operationId": "Analytics-MonthlyProjectTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectTransactions_Response" + } + } + } }, - "destChainName": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "origTokenSymbol": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalProjectTransactionsByChain": { + "post": { + "operationId": "Analytics-TotalProjectTransactionsByChain", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionsByChain_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionsByChain_Response" + } + } + } }, - "destTokenSymbol": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "providerFee": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalProjectTransactionsByCollection": { + "post": { + "operationId": "Analytics-TotalProjectTransactionsByCollection", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionsByCollection_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionsByCollection_Response" + } + } + } }, - "totalFee": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "totalVolume": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "ContractLibraryStatus": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "DEPRECATED", - "NIGHTLY", - "STABLE" - ] - }, - "ContractLibraryItem": { - "type": "object", - "required": [ - "uid", - "contractType", - "name", - "description", - "author", - "license", - "moreInfoUrl", - "disabled", - "createdAt", - "updatedAt" - ], - "properties": { - "uid": { - "type": "string" - }, - "contractType": { - "type": "string" + } + }, + "/rpc/Analytics/TotalProjectTransactionsByToken": { + "post": { + "operationId": "Analytics-TotalProjectTransactionsByToken", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionsByToken_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionsByToken_Response" + } + } + } }, - "name": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "description": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyProjectTransactionsByCollection": { + "post": { + "operationId": "Analytics-MonthlyProjectTransactionsByCollection", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectTransactionsByCollection_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectTransactionsByCollection_Response" + } + } + } }, - "author": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "license": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalProjectTransactionVolume": { + "post": { + "operationId": "Analytics-TotalProjectTransactionVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectTransactionVolume_Response" + } + } + } }, - "moreInfoUrl": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "disabled": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyProjectVolume": { + "post": { + "operationId": "Analytics-DailyProjectVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyProjectVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyProjectVolume_Response" + } + } + } }, - "createdAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "updatedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "ContractLibraryVersion": { - "type": "object", - "required": [ - "uid", - "version", - "audited", - "releaseNotes", - "upgradable", - "sourceData", - "status", - "createdAt", - "updatedAt" - ], - "properties": { - "uid": { - "type": "string" + } + }, + "/rpc/Analytics/MonthlyProjectVolume": { + "post": { + "operationId": "Analytics-MonthlyProjectVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectVolume_Response" + } + } + } }, - "version": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "audited": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalProjectVolumeByChain": { + "post": { + "operationId": "Analytics-TotalProjectVolumeByChain", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectVolumeByChain_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectVolumeByChain_Response" + } + } + } }, - "releaseNotes": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "upgradable": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalProjectVolumeByCollection": { + "post": { + "operationId": "Analytics-TotalProjectVolumeByCollection", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectVolumeByCollection_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectVolumeByCollection_Response" + } + } + } }, - "sourceData": { - "$ref": "#/components/schemas/ContractData" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "factoryAddress": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalProjectVolumeByToken": { + "post": { + "operationId": "Analytics-TotalProjectVolumeByToken", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectVolumeByToken_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalProjectVolumeByToken_Response" + } + } + } }, - "factoryData": { - "$ref": "#/components/schemas/ContractData" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyProjectVolumeByCollection": { + "post": { + "operationId": "Analytics-MonthlyProjectVolumeByCollection", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectVolumeByCollection_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyProjectVolumeByCollection_Response" + } + } } }, - "status": { - "$ref": "#/components/schemas/ContractLibraryStatus" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "createdAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TransactionVolumePerUser": { + "post": { + "operationId": "Analytics-TransactionVolumePerUser", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TransactionVolumePerUser_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TransactionVolumePerUser_Response" + } + } + } }, - "updatedAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "ProjectContractSource": { - "type": "object", - "required": [ - "projectId", - "uid", - "data", - "name", - "createdAt", - "updatedAt" + } + }, + "/rpc/Analytics/TransactionVolumePerTransactingUser": { + "post": { + "operationId": "Analytics-TransactionVolumePerTransactingUser", + "tags": [ + "Analytics" ], - "properties": { - "projectId": { - "type": "number" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TransactionVolumePerTransactingUser_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TransactionVolumePerTransactingUser_Response" + } + } + } }, - "uid": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "data": { - "$ref": "#/components/schemas/ContractData" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalTransactingUsers": { + "post": { + "operationId": "Analytics-TotalTransactingUsers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalTransactingUsers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalTransactingUsers_Response" + } + } + } }, - "name": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "createdAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyUniqueTransactingUsers": { + "post": { + "operationId": "Analytics-DailyUniqueTransactingUsers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyUniqueTransactingUsers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyUniqueTransactingUsers_Response" + } + } + } }, - "updatedAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "EcosystemType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "UNKNOWN", - "OPEN", - "CLOSED" - ] - }, - "ThemeType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "light", - "dark", - "system" - ] - }, - "LoginProviderType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "APPLE", - "GOOGLE", - "EMAIL", - "PASSKEY", - "PRIVATE_KEY" - ] - }, - "Ecosystem": { - "type": "object", - "required": [ - "id", - "name", - "type", - "ownerAddress", - "builderDomain", - "accessKeyPrefix", - "chainIds", - "exclusive", - "settings", - "createdAt", - "updatedAt" - ], - "properties": { - "id": { - "type": "number" + } + }, + "/rpc/Analytics/MonthlyUniqueTransactingUsers": { + "post": { + "operationId": "Analytics-MonthlyUniqueTransactingUsers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyUniqueTransactingUsers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyUniqueTransactingUsers_Response" + } + } + } }, - "name": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "type": { - "$ref": "#/components/schemas/EcosystemType" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TransactingUserConversion": { + "post": { + "operationId": "Analytics-TransactingUserConversion", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TransactingUserConversion_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TransactingUserConversion_Response" + } + } + } }, - "ownerAddress": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "builderDomain": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyTransactingUserConversion": { + "post": { + "operationId": "Analytics-DailyTransactingUserConversion", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyTransactingUserConversion_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyTransactingUserConversion_Response" + } + } + } }, - "walletDomain": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "email": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyTransactingUserConversion": { + "post": { + "operationId": "Analytics-MonthlyTransactingUserConversion", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyTransactingUserConversion_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyTransactingUserConversion_Response" + } + } + } }, - "accessKeyPrefix": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/RepeatingTransactingUserPercentage": { + "post": { + "operationId": "Analytics-RepeatingTransactingUserPercentage", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_RepeatingTransactingUserPercentage_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_RepeatingTransactingUserPercentage_Response" + } + } } }, - "exclusive": { - "type": "boolean" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "projectCount": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/WeekOnWeekTransactingUserRetention": { + "post": { + "operationId": "Analytics-WeekOnWeekTransactingUserRetention", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WeekOnWeekTransactingUserRetention_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_WeekOnWeekTransactingUserRetention_Response" + } + } + } }, - "settings": { - "$ref": "#/components/schemas/EcosystemSettings" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "createdAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthOnMonthTransactingUserRetention": { + "post": { + "operationId": "Analytics-MonthOnMonthTransactingUserRetention", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthOnMonthTransactingUserRetention_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthOnMonthTransactingUserRetention_Response" + } + } + } }, - "updatedAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "deletedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "EcosystemCollaborator": { - "type": "object", - "required": [ - "id", - "ecosystemId", - "userAddress", - "access", - "createdAt", - "updatedAt" + } + }, + "/rpc/Analytics/AvgBalanceOfSequenceWallets": { + "post": { + "operationId": "Analytics-AvgBalanceOfSequenceWallets", + "tags": [ + "Analytics" ], - "properties": { - "id": { - "type": "number" - }, - "ecosystemId": { - "type": "number" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AvgBalanceOfSequenceWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AvgBalanceOfSequenceWallets_Response" + } + } + } }, - "userAddress": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "access": { - "$ref": "#/components/schemas/EcosystemAccess" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AvgBalanceOfTransactingSequenceWallets": { + "post": { + "operationId": "Analytics-AvgBalanceOfTransactingSequenceWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AvgBalanceOfTransactingSequenceWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AvgBalanceOfTransactingSequenceWallets_Response" + } + } + } }, - "createdAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "updatedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "EcosystemSettings": { - "type": "object", - "required": [ - "title", - "description", - "learnMoreButton", - "learnMoreUrl", - "crispWebsiteId", - "themes", - "emailSettings", - "walletSettings", - "allowConnectedWallets" - ], - "properties": { - "title": { - "type": "string" + } + }, + "/rpc/Analytics/TotalMarketplaceTransactions": { + "post": { + "operationId": "Analytics-TotalMarketplaceTransactions", + "tags": [ + "Analytics" + ], + "summary": "Marketplace Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceTransactions_Response" + } + } + } }, - "description": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "learnMoreButton": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyMarketplaceTransactions": { + "post": { + "operationId": "Analytics-DailyMarketplaceTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyMarketplaceTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyMarketplaceTransactions_Response" + } + } + } }, - "learnMoreUrl": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "crispWebsiteId": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyMarketplaceTransactions": { + "post": { + "operationId": "Analytics-MonthlyMarketplaceTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyMarketplaceTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyMarketplaceTransactions_Response" + } + } + } }, - "domainAllowList": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } } }, - "domainBlockList": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalMarketplaceItemsTransacted": { + "post": { + "operationId": "Analytics-TotalMarketplaceItemsTransacted", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsTransacted_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsTransacted_Response" + } + } } }, - "themes": { - "type": "array", - "description": "[]ThemeSettings", - "items": { - "$ref": "#/components/schemas/ThemeSettings" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } } }, - "emailSettings": { - "$ref": "#/components/schemas/EcosystemEmailSettings" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalMarketplaceItemsPurchased": { + "post": { + "operationId": "Analytics-TotalMarketplaceItemsPurchased", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsPurchased_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsPurchased_Response" + } + } + } }, - "walletSettings": { - "$ref": "#/components/schemas/EcosystemWalletSettings" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "allowConnectedWallets": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "EcosystemEmailSettings": { - "type": "object", - "required": [ - "bannerUrl" + } + }, + "/rpc/Analytics/TotalMarketplaceItemsSold": { + "post": { + "operationId": "Analytics-TotalMarketplaceItemsSold", + "tags": [ + "Analytics" ], - "properties": { - "bannerUrl": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsSold_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsSold_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "EcosystemWalletSettings": { - "type": "object", - "required": [ - "isEOAWalletEnabled", - "allowMultipleAccount", - "socialOptions", - "walletOptions" + } + }, + "/rpc/Analytics/TotalMarketplaceItemsListed": { + "post": { + "operationId": "Analytics-TotalMarketplaceItemsListed", + "tags": [ + "Analytics" ], - "properties": { - "isEOAWalletEnabled": { - "type": "boolean" - }, - "allowMultipleAccount": { - "type": "boolean" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsListed_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsListed_Response" + } + } + } }, - "socialOptions": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } } }, - "walletOptions": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } } } - }, - "ThemeSettings": { - "type": "object", - "required": [ - "type", - "customCss", - "fileLogo", - "fileTitle", - "fileBackground", - "fileBackgroundMobile" + } + }, + "/rpc/Analytics/TotalMarketplaceItemsOffered": { + "post": { + "operationId": "Analytics-TotalMarketplaceItemsOffered", + "tags": [ + "Analytics" ], - "properties": { - "type": { - "$ref": "#/components/schemas/ThemeType" - }, - "customCss": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsOffered_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsOffered_Response" + } + } + } }, - "fileLogo": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "fileTitle": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalMarketplaceTransactingUsers": { + "post": { + "operationId": "Analytics-TotalMarketplaceTransactingUsers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceTransactingUsers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceTransactingUsers_Response" + } + } + } }, - "fileBackground": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "fileBackgroundMobile": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "Configuration": { - "type": "object", - "required": [ - "ecosystemId", - "name", - "builderDomain", - "chainIds", - "license", - "settings", - "exclusiveChainIds" + } + }, + "/rpc/Analytics/TotalMarketplaceVolume": { + "post": { + "operationId": "Analytics-TotalMarketplaceVolume", + "tags": [ + "Analytics" ], - "properties": { - "ecosystemId": { - "type": "number" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceVolume_Response" + } + } + } }, - "name": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "builderDomain": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/DailyMarketplaceVolume": { + "post": { + "operationId": "Analytics-DailyMarketplaceVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyMarketplaceVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyMarketplaceVolume_Response" + } + } + } }, - "walletDomain": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyMarketplaceVolume": { + "post": { + "operationId": "Analytics-MonthlyMarketplaceVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyMarketplaceVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyMarketplaceVolume_Response" + } + } } }, - "license": { - "$ref": "#/components/schemas/License" - }, - "settings": { - "$ref": "#/components/schemas/EcosystemSettings" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "exclusiveChainIds": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } } } - }, - "EcosystemTemplate": { - "type": "object", - "required": [ - "subject", - "template", - "data", - "fromEmail", - "content", - "placeholders", - "createdAt", - "updatedAt" + } + }, + "/rpc/Analytics/AverageMarketplaceTransactionPrice": { + "post": { + "operationId": "Analytics-AverageMarketplaceTransactionPrice", + "tags": [ + "Analytics" ], - "properties": { - "subject": { - "type": "string" - }, - "template": { - "type": "string" - }, - "data": { - "$ref": "#/components/schemas/TemplateData" - }, - "fromEmail": { - "type": "string" - }, + "summary": "", + "requestBody": { "content": { - "type": "string" - }, - "placeholders": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageMarketplaceTransactionPrice_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageMarketplaceTransactionPrice_Response" + } + } } }, - "sesSettings": { - "$ref": "#/components/schemas/SESSettings" - }, - "createdAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "updatedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "TemplateData": { - "type": "object", - "required": [ - "introText", - "logoUrl" + } + }, + "/rpc/Analytics/TotalMarketplaceTradedCollections": { + "post": { + "operationId": "Analytics-TotalMarketplaceTradedCollections", + "tags": [ + "Analytics" ], - "properties": { - "introText": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceTradedCollections_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceTradedCollections_Response" + } + } + } }, - "logoUrl": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "LoginProvider": { - "type": "object", - "required": [ - "type" + } + }, + "/rpc/Analytics/TopMarketplaceBuyers": { + "post": { + "operationId": "Analytics-TopMarketplaceBuyers", + "tags": [ + "Analytics" ], - "properties": { - "type": { - "$ref": "#/components/schemas/LoginProviderType" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TopMarketplaceBuyers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TopMarketplaceBuyers_Response" + } + } + } }, - "clientId": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "updatedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "WalletCustomTheme": { - "type": "object", - "required": [ - "fileHeaderLogo", - "fileAuthLogo" + } + }, + "/rpc/Analytics/TopMarketplaceSellers": { + "post": { + "operationId": "Analytics-TopMarketplaceSellers", + "tags": [ + "Analytics" ], - "properties": { - "fileHeaderLogo": { - "$ref": "#/components/schemas/Image" - }, - "fileAuthLogo": { - "$ref": "#/components/schemas/Image" - }, - "fileAuthCover": { - "$ref": "#/components/schemas/Image" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TopMarketplaceSellers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TopMarketplaceSellers_Response" + } + } + } }, - "fileBackgroundImage": { - "$ref": "#/components/schemas/Image" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "colors": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } } } - }, - "WalletThemes": { - "type": "object", - "required": [ - "light", - "dark" + } + }, + "/rpc/Analytics/MarketplaceCollectionTransactions": { + "post": { + "operationId": "Analytics-MarketplaceCollectionTransactions", + "tags": [ + "Analytics" ], - "properties": { - "light": { - "$ref": "#/components/schemas/WalletCustomTheme" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketplaceCollectionTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MarketplaceCollectionTransactions_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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "dark": { - "$ref": "#/components/schemas/WalletCustomTheme" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "DiscoveryCategory": { - "type": "object", - "required": [ - "label", - "tag", - "private" + } + }, + "/rpc/Analytics/TotalShopTransactions": { + "post": { + "operationId": "Analytics-TotalShopTransactions", + "tags": [ + "Analytics" ], - "properties": { - "label": { - "type": "string" + "summary": "Shop Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopTransactions_Response" + } + } + } }, - "tag": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "private": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "DiscoveryApp": { - "type": "object", - "required": [ - "id", - "coverImage", - "url", - "categoryTags", - "chainIds" + } + }, + "/rpc/Analytics/DailyShopTransactions": { + "post": { + "operationId": "Analytics-DailyShopTransactions", + "tags": [ + "Analytics" ], - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "coverImage": { - "$ref": "#/components/schemas/Image" - }, - "url": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyShopTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyShopTransactions_Response" + } + } + } }, - "categoryTags": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } } }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } } } - }, - "DiscoverySection": { - "type": "object", - "required": [ - "apps", - "private", - "categories", - "banners", - "activeBanners" + } + }, + "/rpc/Analytics/MonthlyShopTransactions": { + "post": { + "operationId": "Analytics-MonthlyShopTransactions", + "tags": [ + "Analytics" ], - "properties": { - "apps": { - "type": "array", - "description": "[]DiscoveryApp", - "items": { - "$ref": "#/components/schemas/DiscoveryApp" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyShopTransactions_Request" + } } - }, - "private": { - "type": "boolean" - }, - "categories": { - "type": "array", - "description": "[]DiscoveryCategory", - "items": { - "$ref": "#/components/schemas/DiscoveryCategory" + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyShopTransactions_Response" + } + } } }, - "banners": { - "type": "array", - "description": "[]DiscoveryApp", - "items": { - "$ref": "#/components/schemas/DiscoveryApp" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } } }, - "activeBanners": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } } } - }, - "EcosystemWalletMetaTags": { - "type": "object", - "required": [ - "title", - "description", - "url", - "previewImage", - "favicon" + } + }, + "/rpc/Analytics/TotalShopItemsPurchased": { + "post": { + "operationId": "Analytics-TotalShopItemsPurchased", + "tags": [ + "Analytics" ], - "properties": { - "title": { - "type": "string" - }, - "description": { - "type": "string" - }, - "url": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopItemsPurchased_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopItemsPurchased_Response" + } + } + } }, - "previewImage": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "favicon": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "SDKConfig": { - "type": "object", - "required": [ - "brandedSignIn", - "signInButtonTitle" + } + }, + "/rpc/Analytics/TotalShopPurchasers": { + "post": { + "operationId": "Analytics-TotalShopPurchasers", + "tags": [ + "Analytics" ], - "properties": { - "brandedSignIn": { - "type": "boolean" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopPurchasers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopPurchasers_Response" + } + } + } }, - "signInButtonTitle": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "signInButtonLogo": { - "$ref": "#/components/schemas/Image" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "EcosystemWalletConfig": { - "type": "object", - "required": [ - "ecosystemId", - "name", - "description", - "url", - "email", - "defaultTheme", - "supportedThemes", - "themes", - "metaTags", - "defaultCurrency", - "watchedWallets", - "supportedChains", - "defaultChainId", - "enabledProviders", - "providerConfig", - "allowEOAWallets", - "createdAt", - "updatedAt" + } + }, + "/rpc/Analytics/TotalShopVolume": { + "post": { + "operationId": "Analytics-TotalShopVolume", + "tags": [ + "Analytics" ], - "properties": { - "ecosystemId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "url": { - "type": "string" - }, - "email": { - "type": "string" - }, - "defaultTheme": { - "$ref": "#/components/schemas/ThemeType" - }, - "supportedThemes": { - "type": "array", - "description": "[]ThemeType", - "items": { - "$ref": "#/components/schemas/ThemeType" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopVolume_Request" + } } - }, - "themes": { - "$ref": "#/components/schemas/WalletThemes" - }, - "metaTags": { - "$ref": "#/components/schemas/EcosystemWalletMetaTags" - }, - "defaultCurrency": { - "type": "string" - }, - "watchedWallets": { - "type": "boolean" - }, - "supportedChains": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopVolume_Response" + } + } } }, - "defaultChainId": { - "type": "number" - }, - "enabledProviders": { - "type": "array", - "description": "[]LoginProviderType", - "items": { - "$ref": "#/components/schemas/LoginProviderType" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } } }, - "providerConfig": { - "type": "array", - "description": "[]LoginProvider", - "items": { - "$ref": "#/components/schemas/LoginProvider" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } - }, - "discovery": { - "$ref": "#/components/schemas/DiscoverySection" - }, - "sdkConfig": { - "$ref": "#/components/schemas/SDKConfig" - }, - "allowEOAWallets": { - "type": "boolean" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" } } - }, - "AdjustmentSource": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "unknown", - "onetime", - "auto" - ] - }, - "AdjustmentStatus": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "unknown", - "pending", - "accepted", - "successful", - "failed", - "cancelled" - ] - }, - "OwnerType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "Project", - "Ecosystem" - ] - }, - "GasTankAdjustment": { - "type": "object", - "required": [ - "id", - "projectId", - "ecosystemId", - "provider", - "source", - "amount", - "status", - "notes", - "createdAt" + } + }, + "/rpc/Analytics/DailyShopVolume": { + "post": { + "operationId": "Analytics-DailyShopVolume", + "tags": [ + "Analytics" ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyShopVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_DailyShopVolume_Response" + } + } + } }, - "ecosystemId": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "provider": { - "$ref": "#/components/schemas/PaymentProvider" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/MonthlyShopVolume": { + "post": { + "operationId": "Analytics-MonthlyShopVolume", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyShopVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_MonthlyShopVolume_Response" + } + } + } }, - "source": { - "$ref": "#/components/schemas/AdjustmentSource" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "amount": { - "type": "number" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/AverageShopPurchasePrice": { + "post": { + "operationId": "Analytics-AverageShopPurchasePrice", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageShopPurchasePrice_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_AverageShopPurchasePrice_Response" + } + } + } }, - "status": { - "$ref": "#/components/schemas/AdjustmentStatus" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "externalId": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TopShopBuyers": { + "post": { + "operationId": "Analytics-TopShopBuyers", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TopShopBuyers_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TopShopBuyers_Response" + } + } + } }, - "notes": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "createdAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "GasTankAdjustmentFilter": { - "type": "object", - "properties": { - "ownerType": { - "$ref": "#/components/schemas/OwnerType" + } + }, + "/rpc/Analytics/ShopCollectionTransactions": { + "post": { + "operationId": "Analytics-ShopCollectionTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ShopCollectionTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ShopCollectionTransactions_Response" + } + } + } }, - "ownerId": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "source": { - "$ref": "#/components/schemas/AdjustmentSource" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalMarketplaceItemsSoldByToken": { + "post": { + "operationId": "Analytics-TotalMarketplaceItemsSoldByToken", + "tags": [ + "Analytics" + ], + "summary": "Marketplace Token-Level Analytics", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsSoldByToken_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalMarketplaceItemsSoldByToken_Response" + } + } + } }, - "status": { - "type": "array", - "description": "[]AdjustmentStatus", - "items": { - "$ref": "#/components/schemas/AdjustmentStatus" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } } }, - "provider": { - "$ref": "#/components/schemas/PaymentProvider" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TotalShopItemsSoldByToken": { + "post": { + "operationId": "Analytics-TotalShopItemsSoldByToken", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopItemsSoldByToken_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TotalShopItemsSoldByToken_Response" + } + } + } }, - "from": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "to": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "GasTankConfig": { - "type": "object", - "required": [ - "enabled", - "chainId", - "tokenAddress", - "tokenDecimals", - "recipientAddress" + } + }, + "/rpc/Analytics/TrailsTotalTransactionVolume": { + "post": { + "operationId": "Analytics-TrailsTotalTransactionVolume", + "tags": [ + "Analytics" ], - "properties": { - "enabled": { - "type": "boolean" + "summary": "Trails Analytics - Big Numbers", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTotalTransactionVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTotalTransactionVolume_Response" + } + } + } }, - "chainId": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "tokenAddress": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsTotalTransactions": { + "post": { + "operationId": "Analytics-TrailsTotalTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTotalTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTotalTransactions_Response" + } + } + } }, - "tokenDecimals": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "recipientAddress": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceWalletType": { - "type": "string", - "description": "Represented as uint8 on the server side", - "enum": [ - "UNIVERSAL", - "EMBEDDED", - "ECOSYSTEM" - ] - }, - "FilterCondition": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "ENTIRE_KEY", - "SPECIFIC_VALUE" - ] - }, - "MarketplaceLegacyType": { - "type": "string", - "description": "Represented as string on the server side", - "enum": [ - "AMM", - "P2P", - "SEQUENCE", - "ORDERBOOK" - ] - }, - "MarketplaceHostname": { - "type": "object", - "required": [ - "hostname", - "projectId", - "isDefaultHostname", - "isCustomDomain", - "createdAt" + } + }, + "/rpc/Analytics/TrailsTotalUniqueTransactingWallets": { + "post": { + "operationId": "Analytics-TrailsTotalUniqueTransactingWallets", + "tags": [ + "Analytics" ], - "properties": { - "hostname": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTotalUniqueTransactingWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTotalUniqueTransactingWallets_Response" + } + } + } }, - "projectId": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "isDefaultHostname": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsAverageTransactionDuration": { + "post": { + "operationId": "Analytics-TrailsAverageTransactionDuration", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsAverageTransactionDuration_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsAverageTransactionDuration_Response" + } + } + } }, - "isCustomDomain": { - "type": "boolean" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "createdAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "Marketplace": { - "type": "object", - "required": [ - "projectId", - "settings", - "market", - "shop" + } + }, + "/rpc/Analytics/TrailsPaymentCompletionPercentage": { + "post": { + "operationId": "Analytics-TrailsPaymentCompletionPercentage", + "tags": [ + "Analytics" ], - "properties": { - "projectId": { - "type": "number" - }, - "settings": { - "$ref": "#/components/schemas/MarketplaceSettings" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsPaymentCompletionPercentage_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsPaymentCompletionPercentage_Response" + } + } + } }, - "market": { - "$ref": "#/components/schemas/MarketplacePage" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "shop": { - "$ref": "#/components/schemas/MarketplacePage" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsTransactionsByDomain": { + "post": { + "operationId": "Analytics-TrailsTransactionsByDomain", + "tags": [ + "Analytics" + ], + "summary": "Trails Analytics - Category Charts", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByDomain_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByDomain_Response" + } + } + } }, - "createdAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "updatedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceSettings": { - "type": "object", - "required": [ - "style", - "publisherId", - "title", - "socials", - "faviconUrl", - "walletOptions", - "logoUrl", - "fontUrl", - "isTrailsEnabled" - ], - "properties": { - "style": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "object" + } + }, + "/rpc/Analytics/TrailsTransactionsByAmount": { + "post": { + "operationId": "Analytics-TrailsTransactionsByAmount", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByAmount_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByAmount_Response" + } + } } }, - "publisherId": { - "type": "string" - }, - "title": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "socials": { - "$ref": "#/components/schemas/MarketplaceSocials" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsDailyTransactionVolume": { + "post": { + "operationId": "Analytics-TrailsDailyTransactionVolume", + "tags": [ + "Analytics" + ], + "summary": "Trails Analytics - Daily Time Series", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyTransactionVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyTransactionVolume_Response" + } + } + } }, - "faviconUrl": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "walletOptions": { - "$ref": "#/components/schemas/MarketplaceWallet" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsDailyTransactions": { + "post": { + "operationId": "Analytics-TrailsDailyTransactions", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyTransactions_Response" + } + } + } }, - "logoUrl": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "fontUrl": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsDailyTransactingWallets": { + "post": { + "operationId": "Analytics-TrailsDailyTransactingWallets", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyTransactingWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyTransactingWallets_Response" + } + } + } }, - "accessKey": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "isTrailsEnabled": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplacePage": { - "type": "object", - "required": [ - "enabled", - "bannerUrl", - "ogImage", - "private" + } + }, + "/rpc/Analytics/TrailsDailyActiveWallets": { + "post": { + "operationId": "Analytics-TrailsDailyActiveWallets", + "tags": [ + "Analytics" ], - "properties": { - "enabled": { - "type": "boolean" - }, - "bannerUrl": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyActiveWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyActiveWallets_Response" + } + } + } }, - "ogImage": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "private": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceSocials": { - "type": "object", - "required": [ - "twitter", - "discord", - "website", - "tiktok", - "instagram", - "youtube" + } + }, + "/rpc/Analytics/TrailsDailyAverageTransactionDuration": { + "post": { + "operationId": "Analytics-TrailsDailyAverageTransactionDuration", + "tags": [ + "Analytics" ], - "properties": { - "twitter": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyAverageTransactionDuration_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyAverageTransactionDuration_Response" + } + } + } }, - "discord": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "website": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsDailyPaymentCompletionPercentage": { + "post": { + "operationId": "Analytics-TrailsDailyPaymentCompletionPercentage", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyPaymentCompletionPercentage_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsDailyPaymentCompletionPercentage_Response" + } + } + } }, - "tiktok": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/TrailsMonthlyTransactionVolume": { + "post": { + "operationId": "Analytics-TrailsMonthlyTransactionVolume", + "tags": [ + "Analytics" + ], + "summary": "Trails Analytics - Monthly Time Series", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyTransactionVolume_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyTransactionVolume_Response" + } + } + } }, - "instagram": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "youtube": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceWallet": { - "type": "object", - "required": [ - "walletType", - "oidcIssuers", - "connectors", - "includeEIP6963Wallets" + } + }, + "/rpc/Analytics/TrailsMonthlyTransactions": { + "post": { + "operationId": "Analytics-TrailsMonthlyTransactions", + "tags": [ + "Analytics" ], - "properties": { - "walletType": { - "$ref": "#/components/schemas/MarketplaceWalletType" - }, - "oidcIssuers": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyTransactions_Request" + } } - }, - "connectors": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyTransactions_Response" + } + } } }, - "includeEIP6963Wallets": { - "type": "boolean" - }, - "ecosystem": { - "$ref": "#/components/schemas/MarketplaceWalletEcosystem" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "embedded": { - "$ref": "#/components/schemas/MarketplaceWalletEmbedded" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceWalletEcosystem": { - "type": "object", - "required": [ - "walletUrl", - "walletAppName" + } + }, + "/rpc/Analytics/TrailsMonthlyTransactingWallets": { + "post": { + "operationId": "Analytics-TrailsMonthlyTransactingWallets", + "tags": [ + "Analytics" ], - "properties": { - "walletUrl": { - "type": "string" - }, - "walletAppName": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyTransactingWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyTransactingWallets_Response" + } + } + } }, - "logoLightUrl": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "logoDarkUrl": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceWalletEmbedded": { - "type": "object", - "required": [ - "tenantKey", - "emailEnabled", - "providers" + } + }, + "/rpc/Analytics/TrailsMonthlyActiveWallets": { + "post": { + "operationId": "Analytics-TrailsMonthlyActiveWallets", + "tags": [ + "Analytics" ], - "properties": { - "tenantKey": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyActiveWallets_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyActiveWallets_Response" + } + } + } }, - "emailEnabled": { - "type": "boolean" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "providers": { - "type": "array", - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } } } - }, - "MarketCollection": { - "type": "object", - "required": [ - "id", - "projectId", - "chainId", - "itemsAddress", - "contractType", - "bannerUrl", - "feePercentage", - "currencyOptions", - "destinationMarketplace", - "private" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "itemsAddress": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "bannerUrl": { - "type": "string" - }, - "feePercentage": { - "type": "number" - }, - "currencyOptions": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + } + }, + "/rpc/Analytics/TrailsMonthlyAverageTransactionDuration": { + "post": { + "operationId": "Analytics-TrailsMonthlyAverageTransactionDuration", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyAverageTransactionDuration_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyAverageTransactionDuration_Response" + } + } } }, - "destinationMarketplace": { - "type": "string" - }, - "filterSettings": { - "$ref": "#/components/schemas/CollectionFilterSettings" - }, - "sortOrder": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "createdAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "updatedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "ShopCollection": { - "type": "object", - "required": [ - "id", - "projectId", - "chainId", - "itemsAddress", - "saleAddress", - "name", - "bannerUrl", - "tokenIds", - "customTokenIds", - "private" - ], - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "itemsAddress": { - "type": "string" - }, - "saleAddress": { - "type": "string" - }, - "name": { - "type": "string" - }, - "bannerUrl": { - "type": "string" - }, - "tokenIds": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + } + }, + "/rpc/Analytics/TrailsMonthlyPaymentCompletionPercentage": { + "post": { + "operationId": "Analytics-TrailsMonthlyPaymentCompletionPercentage", + "tags": [ + "Analytics" + ], + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyPaymentCompletionPercentage_Request" + } } - }, - "customTokenIds": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsMonthlyPaymentCompletionPercentage_Response" + } + } } }, - "sortOrder": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "createdAt": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "updatedAt": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MetadataFilterRule": { - "type": "object", - "required": [ - "key", - "condition" + } + }, + "/rpc/Analytics/TrailsTransactionsByMode": { + "post": { + "operationId": "Analytics-TrailsTransactionsByMode", + "tags": [ + "Analytics" ], - "properties": { - "key": { - "type": "string" + "summary": "Trails Analytics - Tables", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByMode_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByMode_Response" + } + } + } }, - "condition": { - "$ref": "#/components/schemas/FilterCondition" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "value": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "CollectionFilterSettings": { - "type": "object", - "required": [ - "filterOrder", - "exclusions" + } + }, + "/rpc/Analytics/TrailsTransactionsByRoute": { + "post": { + "operationId": "Analytics-TrailsTransactionsByRoute", + "tags": [ + "Analytics" ], - "properties": { - "filterOrder": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByRoute_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByRoute_Response" + } + } } }, - "exclusions": { - "type": "array", - "description": "[]MetadataFilterRule", - "items": { - "$ref": "#/components/schemas/MetadataFilterRule" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } + }, + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } } } } - }, - "CollectionListFilter": { - "type": "object", - "required": [ - "includePrivate" + } + }, + "/rpc/Analytics/TrailsTransactionsByProvider": { + "post": { + "operationId": "Analytics-TrailsTransactionsByProvider", + "tags": [ + "Analytics" ], - "properties": { - "includePrivate": { - "type": "boolean" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByProvider_Request" + } + } } - } - }, - "MarketplaceLegacySettings": { - "type": "object", - "required": [ - "publisherId", - "title", - "shortDescription", - "socials", - "faviconUrl", - "landingBannerUrl", - "collections", - "walletOptions", - "landingPageLayout", - "logoUrl", - "bannerUrl", - "isTrailsEnabled" - ], - "properties": { - "projectId": { - "type": "number" - }, - "publisherId": { - "type": "string" - }, - "title": { - "type": "string" - }, - "shortDescription": { - "type": "string" - }, - "socials": { - "$ref": "#/components/schemas/MarketplaceSocials" - }, - "faviconUrl": { - "type": "string" - }, - "landingBannerUrl": { - "type": "string" - }, - "collections": { - "type": "array", - "description": "[]MarketplaceLegacyCollection", - "items": { - "$ref": "#/components/schemas/MarketplaceLegacyCollection" + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByProvider_Response" + } + } } }, - "walletOptions": { - "$ref": "#/components/schemas/MarketplaceLegacyWallet" - }, - "landingPageLayout": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "bannerUrl": { - "type": "string" - }, - "fontUrl": { - "type": "string" - }, - "ogImage": { - "type": "string" - }, - "accessKey": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "isTrailsEnabled": { - "type": "boolean" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceLegacyWallet": { - "type": "object", - "required": [ - "walletType", - "oidcIssuers", - "connectors", - "includeEIP6963Wallets" + } + }, + "/rpc/Analytics/TrailsTransactionsByCountry": { + "post": { + "operationId": "Analytics-TrailsTransactionsByCountry", + "tags": [ + "Analytics" ], - "properties": { - "walletType": { - "$ref": "#/components/schemas/MarketplaceWalletType" - }, - "oidcIssuers": { - "type": "object", - "description": "map", - "additionalProperties": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByCountry_Request" + } } - }, - "connectors": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTransactionsByCountry_Response" + } + } } }, - "includeEIP6963Wallets": { - "type": "boolean" - }, - "ecosystem": { - "$ref": "#/components/schemas/MarketplaceWalletEcosystem" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "waas": { - "$ref": "#/components/schemas/MarketplaceWalletEmbedded" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } - }, - "MarketplaceLegacyCollection": { - "type": "object", - "required": [ - "marketplaceType", - "chainId", - "address", - "exchanges", - "bannerUrl", - "feePercentage", - "currencyOptions", - "destinationMarketplace" + } + }, + "/rpc/Analytics/TrailsTopTransactions": { + "post": { + "operationId": "Analytics-TrailsTopTransactions", + "tags": [ + "Analytics" ], - "properties": { - "marketplaceType": { - "$ref": "#/components/schemas/MarketplaceLegacyType" - }, - "chainId": { - "type": "number" - }, - "address": { - "type": "string" - }, - "exchanges": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "summary": "", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTopTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_TrailsTopTransactions_Response" + } + } } }, - "bannerUrl": { - "type": "string" - }, - "feePercentage": { - "type": "number" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "currencyOptions": { - "type": "array", - "description": "[]string", - "items": { - "type": "string" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } + } + } + } + }, + "/rpc/Analytics/ExportTrailsTransactions": { + "post": { + "operationId": "Analytics-ExportTrailsTransactions", + "tags": [ + "Analytics" + ], + "summary": "Trails Analytics - Export (returns all data without limit for CSV export)", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ExportTrailsTransactions_Request" + } + } + } + }, + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Analytics_ExportTrailsTransactions_Response" + } + } } }, - "destinationMarketplace": { - "type": "string" + "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/ErrorWebrpcClientAborted" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcStreamLost" + } + ] + } + } + } }, - "filterSettings": { - "$ref": "#/components/schemas/CollectionFilterSettings" + "5XX": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "oneOf": [ + { + "$ref": "#/components/schemas/ErrorWebrpcBadResponse" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcServerPanic" + }, + { + "$ref": "#/components/schemas/ErrorWebrpcInternalError" + } + ] + } + } + } } } } } }, - "paths": null, "security": [ { "ApiKeyAuth": [] From 58fae40e9cad505859a11e2292a8f0c6249bdc0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Feb 2026 13:51:51 +0000 Subject: [PATCH 4/4] chore(i18n): update translations [en] Sync file structure, format locales. Branch: 213/merge --- es/api-references/analytics/endpoints/analytics-api.json | 2 +- ja/api-references/analytics/endpoints/analytics-api.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/es/api-references/analytics/endpoints/analytics-api.json b/es/api-references/analytics/endpoints/analytics-api.json index a4d7344f..7db97ea2 100644 --- a/es/api-references/analytics/endpoints/analytics-api.json +++ b/es/api-references/analytics/endpoints/analytics-api.json @@ -1 +1 @@ -{"openapi":"3.0.0","info":{"title":"API de Analytics","version":""},"servers":[{"url":"https://api.sequence.app","description":"Analytics"}],"components":{"schemas":{"ErrorWebrpcEndpoint":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcEndpoint"},"code":{"type":"número","example":"0"},"msg":{"type":"cadena","example":"error de endpoint"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcRequestFailed":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcRequestFailed"},"code":{"type":"número","example":"-1"},"msg":{"type":"cadena","example":"solicitud fallida"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcBadRoute":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadRoute"},"code":{"type":"número","example":"-2"},"msg":{"type":"cadena","example":"ruta incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"404"}}},"ErrorWebrpcBadMethod":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadMethod"},"code":{"type":"número","example":"-3"},"msg":{"type":"cadena","example":"método incorrecto"},"cause":{"type":"cadena"},"status":{"type":"número","example":"405"}}},"ErrorWebrpcBadRequest":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadRequest"},"code":{"type":"número","example":"-4"},"msg":{"type":"cadena","example":"solicitud incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcBadResponse":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadResponse"},"code":{"type":"número","example":"-5"},"msg":{"type":"cadena","example":"respuesta incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcServerPanic":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcServerPanic"},"code":{"type":"número","example":"-6"},"msg":{"type":"cadena","example":"pánico del servidor"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcInternalError":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcInternalError"},"code":{"type":"número","example":"-7"},"msg":{"type":"cadena","example":"error interno"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcClientAborted":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcClientAborted"},"code":{"type":"número","example":"-8"},"msg":{"type":"cadena","example":"solicitud cancelada por el cliente"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcStreamLost":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcStreamLost"},"code":{"type":"número","example":"-9"},"msg":{"type":"cadena","example":"flujo perdido"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcStreamFinished":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcStreamFinished"},"code":{"type":"número","example":"-10"},"msg":{"type":"cadena","example":"flujo finalizado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"200"}}},"ErrorUnauthorized":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"No autorizado"},"code":{"type":"número","example":"1000"},"msg":{"type":"cadena","example":"Acceso no autorizado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"401"}}},"ErrorPermissionDenied":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Permiso denegado"},"code":{"type":"número","example":"1001"},"msg":{"type":"cadena","example":"Permiso denegado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"403"}}},"ErrorSessionExpired":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"SessionExpired"},"code":{"type":"número","example":"1002"},"msg":{"type":"cadena","example":"Sesión expirada"},"cause":{"type":"cadena"},"status":{"type":"número","example":"403"}}},"ErrorMethodNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Método no encontrado"},"code":{"type":"número","example":"1003"},"msg":{"type":"cadena","example":"Método no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"404"}}},"ErrorRequestConflict":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Conflicto en la solicitud"},"code":{"type":"número","example":"1004"},"msg":{"type":"cadena","example":"Conflicto con el recurso de destino"},"cause":{"type":"cadena"},"status":{"type":"número","example":"409"}}},"ErrorServiceDisabled":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"ServiceDisabled"},"code":{"type":"número","example":"1005"},"msg":{"type":"cadena","example":"Servicio deshabilitado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"404"}}},"ErrorTimeout":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Timeout"},"code":{"type":"número","example":"2000"},"msg":{"type":"cadena","example":"La solicitud excedió el tiempo de espera"},"cause":{"type":"cadena"},"status":{"type":"número","example":"408"}}},"ErrorInvalidArgument":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"Argumento inválido"},"code":{"type":"número","example":"2001"},"msg":{"type":"cadena","example":"Argumento inválido"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"No encontrado"},"code":{"type":"número","example":"3000"},"msg":{"type":"cadena","example":"Recurso no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorUserNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"UserNotFound"},"code":{"type":"número","example":"3001"},"msg":{"type":"cadena","example":"Usuario no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorProjectNotFound":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"ProjectNotFound"},"code":{"type":"número","example":"3002"},"msg":{"type":"cadena","example":"Proyecto no encontrado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorInvalidTier":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"InvalidTier"},"code":{"type":"número","example":"3003"},"msg":{"type":"cadena","example":"Nivel de suscripción inválido"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorEmailTemplateExists":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"EmailTemplateExists"},"code":{"type":"número","example":"3004"},"msg":{"type":"cadena","example":"La plantilla de correo electrónico ya existe"},"cause":{"type":"cadena"},"status":{"type":"número","example":"409"}}},"ErrorSubscriptionLimit":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"SubscriptionLimit"},"code":{"type":"número","example":"3005"},"msg":{"type":"cadena","example":"Límite de suscripción alcanzado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"ErrorFeatureNotIncluded":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"FeatureNotIncluded"},"code":{"type":"número","example":"3006"},"msg":{"type":"cadena","example":"Funcionalidad no incluida"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"ErrorInvalidNetwork":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"InvalidNetwork"},"code":{"type":"número","example":"3007"},"msg":{"type":"cadena","example":"Red inválida"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorInvitationExpired":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"InvitationExpired"},"code":{"type":"número","example":"4000"},"msg":{"type":"cadena","example":"El código de invitación ha expirado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"422"}}},"ErrorAlreadyCollaborator":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"AlreadyCollaborator"},"code":{"type":"número","example":"4001"},"msg":{"type":"cadena","example":"Ya es colaborador"},"cause":{"type":"cadena"},"status":{"type":"número","example":"409"}}},"ErrorNoPaymentMethod":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"NoPaymentMethod"},"code":{"type":"número","example":"4002"},"msg":{"type":"cadena","example":"No hay método de pago predeterminado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"ErrorSeatsLimitReached":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"SeatsLimitReached"},"code":{"type":"número","example":"4003"},"msg":{"type":"cadena","example":"Límite de asientos alcanzado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"402"}}},"SortOrder":{"type":"cadena","description":"Representado como uint32 en el lado del servidor","enum":["ASC","DESC"]},"ProjectType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["EMBEDDED_WALLET_REACT","EMBEDDED_WALLET_NEXTJS","EMBEDDED_WALLET_UNITY","EMBEDDED_WALLET_UNREAL","MARKETPLACE_STANDALONE","MARKETPLACE_REACT","MARKETPLACE_UNITY","MARKETPLACE_UNREAL","SALE_CONTRACT_ERC1155","SALE_CONTRACT_ERC721","ALLOWLIST_STARTER"]},"TemplateType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["DESCONOCIDO","LOGIN","GUARD","EMAIL_CONFIRMATION"]},"EcosystemAccess":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["Usuario","Leer","Escribir","Administrador","Propietario"]},"AdminRole":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["NINGUNO","VISOR","DESARROLLADOR","ECOSISTEMA","CUENTA","FINANZAS","SUPERADMIN"]},"Page":{"type":"objeto","properties":{"pageSize":{"type":"número"},"page":{"type":"número"},"column":{"type":"cadena"},"more":{"type":"booleano"},"sort":{"type":"arreglo","description":"[]SortBy","items":{"$ref":"#/components/schemas/SortBy"}}}},"SortBy":{"type":"objeto","required":["columna"],"properties":{"column":{"type":"cadena"},"order":{"$ref":"#/components/schemas/SortOrder"}}},"ProjectImplicitRegistry":{"type":"objeto","required":["dominiosPermitidos","ids"],"properties":{"whitelistedDomains":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"ids":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}}}},"Project":{"type":"objeto","required":["id","nombre","ownerAddress","ownerAvatarUrl","licenseId","licenseVersion","logoImageKey","logoImageUrl","websiteUrl","chainIds","collaboratorCount","onboardingVisibility","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"name":{"type":"cadena"},"type":{"$ref":"#/components/schemas/ProjectType"},"ownerAddress":{"type":"cadena"},"ownerEmail":{"type":"cadena"},"ownerAvatarUrl":{"type":"cadena"},"licenseId":{"type":"número"},"licenseVersion":{"type":"número"},"logoImageKey":{"type":"cadena"},"logoImageUrl":{"type":"cadena"},"websiteUrl":{"type":"cadena"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"ecosystemId":{"type":"número"},"collaboratorCount":{"type":"número"},"onboardingVisibility":{"type":"booleano"},"implicitRegistry":{"$ref":"#/components/schemas/ProjectImplicitRegistry"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"ProjectListFilter":{"type":"objeto","properties":{"name":{"type":"cadena"},"chainId":{"type":"número"},"collaboratorAddress":{"type":"cadena"},"collaboratorEmail":{"type":"cadena"},"licenseId":{"type":"número"},"active":{"type":"booleano"}}},"OpenIdProvider":{"type":"objeto","required":["iss","aud"],"properties":{"iss":{"type":"cadena"},"aud":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"ContractData":{"type":"objeto","required":["abi","bytecode"],"properties":{"abi":{"type":"cadena"},"bytecode":{"type":"cadena"},"hash":{"type":"cadena"},"implementationAddress":{"type":"cadena"}}},"SESSettings":{"type":"objeto","required":["accessRoleARN","sourceARN","region"],"properties":{"accessRoleARN":{"type":"cadena"},"sourceARN":{"type":"cadena"},"region":{"type":"cadena"}}},"Image":{"type":"objeto","required":["src"],"properties":{"src":{"type":"cadena"},"width":{"type":"cadena"},"height":{"type":"cadena"},"alt":{"type":"cadena"},"displayOptions":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}}}},"WalletProof":{"type":"objeto","required":["dirección","mensaje","firma","chainId"],"properties":{"address":{"type":"cadena"},"message":{"type":"cadena"},"signature":{"type":"cadena"},"chainId":{"type":"número"}}},"BillingCycle":{"type":"objeto","required":["inicio","fin"],"properties":{"start":{"type":"cadena"},"end":{"type":"cadena"}}},"SubscriptionProvider":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ADMIN","STRIPE","GOOGLE"]},"Feature":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ANALYTICS","MARKETPLACE_SUBDOMAIN","MARKETPLACE_DOMAIN"]},"LicenseTag":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["NINGUNO","POPULAR","DESCUENTO"]},"PaymentProvider":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["NINGUNO","STRIPE","ADMIN","CRYPTO","ECOSISTEMA","GOOGLE"]},"License":{"type":"objeto","required":["id","ecosystemId","esPredeterminado","packageName","etiqueta","nivel","destacado","subtítulo","etiqueta","mainnetHabilitado","totalLicenses","licensePerUser","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"ecosystemId":{"type":"número"},"isDefault":{"type":"booleano"},"packageName":{"type":"cadena"},"label":{"type":"cadena"},"tier":{"type":"número"},"featured":{"type":"booleano"},"subtitle":{"type":"cadena"},"tag":{"$ref":"#/components/schemas/LicenseTag"},"mainnetEnabled":{"type":"booleano"},"defaultChainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"availableChainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"extraChainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"totalLicenses":{"type":"número"},"licenseUsage":{"$ref":"#/components/schemas/LicenseUsage"},"licensePerUser":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"LicenseVersion":{"type":"objeto","required":["licenseId","versión","settings","usoDeVersión","creadoEn","actualizadoEn"],"properties":{"licenseId":{"type":"número"},"version":{"type":"número"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"features":{"type":"arreglo","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"versionUsage":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"LicenseSettings":{"type":"objeto","required":["precioDeSuscripción","asientos","configuraciónDeServicio","tarifaDeMarketplace","tarifaDeRegalía","recargoDeGas","gasIncluido","funcionalidades"],"properties":{"subscriptionPrice":{"type":"cadena"},"seats":{"type":"número"},"serviceSettings":{"type":"objeto","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettings"}},"marketplaceFee":{"type":"cadena"},"royaltyFee":{"type":"cadena"},"gasFeeMarkup":{"type":"cadena"},"gasIncluded":{"type":"cadena"},"features":{"type":"arreglo","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}}}},"ServiceSettings":{"type":"objeto","required":["límiteDeTasa","solicitudesIncluidas","excesoPermitido","precioPorExceso"],"properties":{"rateLimit":{"type":"número"},"requestsIncluded":{"type":"número"},"overageAllowed":{"type":"booleano"},"overagePrice":{"type":"cadena"}}},"LicenseUsage":{"type":"objeto","required":["total","proveedores","versiones"],"properties":{"total":{"type":"número"},"providers":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}},"versions":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}}}},"BillingOverride":{"type":"objeto","required":["asientosExtra","funcionalidadesExtra","recargaHabilitada","proveedorDeRecarga","notificacionesDeSaldo"],"properties":{"priceSubscription":{"type":"cadena"},"extraSeats":{"type":"número"},"marketplaceFee":{"type":"cadena"},"royaltyFee":{"type":"cadena"},"gasFeeMarkup":{"type":"cadena"},"extraFeatures":{"type":"arreglo","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"serviceSettings":{"type":"objeto","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettingsOverride"}},"topUpEnabled":{"type":"booleano"},"topUpProvider":{"$ref":"#/components/schemas/PaymentProvider"},"topUpThreshold":{"type":"número"},"topUpAmount":{"type":"número"},"topUpLimit":{"type":"número"},"balanceNotifications":{"type":"booleano"}}},"ServiceSettingsOverride":{"type":"objeto","properties":{"rateLimit":{"type":"número"},"requestsIncluded":{"type":"número"},"overageAllowed":{"type":"booleano"},"overagePrice":{"type":"cadena"},"usageWarning":{"type":"número"},"overageWarning":{"type":"número"},"maxOverage":{"type":"número"}}},"ResourceType":{"type":"cadena","description":"Representado como int8 en el servidor","enum":["CONTRATOS","COLECCIONES_DE_MARKETPLACE","COLECCIONES_DE_TIENDA"]},"CollaboratorAccess":{"type":"cadena","description":"Representado como uint32 en el lado del servidor","enum":["NINGUNO","LEER","ESCRIBIR","ADMIN"]},"CollaboratorType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["USUARIO","CUENTA_DE_SERVICIO"]},"ContractSourceType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["VINCULADO","DESPLEGADO"]},"PaymentStatus":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["INICIADO","PENDIENTE","EXITOSO","FALLÓ","PROCESADO"]},"AdminMarketplaceContractType":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["DESCONOCIDO","ERC20","ERC721","ERC1155"]},"AdminCollectionPriority":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","bajo","normal","alto"]},"AdminCollectionStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","creado","sincronizando_metadata_de_contrato","metadata_de_contrato_sincronizada","sincronizando_metadata","metadata_sincronizada","sincronizando_tokens","tokens_sincronizados","sincronizando_órdenes","activo","fallido","inactivo","tipo_incompatible"]},"TokenType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["ERC20","ERC721","ERC1155"]},"FileScope":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["LOGO","MARKETPLACE","AVATAR","EMAIL","WALLET","DIRECTORIO_DE_TOKENS","ECOSISTEMA"]},"TaskStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["PENDIENTE","PAUSADO","FALLÓ","COMPLETADO","DESHABILITADO"]},"TrialType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ANALYTICS"]},"AuditType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["SUSCRIPCIÓN","SOBREESCRITURA_DE_FACTURACIÓN","LICENCIA_DE_ECOSISTEMA","VERSIÓN_DE_LICENCIA"]},"PaymentMethodType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["Tarjeta","Enlace"]},"SecretType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["FORTEPAY"]},"SecretEnv":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["PRUEBA","PROD"]},"Version":{"type":"objeto","required":["webrpcVersion","schemaVersion","schemaHash","appVersion"],"properties":{"webrpcVersion":{"type":"cadena"},"schemaVersion":{"type":"cadena"},"schemaHash":{"type":"cadena"},"appVersion":{"type":"cadena"}}},"RuntimeStatus":{"type":"objeto","required":["healthOK","startTime","uptime","ver","entorno","branch","commitHash","redes","checks"],"properties":{"healthOK":{"type":"booleano"},"startTime":{"type":"cadena"},"uptime":{"type":"número"},"ver":{"type":"cadena"},"env":{"type":"cadena"},"branch":{"type":"cadena"},"commitHash":{"type":"cadena"},"networks":{"type":"objeto","description":"map","additionalProperties":{"type":"booleano"}},"checks":{"$ref":"#/components/schemas/RuntimeChecks"}}},"RuntimeChecks":{"type":"objeto","required":["controlDeCupo","joqueue","stripe","cloudCommerce"],"properties":{"quotaControl":{"type":"booleano"},"joqueue":{"type":"booleano"},"stripe":{"type":"booleano"},"cloudCommerce":{"type":"booleano"}}},"AuthState":{"type":"objeto","required":["jwtToken","expiraEn","dirección","tipoDeSesión","usuario"],"properties":{"jwtToken":{"type":"cadena"},"expiresAt":{"type":"cadena"},"address":{"type":"cadena"},"sessionType":{"type":"cadena"},"user":{"$ref":"#/components/schemas/User"},"access":{"$ref":"#/components/schemas/EcosystemAccess"}}},"User":{"type":"objeto","required":["dirección","correoConfirmado","rol","avatarKey","avatarUrl","idsDeProyectosRecientes","creadoEn","actualizadoEn"],"properties":{"address":{"type":"cadena"},"email":{"type":"cadena"},"emailConfirmed":{"type":"booleano"},"role":{"$ref":"#/components/schemas/AdminRole"},"avatarKey":{"type":"cadena"},"avatarUrl":{"type":"cadena"},"recentProjectIds":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"UserWallet":{"type":"objeto","required":["id","userAddress","walletAddress","proveedor","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"userAddress":{"type":"cadena"},"walletAddress":{"type":"cadena"},"provider":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"UserSettings":{"type":"objeto","required":["límiteDeProyectos","cantidadDeProyectos"],"properties":{"projectsLimit":{"type":"número"},"projectsLeft":{"type":"número"},"projectCount":{"type":"número"}}},"UserOverride":{"type":"objeto","required":["id","dirección","proyectosExtra","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"address":{"type":"cadena"},"extraProjects":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"CreateProjectOptions":{"type":"objeto","properties":{"type":{"$ref":"#/components/schemas/ProjectType"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}}}},"ResourceFilter":{"type":"objeto","properties":{"contracts":{"$ref":"#/components/schemas/ContractFilter"}}},"Resource":{"type":"objeto","required":["tipo","total","detalle"],"properties":{"type":{"$ref":"#/components/schemas/ResourceType"},"total":{"type":"número"},"detail":{"type":"arreglo","description":"[]ResourceDetail","items":{"$ref":"#/components/schemas/ResourceDetail"}}}},"ResourceDetail":{"type":"objeto","required":["clave","cantidad"],"properties":{"key":{"type":"objeto"},"count":{"type":"número"}}},"ProjectSubscription":{"type":"objeto","required":["id","projectId","licenseId","licenseVersion","idDeSuscripción","fechaInicio"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"provider":{"$ref":"#/components/schemas/SubscriptionProvider"},"licenseId":{"type":"número"},"licenseVersion":{"type":"número"},"subscriptionId":{"type":"cadena"},"providerUrl":{"type":"cadena"},"dateStart":{"type":"cadena"},"dateEnd":{"type":"cadena"}}},"Collaborator":{"type":"objeto","required":["id","projectId","tipo","userAddress","acceso","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"type":{"$ref":"#/components/schemas/CollaboratorType"},"userAddress":{"type":"cadena"},"userEmail":{"type":"cadena"},"userAvatarUrl":{"type":"cadena"},"userAvatarKey":{"type":"cadena"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"invitationId":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"Contract":{"type":"objeto","required":["id","projectId","nombreDelContrato","direcciónDelContrato","tipoDeContrato","chainId","origen","extensionesDeContrato","coincidenciaDeBytecode","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"contractName":{"type":"cadena"},"contractAddress":{"type":"cadena"},"contractType":{"type":"cadena"},"chainId":{"type":"número"},"source":{"$ref":"#/components/schemas/ContractSourceType"},"abi":{"type":"cadena"},"bytecode":{"type":"cadena"},"bytecodeHash":{"type":"cadena"},"audienceId":{"type":"número"},"decimals":{"type":"número"},"symbol":{"type":"cadena"},"contractExtensions":{"$ref":"#/components/schemas/ContractExtensions"},"tags":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"bytecodeMatch":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ContractExtensions":{"type":"objeto","properties":{"itemsContractAddress":{"type":"cadena"},"splitterContractAddresses":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"ContractSync":{"type":"objeto","properties":{"decimals":{"type":"número"},"symbol":{"type":"cadena"}}},"ContractFilter":{"type":"objeto","properties":{"chainId":{"type":"número"},"contractSourceType":{"$ref":"#/components/schemas/ContractSourceType"},"contractTypes":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"tag":{"type":"cadena"},"name":{"type":"cadena"},"contractAddress":{"type":"cadena"},"includeUnmatched":{"type":"booleano"}}},"ContractTag":{"type":"objeto","required":["etiqueta","cantidad"],"properties":{"tag":{"type":"cadena"},"count":{"type":"número"}}},"ContractLink":{"type":"objeto","required":["proyecto","colaborador"],"properties":{"contract":{"$ref":"#/components/schemas/Contract"},"project":{"$ref":"#/components/schemas/Project"},"collaborator":{"$ref":"#/components/schemas/Collaborator"}}},"RelayerGasSponsor":{"type":"objeto","required":["id","projectId","chainId","nombreParaMostrar","dirección","activo","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"displayName":{"type":"cadena"},"address":{"type":"cadena"},"active":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"RelayerTransaction":{"type":"objeto","required":["hashDeTransacción","nonceDeTransacción","estadoDeTransacción","razónDeReversiónDeTransacción","reencolados","enColaEn","enviadoEn","minadoEn","destino","entrada","argumentosDeTransacción","walletAddress","nonceDeMetaTransacción","límiteDeGas","precioDeGas","gasUsado","gasEstimado","tasaUsd","créditosUsados","costo","estáEnListaBlanca","creadoEn","actualizadoEn"],"properties":{"txnHash":{"type":"cadena"},"txnNonce":{"type":"cadena"},"metaTxnID":{"type":"cadena"},"txnStatus":{"type":"cadena"},"txnRevertReason":{"type":"cadena"},"requeues":{"type":"número"},"queuedAt":{"type":"cadena"},"sentAt":{"type":"cadena"},"minedAt":{"type":"cadena"},"target":{"type":"cadena"},"input":{"type":"cadena"},"txnArgs":{"type":"objeto","description":"map","additionalProperties":{"type":"objeto"}},"txnReceipt":{"type":"objeto","description":"map","additionalProperties":{"type":"objeto"}},"walletAddress":{"type":"cadena"},"metaTxnNonce":{"type":"cadena"},"gasLimit":{"type":"número"},"gasPrice":{"type":"cadena"},"gasUsed":{"type":"número"},"gasEstimated":{"type":"número"},"gasFeeMarkup":{"type":"número"},"usdRate":{"type":"cadena"},"creditsUsed":{"type":"número"},"cost":{"type":"cadena"},"isWhitelisted":{"type":"booleano"},"gasSponsor":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ProjectGasTankStatus":{"type":"objeto","required":["proveedor","configurarPago","problemaConElPago","patrocinadoresMainnet"],"properties":{"provider":{"$ref":"#/components/schemas/PaymentProvider"},"setupPayment":{"type":"booleano"},"issueWithPayment":{"type":"booleano"},"mainnetSponsors":{"type":"booleano"},"balance":{"type":"número"}}},"EcosystemGasTankStatus":{"type":"objeto","required":["configurarPago","problemaConElPago"],"properties":{"setupPayment":{"type":"booleano"},"issueWithPayment":{"type":"booleano"},"balance":{"type":"número"}}},"GasTankSettings":{"type":"objeto","required":["umbralDeSaldo","enviarNotificaciones","recargaAutomática","proveedorDeRecarga","montoDeRecarga","límiteDeRecarga"],"properties":{"balanceThreshold":{"type":"número"},"sendNotifications":{"type":"booleano"},"autoRecharge":{"type":"booleano"},"topupProvider":{"$ref":"#/components/schemas/PaymentProvider"},"rechargeAmount":{"type":"número"},"rechargeLimit":{"type":"número"}}},"UsageInfo":{"type":"objeto","required":["advertenciaIncluida","máximoIncluido","advertenciaPorExceso","máximoPorExceso","uso","saldo","exceso","cargoExtra"],"properties":{"includedWarn":{"type":"número"},"includedMax":{"type":"número"},"overageWarn":{"type":"número"},"overageMax":{"type":"número"},"usage":{"type":"número"},"balance":{"type":"número"},"overage":{"type":"número"},"extraCharged":{"type":"cadena"}}},"SubscriptionInfo":{"type":"objeto","required":["actual","ciclo","settings","configuraciónDeGasTank","uso"],"properties":{"current":{"$ref":"#/components/schemas/ProjectSubscription"},"license":{"$ref":"#/components/schemas/License"},"cycle":{"$ref":"#/components/schemas/BillingCycle"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"gasTankSettings":{"$ref":"#/components/schemas/GasTankSettings"},"usage":{"type":"objeto","description":"map","additionalProperties":{"$ref":"#/components/schemas/UsageInfo"}},"plannedDowngrade":{"$ref":"#/components/schemas/License"},"pendingUpgrade":{"$ref":"#/components/schemas/License"}}},"Redirect":{"type":"objeto","required":["url"],"properties":{"url":{"type":"cadena"}}},"StripeEventData":{"type":"objeto","required":["objeto"],"properties":{"object":{"$ref":"#/components/schemas/StripeEventDataObject"}}},"StripeEventDataObject":{"type":"objeto","required":["id","objeto"],"properties":{"id":{"type":"cadena"},"object":{"type":"cadena"}}},"Payment":{"type":"objeto","required":["id","projectId","proveedor","idExternoDeTransacción","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"status":{"$ref":"#/components/schemas/PaymentStatus"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"externalTxnID":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"InvoicesReturn":{"type":"objeto","required":["hayMás","facturas"],"properties":{"hasMore":{"type":"booleano"},"invoices":{"type":"arreglo","description":"[]Invoice","items":{"$ref":"#/components/schemas/Invoice"}}}},"Invoice":{"type":"objeto","required":["id","fecha","monto","pagado","url"],"properties":{"id":{"type":"cadena"},"date":{"type":"cadena"},"amount":{"type":"cadena"},"paid":{"type":"booleano"},"url":{"type":"cadena"}}},"ContractInfo":{"type":"objeto","required":["datos"],"properties":{"data":{"type":"objeto"}}},"ContractInfoOverride":{"type":"objeto","required":["datos"],"properties":{"data":{"type":"objeto"}}},"ProjectInvitation":{"type":"objeto","required":["id","projectId","código","acceso","expiraEn","cantidadDeUso","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"code":{"type":"cadena"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"expiresAt":{"type":"cadena"},"usageCount":{"type":"número"},"createdAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"AdminMarketplaceCollection":{"type":"objeto","required":["estado","chainId","direcciónDelContrato","tipoDeContrato","prioridad","decimalesDeCantidadDeToken","creadoEn","actualizadoEn"],"properties":{"status":{"$ref":"#/components/schemas/AdminCollectionStatus"},"chainId":{"type":"número"},"contractAddress":{"type":"cadena"},"contractType":{"$ref":"#/components/schemas/AdminMarketplaceContractType"},"priority":{"$ref":"#/components/schemas/AdminCollectionPriority"},"tokenQuantityDecimals":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"OffchainInventory":{"type":"objeto","required":["id","projectId","chainId","idExternoDeProducto","direcciónDelTokenDePago","tipoDeTokenDePago","idDeTokenDePago","montoDePago","destinatarioDelPago"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"externalProductId":{"type":"cadena"},"paymentTokenAddress":{"type":"cadena"},"paymentTokenType":{"$ref":"#/components/schemas/TokenType"},"paymentTokenId":{"type":"número"},"paymentAmount":{"type":"número"},"paymentRecipient":{"type":"cadena"},"chainedCallAddress":{"type":"cadena"},"chainedCallData":{"type":"cadena"},"allowCrossChainPayments":{"type":"booleano"},"callbackURL":{"type":"cadena"},"createdAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"OffchainPayment":{"type":"objeto","required":["id","idDeInventarioOffchain","destinatarioDelProducto","idDeCadenaDePago","direcciónDelTokenDePago","expiración","creadoEn"],"properties":{"id":{"type":"número"},"offchainInventoryId":{"type":"número"},"productRecipient":{"type":"cadena"},"paymentChainId":{"type":"número"},"paymentTokenAddress":{"type":"cadena"},"expiration":{"type":"cadena"},"createdAt":{"type":"cadena"},"completedAt":{"type":"cadena"},"processedAt":{"type":"cadena"}}},"ProjectFile":{"type":"objeto","required":["id","projectId","alcance","mimetype","rutaDelArchivo","contenido","hash","url","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"scope":{"$ref":"#/components/schemas/FileScope"},"mimetype":{"type":"cadena"},"filepath":{"type":"cadena"},"contents":{"type":"arreglo","description":"[]byte","items":{"type":"cadena"}},"hash":{"type":"arreglo","description":"[]byte","items":{"type":"cadena"}},"url":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"WaasTemplate":{"type":"objeto","required":["id","projectId","asunto","textoIntroductorio","logoUrl","marcadoresDePosición","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"templateType":{"$ref":"#/components/schemas/TemplateType"},"projectId":{"type":"número"},"subject":{"type":"cadena"},"introText":{"type":"cadena"},"logoUrl":{"type":"cadena"},"template":{"type":"cadena"},"fromEmail":{"type":"cadena"},"placeholders":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"sesConfig":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"TaskRunner":{"type":"objeto","required":["id","grupoDeTrabajo","ejecutarEn"],"properties":{"id":{"type":"número"},"workGroup":{"type":"cadena"},"runAt":{"type":"cadena"}}},"Task":{"type":"objeto","required":["id","cola","estado","intento","payload"],"properties":{"id":{"type":"número"},"queue":{"type":"cadena"},"status":{"$ref":"#/components/schemas/TaskStatus"},"try":{"type":"número"},"runAt":{"type":"cadena"},"lastRanAt":{"type":"cadena"},"createdAt":{"type":"cadena"},"payload":{"type":"arreglo","description":"[]byte","items":{"type":"cadena"}},"hash":{"type":"cadena"}}},"CreditBonus":{"type":"objeto","required":["id","projectId","monto","saldo","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"amount":{"type":"número"},"balance":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"WaasSettings":{"type":"objeto","required":["direcciónDeRecuperación","configuraciónDeAutenticación","proveedoresOidc","orígenesPermitidos","actualizarCódigo","claveDeArrendatario"],"properties":{"recoveryAddress":{"type":"cadena"},"authConfig":{"$ref":"#/components/schemas/WaasAuthConfig"},"oidcProviders":{"type":"arreglo","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}},"allowedOrigins":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"updateCode":{"type":"cadena"},"tenantKey":{"type":"cadena"}}},"WaasAuthEmailConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"}}},"WaasAuthGuestConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"}}},"WaasAuthPlayfabConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"},"titleId":{"type":"cadena"}}},"WaasAuthStytchConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"},"projectId":{"type":"cadena"}}},"WaasAuthTwitterConfig":{"type":"objeto","required":["habilitado"],"properties":{"enabled":{"type":"booleano"},"clientId":{"type":"cadena"}}},"WaasAuthConfig":{"type":"objeto","properties":{"email":{"$ref":"#/components/schemas/WaasAuthEmailConfig"},"guest":{"$ref":"#/components/schemas/WaasAuthGuestConfig"},"playfab":{"$ref":"#/components/schemas/WaasAuthPlayfabConfig"},"stytch":{"$ref":"#/components/schemas/WaasAuthStytchConfig"},"twitter":{"$ref":"#/components/schemas/WaasAuthTwitterConfig"}}},"Audience":{"type":"objeto","required":["id","projectId","nombre","cantidadDeContactos","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"name":{"type":"cadena"},"contactCount":{"type":"número"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"AudienceContact":{"type":"objeto","required":["idDeAudiencia","dirección"],"properties":{"id":{"type":"número"},"audienceId":{"type":"número"},"name":{"type":"cadena"},"address":{"type":"cadena"},"email":{"type":"cadena"},"userIp":{"type":"cadena"},"stage":{"type":"número"},"provider":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"AudienceRegistrationStatus":{"type":"objeto","required":["cantidadTotal"],"properties":{"totalCount":{"type":"número"}}},"Trial":{"type":"objeto","required":["id","projectId","tipo","inicioEn","finEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"type":{"$ref":"#/components/schemas/TrialType"},"startAt":{"type":"cadena"},"endAt":{"type":"cadena"}}},"AuditLog":{"type":"objeto","required":["id","walletAddress","userEmail","idDeEntidad","tipo","valorAnterior","valorNuevo","creadoEn"],"properties":{"id":{"type":"número"},"walletAddress":{"type":"cadena"},"userEmail":{"type":"cadena"},"entityId":{"type":"número"},"type":{"$ref":"#/components/schemas/AuditType"},"oldValue":{"type":"objeto"},"newValue":{"type":"objeto"},"createdAt":{"type":"cadena"}}},"PaymentMethodCardData":{"type":"objeto","required":["marca","país","últimos 4","fechaDeExpiración"],"properties":{"brand":{"type":"cadena"},"country":{"type":"cadena"},"last4":{"type":"cadena"},"expDate":{"type":"cadena"}}},"PaymentMethodLinkData":{"type":"objeto","required":["correo electrónico"],"properties":{"email":{"type":"cadena"}}},"PaymentMethod":{"type":"objeto","required":["id","tipo","predeterminado"],"properties":{"id":{"type":"cadena"},"type":{"$ref":"#/components/schemas/PaymentMethodType"},"cardData":{"$ref":"#/components/schemas/PaymentMethodCardData"},"linkData":{"$ref":"#/components/schemas/PaymentMethodLinkData"},"default":{"type":"booleano"}}},"ProjectSecret":{"type":"objeto","required":["tipo","entorno"],"properties":{"type":{"$ref":"#/components/schemas/SecretType"},"env":{"$ref":"#/components/schemas/SecretEnv"},"updatedAt":{"type":"cadena"}}},"FinancialReportType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["SUSCRIPCIÓN","GASTANK_TOPUP"]},"FinancialReportEntry":{"type":"objeto","required":["monto","tipo","proveedor","referencia","notas","creadoEn"],"properties":{"projectId":{"type":"número"},"ecosystemId":{"type":"número"},"amount":{"type":"número"},"type":{"$ref":"#/components/schemas/FinancialReportType"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"reference":{"type":"cadena"},"externalURL":{"type":"cadena"},"notes":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"TransakContract":{"type":"objeto","required":["id","chainId","direcciónDelContrato","nombre","idsDeProyectos","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"transakId":{"type":"cadena"},"chainId":{"type":"número"},"contractAddress":{"type":"cadena"},"name":{"type":"cadena"},"projectIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"TransakContractFilter":{"type":"objeto","properties":{"query":{"type":"cadena"},"chainId":{"type":"número"}}},"WhitelistUrl":{"type":"objeto","required":["id","projectId","url","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"url":{"type":"cadena"},"approvedAt":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"AnalyticsProjectType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["TODOS","CREADO","RELACIONADO"]},"DateInterval":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["DÍA","SEMANA","MES"]},"QueryFilter":{"type":"objeto","properties":{"projectId":{"type":"número"},"ecosystemId":{"type":"número"},"startDate":{"type":"cadena"},"endDate":{"type":"cadena"},"dateInterval":{"$ref":"#/components/schemas/DateInterval"},"collections":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"tokenId":{"type":"cadena"},"projectType":{"$ref":"#/components/schemas/AnalyticsProjectType"}}},"Chart":{"type":"objeto","required":["valor","etiqueta"],"properties":{"value":{"type":"número"},"label":{"type":"cadena"}}},"ChartWithPercentage":{"type":"objeto","required":["etiqueta","total","porcentaje"],"properties":{"label":{"type":"cadena"},"total":{"type":"número"},"percentage":{"type":"número"}}},"MultiValueChart":{"type":"objeto","required":["valor","etiqueta"],"properties":{"value":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}},"label":{"type":"cadena"}}},"QueryResult":{"type":"objeto","required":["colección","origen","volumenUSD","númeroDeTokens","númeroDeTransacciones"],"properties":{"collection":{"type":"cadena"},"source":{"type":"cadena"},"tokenId":{"type":"cadena"},"volumeUSD":{"type":"número"},"numTokens":{"type":"número"},"numTxns":{"type":"número"}}},"TokenTransactionData":{"type":"objeto","required":["idDeColección","nombreDeColección","idDeToken","nombreDeToken","cantidadesDeÍtems"],"properties":{"collectionId":{"type":"cadena"},"collectionName":{"type":"cadena"},"tokenId":{"type":"cadena"},"tokenName":{"type":"cadena"},"itemQuantities":{"type":"número"}}},"TrailsTransactionByMode":{"type":"objeto","required":["modo","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","tarifasTotales","volumenTotal"],"properties":{"mode":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByRoute":{"type":"objeto","required":["nombreDeCadenaOrigen","nombreDeCadenaDestino","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","duraciónPromedioDeTransacción","tarifasDeGas","tarifasTotales","volumenTotal"],"properties":{"origChainName":{"type":"cadena"},"destChainName":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"avgTxnDuration":{"type":"número"},"gasFees":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByProvider":{"type":"objeto","required":["proveedorDeSwap","proveedorDePuente","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","duraciónPromedioDeTransacción","tarifasDelProveedor","tarifasTotales","volumenTotal"],"properties":{"providerSwap":{"type":"cadena"},"providerBridge":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"avgTxnDuration":{"type":"número"},"providerFees":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByCountry":{"type":"objeto","required":["país","walletsTransaccionando","pagosCompletados","porcentajeDeCompletitud","volumenTotal"],"properties":{"country":{"type":"cadena"},"transactingWallets":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionDetail":{"type":"objeto","required":["fecha","idDeCheckout","país","proveedor","nombreDeHost","hashDeTransacciónOrigen","hashDeTransacciónDestino","nombreDeCadenaOrigen","nombreDeCadenaDestino","símboloDeTokenOrigen","símboloDeTokenDestino","tarifaDelProveedor","tarifaTotal","volumenTotal"],"properties":{"date":{"type":"cadena"},"checkoutId":{"type":"cadena"},"country":{"type":"cadena"},"provider":{"type":"cadena"},"hostname":{"type":"cadena"},"originTxHash":{"type":"cadena"},"destTxHash":{"type":"cadena"},"origChainName":{"type":"cadena"},"destChainName":{"type":"cadena"},"origTokenSymbol":{"type":"cadena"},"destTokenSymbol":{"type":"cadena"},"providerFee":{"type":"número"},"totalFee":{"type":"número"},"totalVolume":{"type":"número"}}},"ContractLibraryStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["OBSOLETO","NIGHTLY","ESTABLE"]},"ContractLibraryItem":{"type":"objeto","required":["uid","tipoDeContrato","nombre","descripción","autor","licencia","másInfoUrl","deshabilitado","creadoEn","actualizadoEn"],"properties":{"uid":{"type":"cadena"},"contractType":{"type":"cadena"},"name":{"type":"cadena"},"description":{"type":"cadena"},"author":{"type":"cadena"},"license":{"type":"cadena"},"moreInfoUrl":{"type":"cadena"},"disabled":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ContractLibraryVersion":{"type":"objeto","required":["uid","versión","auditado","notasDeLanzamiento","actualizable","datosDeOrigen","estado","creadoEn","actualizadoEn"],"properties":{"uid":{"type":"cadena"},"version":{"type":"número"},"audited":{"type":"booleano"},"releaseNotes":{"type":"cadena"},"upgradable":{"type":"booleano"},"sourceData":{"$ref":"#/components/schemas/ContractData"},"factoryAddress":{"type":"cadena"},"factoryData":{"$ref":"#/components/schemas/ContractData"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"status":{"$ref":"#/components/schemas/ContractLibraryStatus"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ProjectContractSource":{"type":"objeto","required":["projectId","uid","datos","nombre","creadoEn","actualizadoEn"],"properties":{"projectId":{"type":"número"},"uid":{"type":"cadena"},"data":{"$ref":"#/components/schemas/ContractData"},"name":{"type":"cadena"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"EcosystemType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["DESCONOCIDO","ABIERTO","CERRADO"]},"ThemeType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["claro","oscuro","sistema"]},"LoginProviderType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["APPLE","GOOGLE","EMAIL","PASSKEY","PRIVATE_KEY"]},"Ecosystem":{"type":"objeto","required":["id","nombre","tipo","ownerAddress","builderDomain","prefijoDeClaveDeAcceso","chainIds","exclusivo","settings","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"name":{"type":"cadena"},"type":{"$ref":"#/components/schemas/EcosystemType"},"ownerAddress":{"type":"cadena"},"builderDomain":{"type":"cadena"},"walletDomain":{"type":"cadena"},"email":{"type":"cadena"},"accessKeyPrefix":{"type":"cadena"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"exclusive":{"type":"booleano"},"projectCount":{"type":"número"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"},"deletedAt":{"type":"cadena"}}},"EcosystemCollaborator":{"type":"objeto","required":["id","ecosystemId","userAddress","acceso","creadoEn","actualizadoEn"],"properties":{"id":{"type":"número"},"ecosystemId":{"type":"número"},"userAddress":{"type":"cadena"},"access":{"$ref":"#/components/schemas/EcosystemAccess"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"EcosystemSettings":{"type":"objeto","required":["título","descripción","botónMásInformación","urlMásInformación","crispWebsiteId","temas","configuraciónDeCorreo","configuraciónDeWallet","permitirWalletsConectadas"],"properties":{"title":{"type":"cadena"},"description":{"type":"cadena"},"learnMoreButton":{"type":"cadena"},"learnMoreUrl":{"type":"cadena"},"crispWebsiteId":{"type":"cadena"},"domainAllowList":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"domainBlockList":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"themes":{"type":"arreglo","description":"[]ThemeSettings","items":{"$ref":"#/components/schemas/ThemeSettings"}},"emailSettings":{"$ref":"#/components/schemas/EcosystemEmailSettings"},"walletSettings":{"$ref":"#/components/schemas/EcosystemWalletSettings"},"allowConnectedWallets":{"type":"booleano"}}},"EcosystemEmailSettings":{"type":"objeto","required":["bannerUrl"],"properties":{"bannerUrl":{"type":"cadena"}}},"EcosystemWalletSettings":{"type":"objeto","required":["esEOAWalletHabilitado","permitirMúltiplesCuentas","opcionesSociales","opcionesDeWallet"],"properties":{"isEOAWalletEnabled":{"type":"booleano"},"allowMultipleAccount":{"type":"booleano"},"socialOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"walletOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"ThemeSettings":{"type":"objeto","required":["tipo","cssPersonalizado","logoDeArchivo","títuloDeArchivo","fondoDeArchivo","fondoDeArchivoMóvil"],"properties":{"type":{"$ref":"#/components/schemas/ThemeType"},"customCss":{"type":"cadena"},"fileLogo":{"type":"cadena"},"fileTitle":{"type":"cadena"},"fileBackground":{"type":"cadena"},"fileBackgroundMobile":{"type":"cadena"}}},"Configuration":{"type":"objeto","required":["ecosystemId","nombre","builderDomain","chainIds","licencia","settings","chainIdsExclusivos"],"properties":{"ecosystemId":{"type":"número"},"name":{"type":"cadena"},"builderDomain":{"type":"cadena"},"walletDomain":{"type":"cadena"},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"license":{"$ref":"#/components/schemas/License"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"exclusiveChainIds":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}}}},"EcosystemTemplate":{"type":"objeto","required":["asunto","plantilla","datos","deCorreo","contenido","marcadoresDePosición","creadoEn","actualizadoEn"],"properties":{"subject":{"type":"cadena"},"template":{"type":"cadena"},"data":{"$ref":"#/components/schemas/TemplateData"},"fromEmail":{"type":"cadena"},"content":{"type":"cadena"},"placeholders":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"sesSettings":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"TemplateData":{"type":"objeto","required":["textoIntroductorio","logoUrl"],"properties":{"introText":{"type":"cadena"},"logoUrl":{"type":"cadena"}}},"LoginProvider":{"type":"objeto","required":["tipo"],"properties":{"type":{"$ref":"#/components/schemas/LoginProviderType"},"clientId":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"WalletCustomTheme":{"type":"objeto","required":["logoDeEncabezadoDeArchivo","logoDeAutenticaciónDeArchivo"],"properties":{"fileHeaderLogo":{"$ref":"#/components/schemas/Image"},"fileAuthLogo":{"$ref":"#/components/schemas/Image"},"fileAuthCover":{"$ref":"#/components/schemas/Image"},"fileBackgroundImage":{"$ref":"#/components/schemas/Image"},"colors":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}}}},"WalletThemes":{"type":"objeto","required":["claro","oscuro"],"properties":{"light":{"$ref":"#/components/schemas/WalletCustomTheme"},"dark":{"$ref":"#/components/schemas/WalletCustomTheme"}}},"DiscoveryCategory":{"type":"objeto","required":["etiqueta","etiqueta","privado"],"properties":{"label":{"type":"cadena"},"tag":{"type":"cadena"},"private":{"type":"booleano"}}},"DiscoveryApp":{"type":"objeto","required":["id","imagenDePortada","url","etiquetasDeCategoría","chainIds"],"properties":{"id":{"type":"cadena"},"name":{"type":"cadena"},"description":{"type":"cadena"},"coverImage":{"$ref":"#/components/schemas/Image"},"url":{"type":"cadena"},"categoryTags":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"chainIds":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}}}},"DiscoverySection":{"type":"objeto","required":["apps","privado","categorías","banners","bannersActivos"],"properties":{"apps":{"type":"arreglo","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"private":{"type":"booleano"},"categories":{"type":"arreglo","description":"[]DiscoveryCategory","items":{"$ref":"#/components/schemas/DiscoveryCategory"}},"banners":{"type":"arreglo","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"activeBanners":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}}}},"EcosystemWalletMetaTags":{"type":"objeto","required":["título","descripción","url","imagenPrevia","favicon"],"properties":{"title":{"type":"cadena"},"description":{"type":"cadena"},"url":{"type":"cadena"},"previewImage":{"type":"cadena"},"favicon":{"type":"cadena"}}},"SDKConfig":{"type":"objeto","required":["inicioDeSesiónConMarca","títuloBotónInicioSesión"],"properties":{"brandedSignIn":{"type":"booleano"},"signInButtonTitle":{"type":"cadena"},"signInButtonLogo":{"$ref":"#/components/schemas/Image"}}},"EcosystemWalletConfig":{"type":"objeto","required":["ecosystemId","nombre","descripción","url","correo electrónico","temaPredeterminado","temasSoportados","temas","metaEtiquetas","monedaPredeterminada","walletsVigiladas","cadenasSoportadas","idCadenaPredeterminada","proveedoresHabilitados","configuraciónProveedor","permitirWalletsEOA","creadoEn","actualizadoEn"],"properties":{"ecosystemId":{"type":"número"},"name":{"type":"cadena"},"description":{"type":"cadena"},"url":{"type":"cadena"},"email":{"type":"cadena"},"defaultTheme":{"$ref":"#/components/schemas/ThemeType"},"supportedThemes":{"type":"arreglo","description":"[]ThemeType","items":{"$ref":"#/components/schemas/ThemeType"}},"themes":{"$ref":"#/components/schemas/WalletThemes"},"metaTags":{"$ref":"#/components/schemas/EcosystemWalletMetaTags"},"defaultCurrency":{"type":"cadena"},"watchedWallets":{"type":"booleano"},"supportedChains":{"type":"arreglo","description":"[]uint64","items":{"type":"número"}},"defaultChainId":{"type":"número"},"enabledProviders":{"type":"arreglo","description":"[]LoginProviderType","items":{"$ref":"#/components/schemas/LoginProviderType"}},"providerConfig":{"type":"arreglo","description":"[]LoginProvider","items":{"$ref":"#/components/schemas/LoginProvider"}},"discovery":{"$ref":"#/components/schemas/DiscoverySection"},"sdkConfig":{"$ref":"#/components/schemas/SDKConfig"},"allowEOAWallets":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"AdjustmentSource":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","únicaVez","auto"]},"AdjustmentStatus":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["desconocido","pendiente","aceptado","exitoso","fallido","cancelado"]},"OwnerType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["Proyecto","Ecosistema"]},"GasTankAdjustment":{"type":"objeto","required":["id","projectId","ecosystemId","proveedor","origen","monto","estado","notas","creadoEn"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"ecosystemId":{"type":"número"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"amount":{"type":"número"},"status":{"$ref":"#/components/schemas/AdjustmentStatus"},"externalId":{"type":"cadena"},"notes":{"type":"cadena"},"createdAt":{"type":"cadena"}}},"GasTankAdjustmentFilter":{"type":"objeto","properties":{"ownerType":{"$ref":"#/components/schemas/OwnerType"},"ownerId":{"type":"número"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"status":{"type":"arreglo","description":"[]AdjustmentStatus","items":{"$ref":"#/components/schemas/AdjustmentStatus"}},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"from":{"type":"cadena"},"to":{"type":"cadena"}}},"GasTankConfig":{"type":"objeto","required":["habilitado","chainId","direcciónToken","decimalesToken","direcciónDestinatario"],"properties":{"enabled":{"type":"booleano"},"chainId":{"type":"número"},"tokenAddress":{"type":"cadena"},"tokenDecimals":{"type":"número"},"recipientAddress":{"type":"cadena"}}},"MarketplaceWalletType":{"type":"cadena","description":"Representado como uint8 en el servidor","enum":["UNIVERSAL","EMBEDDED","ECOSISTEMA"]},"FilterCondition":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["ENTIRE_KEY","SPECIFIC_VALUE"]},"MarketplaceLegacyType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["AMM","P2P","SEQUENCE","ORDERBOOK"]},"MarketplaceHostname":{"type":"objeto","required":["nombreDeHost","projectId","esHostnamePredeterminado","esDominioPersonalizado","creadoEn"],"properties":{"hostname":{"type":"cadena"},"projectId":{"type":"número"},"isDefaultHostname":{"type":"booleano"},"isCustomDomain":{"type":"booleano"},"createdAt":{"type":"cadena"}}},"Marketplace":{"type":"objeto","required":["projectId","settings","mercado","tienda"],"properties":{"projectId":{"type":"número"},"settings":{"$ref":"#/components/schemas/MarketplaceSettings"},"market":{"$ref":"#/components/schemas/MarketplacePage"},"shop":{"$ref":"#/components/schemas/MarketplacePage"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"MarketplaceSettings":{"type":"objeto","required":["estilo","idEditor","título","redesSociales","urlFavicon","opcionesDeWallet","logoUrl","urlFuente","trailsHabilitado"],"properties":{"style":{"type":"objeto","description":"map","additionalProperties":{"type":"objeto"}},"publisherId":{"type":"cadena"},"title":{"type":"cadena"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"cadena"},"walletOptions":{"$ref":"#/components/schemas/MarketplaceWallet"},"logoUrl":{"type":"cadena"},"fontUrl":{"type":"cadena"},"accessKey":{"type":"cadena"},"isTrailsEnabled":{"type":"booleano"}}},"MarketplacePage":{"type":"objeto","required":["habilitado","bannerUrl","imagenOg","privado"],"properties":{"enabled":{"type":"booleano"},"bannerUrl":{"type":"cadena"},"ogImage":{"type":"cadena"},"private":{"type":"booleano"}}},"MarketplaceSocials":{"type":"objeto","required":["twitter","discord","sitioWeb","tiktok","instagram","youtube"],"properties":{"twitter":{"type":"cadena"},"discord":{"type":"cadena"},"website":{"type":"cadena"},"tiktok":{"type":"cadena"},"instagram":{"type":"cadena"},"youtube":{"type":"cadena"}}},"MarketplaceWallet":{"type":"objeto","required":["tipoWallet","emisoresOidc","conectores","incluirWalletsEIP6963"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}},"connectors":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"includeEIP6963Wallets":{"type":"booleano"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"embedded":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceWalletEcosystem":{"type":"objeto","required":["urlWallet","nombreAppWallet"],"properties":{"walletUrl":{"type":"cadena"},"walletAppName":{"type":"cadena"},"logoLightUrl":{"type":"cadena"},"logoDarkUrl":{"type":"cadena"}}},"MarketplaceWalletEmbedded":{"type":"objeto","required":["claveDeArrendatario","correoHabilitado","proveedores"],"properties":{"tenantKey":{"type":"cadena"},"emailEnabled":{"type":"booleano"},"providers":{"type":"arreglo","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}}}},"MarketCollection":{"type":"objeto","required":["id","projectId","chainId","direcciónItems","tipoDeContrato","bannerUrl","porcentajeComisión","opcionesMoneda","mercadoDestino","privado"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"itemsAddress":{"type":"cadena"},"contractType":{"type":"cadena"},"bannerUrl":{"type":"cadena"},"feePercentage":{"type":"número"},"currencyOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"destinationMarketplace":{"type":"cadena"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"},"sortOrder":{"type":"número"},"private":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"ShopCollection":{"type":"objeto","required":["id","projectId","chainId","direcciónItems","direcciónVenta","nombre","bannerUrl","idsToken","idsTokenPersonalizados","privado"],"properties":{"id":{"type":"número"},"projectId":{"type":"número"},"chainId":{"type":"número"},"itemsAddress":{"type":"cadena"},"saleAddress":{"type":"cadena"},"name":{"type":"cadena"},"bannerUrl":{"type":"cadena"},"tokenIds":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"customTokenIds":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"sortOrder":{"type":"número"},"private":{"type":"booleano"},"createdAt":{"type":"cadena"},"updatedAt":{"type":"cadena"}}},"MetadataFilterRule":{"type":"objeto","required":["clave","condición"],"properties":{"key":{"type":"cadena"},"condition":{"$ref":"#/components/schemas/FilterCondition"},"value":{"type":"cadena"}}},"CollectionFilterSettings":{"type":"objeto","required":["ordenFiltro","exclusiones"],"properties":{"filterOrder":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"exclusions":{"type":"arreglo","description":"[]MetadataFilterRule","items":{"$ref":"#/components/schemas/MetadataFilterRule"}}}},"CollectionListFilter":{"type":"objeto","required":["incluirPrivados"],"properties":{"includePrivate":{"type":"booleano"}}},"MarketplaceLegacySettings":{"type":"objeto","required":["idEditor","título","descripciónCorta","redesSociales","urlFavicon","urlBannerPrincipal","colecciones","opcionesDeWallet","diseñoPáginaPrincipal","logoUrl","bannerUrl","trailsHabilitado"],"properties":{"projectId":{"type":"número"},"publisherId":{"type":"cadena"},"title":{"type":"cadena"},"shortDescription":{"type":"cadena"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"cadena"},"landingBannerUrl":{"type":"cadena"},"collections":{"type":"arreglo","description":"[]MarketplaceLegacyCollection","items":{"$ref":"#/components/schemas/MarketplaceLegacyCollection"}},"walletOptions":{"$ref":"#/components/schemas/MarketplaceLegacyWallet"},"landingPageLayout":{"type":"cadena"},"logoUrl":{"type":"cadena"},"bannerUrl":{"type":"cadena"},"fontUrl":{"type":"cadena"},"ogImage":{"type":"cadena"},"accessKey":{"type":"cadena"},"isTrailsEnabled":{"type":"booleano"}}},"MarketplaceLegacyWallet":{"type":"objeto","required":["tipoWallet","emisoresOidc","conectores","incluirWalletsEIP6963"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"objeto","description":"map","additionalProperties":{"type":"cadena"}},"connectors":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"includeEIP6963Wallets":{"type":"booleano"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"waas":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceLegacyCollection":{"type":"objeto","required":["tipoMarketplace","chainId","dirección","exchanges","bannerUrl","porcentajeComisión","opcionesMoneda","mercadoDestino"],"properties":{"marketplaceType":{"$ref":"#/components/schemas/MarketplaceLegacyType"},"chainId":{"type":"número"},"address":{"type":"cadena"},"exchanges":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"bannerUrl":{"type":"cadena"},"feePercentage":{"type":"número"},"currencyOptions":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"destinationMarketplace":{"type":"cadena"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"}}}}},"paths":null,"security":[{"ApiKeyAuth":[]}]} \ No newline at end of file +{"openapi":"3.0.0","info":{"title":"API de Analytics","version":""},"servers":[{"url":"https://api.sequence.app","description":"Analytics"}],"components":{"schemas":{"ErrorWebrpcEndpoint":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcEndpoint"},"code":{"type":"número","example":"0"},"msg":{"type":"cadena","example":"error de endpoint"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcRequestFailed":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcRequestFailed"},"code":{"type":"número","example":"-1"},"msg":{"type":"cadena","example":"solicitud fallida"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcBadRoute":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadRoute"},"code":{"type":"número","example":"-2"},"msg":{"type":"cadena","example":"ruta incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"404"}}},"ErrorWebrpcBadMethod":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadMethod"},"code":{"type":"número","example":"-3"},"msg":{"type":"cadena","example":"método incorrecto"},"cause":{"type":"cadena"},"status":{"type":"número","example":"405"}}},"ErrorWebrpcBadRequest":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadRequest"},"code":{"type":"número","example":"-4"},"msg":{"type":"cadena","example":"solicitud incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcBadResponse":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcBadResponse"},"code":{"type":"número","example":"-5"},"msg":{"type":"cadena","example":"respuesta incorrecta"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcServerPanic":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcServerPanic"},"code":{"type":"número","example":"-6"},"msg":{"type":"cadena","example":"pánico del servidor"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcInternalError":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcInternalError"},"code":{"type":"número","example":"-7"},"msg":{"type":"cadena","example":"error interno"},"cause":{"type":"cadena"},"status":{"type":"número","example":"500"}}},"ErrorWebrpcClientAborted":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcClientAborted"},"code":{"type":"número","example":"-8"},"msg":{"type":"cadena","example":"solicitud cancelada por el cliente"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcStreamLost":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcStreamLost"},"code":{"type":"número","example":"-9"},"msg":{"type":"cadena","example":"flujo perdido"},"cause":{"type":"cadena"},"status":{"type":"número","example":"400"}}},"ErrorWebrpcStreamFinished":{"type":"objeto","required":["error","código","mensaje","estado"],"properties":{"error":{"type":"cadena","example":"WebrpcStreamFinished"},"code":{"type":"número","example":"-10"},"msg":{"type":"cadena","example":"flujo finalizado"},"cause":{"type":"cadena"},"status":{"type":"número","example":"200"}}},"AnalyticsProjectType":{"type":"cadena","description":"Representado como cadena en el servidor","enum":["TODOS","CREADO","RELACIONADO"]},"DateInterval":{"type":"cadena","description":"Representado como uint16 en el servidor","enum":["DÍA","SEMANA","MES"]},"QueryFilter":{"type":"objeto","properties":{"projectId":{"type":"número"},"ecosystemId":{"type":"número"},"startDate":{"type":"cadena"},"endDate":{"type":"cadena"},"dateInterval":{"$ref":"#/components/schemas/DateInterval"},"collections":{"type":"arreglo","description":"[]string","items":{"type":"cadena"}},"tokenId":{"type":"cadena"},"projectType":{"$ref":"#/components/schemas/AnalyticsProjectType"}}},"Chart":{"type":"objeto","required":["valor","etiqueta"],"properties":{"value":{"type":"número"},"label":{"type":"cadena"}}},"ChartWithPercentage":{"type":"objeto","required":["etiqueta","total","porcentaje"],"properties":{"label":{"type":"cadena"},"total":{"type":"número"},"percentage":{"type":"número"}}},"MultiValueChart":{"type":"objeto","required":["valor","etiqueta"],"properties":{"value":{"type":"objeto","description":"map","additionalProperties":{"type":"número"}},"label":{"type":"cadena"}}},"QueryResult":{"type":"objeto","required":["colección","origen","volumenUSD","númeroDeTokens","númeroDeTransacciones"],"properties":{"collection":{"type":"cadena"},"source":{"type":"cadena"},"tokenId":{"type":"cadena"},"volumeUSD":{"type":"número"},"numTokens":{"type":"número"},"numTxns":{"type":"número"}}},"TokenTransactionData":{"type":"objeto","required":["idDeColección","nombreDeColección","idDeToken","nombreDeToken","cantidadesDeÍtems"],"properties":{"collectionId":{"type":"cadena"},"collectionName":{"type":"cadena"},"tokenId":{"type":"cadena"},"tokenName":{"type":"cadena"},"itemQuantities":{"type":"número"}}},"TrailsTransactionByMode":{"type":"objeto","required":["modo","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","tarifasTotales","volumenTotal"],"properties":{"mode":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByRoute":{"type":"objeto","required":["nombreDeCadenaOrigen","nombreDeCadenaDestino","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","duraciónPromedioDeTransacción","tarifasDeGas","tarifasTotales","volumenTotal"],"properties":{"origChainName":{"type":"cadena"},"destChainName":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"avgTxnDuration":{"type":"número"},"gasFees":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByProvider":{"type":"objeto","required":["proveedorDeSwap","proveedorDePuente","usuariosÚnicosTransaccionando","pagosIniciados","pagosCompletados","porcentajeDeCompletitud","duraciónPromedioDeTransacción","tarifasDelProveedor","tarifasTotales","volumenTotal"],"properties":{"providerSwap":{"type":"cadena"},"providerBridge":{"type":"cadena"},"uniqueTransactingUsers":{"type":"número"},"paymentsStarted":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"avgTxnDuration":{"type":"número"},"providerFees":{"type":"número"},"totalFees":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionByCountry":{"type":"objeto","required":["país","walletsTransaccionando","pagosCompletados","porcentajeDeCompletitud","volumenTotal"],"properties":{"country":{"type":"cadena"},"transactingWallets":{"type":"número"},"paymentsCompleted":{"type":"número"},"completionPercent":{"type":"número"},"totalVolume":{"type":"número"}}},"TrailsTransactionDetail":{"type":"objeto","required":["fecha","idDeCheckout","país","proveedor","nombreDeHost","hashDeTransacciónOrigen","hashDeTransacciónDestino","nombreDeCadenaOrigen","nombreDeCadenaDestino","símboloDeTokenOrigen","símboloDeTokenDestino","tarifaDelProveedor","tarifaTotal","volumenTotal"],"properties":{"date":{"type":"cadena"},"checkoutId":{"type":"cadena"},"country":{"type":"cadena"},"provider":{"type":"cadena"},"hostname":{"type":"cadena"},"originTxHash":{"type":"cadena"},"destTxHash":{"type":"cadena"},"origChainName":{"type":"cadena"},"destChainName":{"type":"cadena"},"origTokenSymbol":{"type":"cadena"},"destTokenSymbol":{"type":"cadena"},"providerFee":{"type":"número"},"totalFee":{"type":"número"},"totalVolume":{"type":"número"}}},"Analytics_TotalCompute_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ComputeByService_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyComputeByType_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyComputeByService_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_GetOrderbookCollections_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_CreditsPerDailyActiveUser_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_CreditsPerMonthlyActiveUser_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTotal_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsDaily_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsMonthly_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByCountry_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByDevice_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByBrowser_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByOS_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByType_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTxnSentTotal_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTxnSentDaily_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTxnSentMonthly_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByOrigin_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ConnectionsByOrigin_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketTxnEventTotal_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketTxnEventDaily_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketTxnEventMonthly_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketWalletsTotal_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketWalletsDaily_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketWalletsMonthly_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalWalletTxnConversionRate_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyWalletTxnConversionRate_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyWalletTxnConversionRate_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyNewWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyNewWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalNewWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageDAU_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_RollingStickiness_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageStickiness_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D1RetentionByCohort_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D3RetentionByCohort_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D7RetentionByCohort_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D14RetentionByCohort_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D28RetentionByCohort_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD1Retention_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD3Retention_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD7Retention_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD14Retention_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD28Retention_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyActiveWalletsBySegment_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyTransactingWalletsBySegment_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WeeklyActiveWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalViews_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyViews_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ViewsByCountry_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ViewsByDevice_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ViewsByOS_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyUniqueVisitors_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyUniqueVisitors_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ActiveSessions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_UserEvents_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalProjects_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalProjectsCreated_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalActiveProjects_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalDevelopers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemActiveDevelopers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemDailyActiveWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyActiveWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemDailyNewProjects_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyNewProjects_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalContracts_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyContracts_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByActiveWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByNewWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsCreated_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyActiveEcoWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemDailyNewWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyNewWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByDeveloperActivity_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByNewDevelopers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalMarketplaces_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyMarketplaces_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemActiveMarketplaces_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByCountry_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByDevice_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByOS_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByBrowser_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByType_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByLoginMethod_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalTransactingUsers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyTransactingUsers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalTransactionVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyTransactionVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByTransactingUsers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByTransactionVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyProjectTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionsByChain_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionsByCollection_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionsByToken_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectTransactionsByCollection_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyProjectVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectVolumeByChain_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectVolumeByCollection_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectVolumeByToken_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectVolumeByCollection_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TransactionVolumePerUser_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TransactionVolumePerTransactingUser_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalTransactingUsers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyUniqueTransactingUsers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyUniqueTransactingUsers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TransactingUserConversion_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyTransactingUserConversion_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyTransactingUserConversion_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_RepeatingTransactingUserPercentage_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WeekOnWeekTransactingUserRetention_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthOnMonthTransactingUserRetention_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AvgBalanceOfSequenceWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AvgBalanceOfTransactingSequenceWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyMarketplaceTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyMarketplaceTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsTransacted_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsPurchased_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsSold_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsListed_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsOffered_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceTransactingUsers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyMarketplaceVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyMarketplaceVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageMarketplaceTransactionPrice_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceTradedCollections_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TopMarketplaceBuyers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TopMarketplaceSellers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketplaceCollectionTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyShopTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyShopTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopItemsPurchased_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopPurchasers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyShopVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyShopVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageShopPurchasePrice_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TopShopBuyers_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ShopCollectionTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsSoldByToken_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopItemsSoldByToken_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTotalTransactionVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTotalTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTotalUniqueTransactingWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsAverageTransactionDuration_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsPaymentCompletionPercentage_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByDomain_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByAmount_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyTransactionVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyTransactingWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyActiveWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyAverageTransactionDuration_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyPaymentCompletionPercentage_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyTransactionVolume_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyTransactingWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyActiveWallets_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyAverageTransactionDuration_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyPaymentCompletionPercentage_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByMode_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByRoute_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByProvider_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByCountry_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTopTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ExportTrailsTransactions_Request":{"type":"objeto","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalCompute_Response":{"type":"objeto","properties":{"computeStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_ComputeByService_Response":{"type":"objeto","properties":{"computeStats":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_DailyComputeByType_Response":{"type":"objeto","properties":{"computeStats":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_DailyComputeByService_Response":{"type":"objeto","properties":{"computeStats":{"type":"objeto","description":"map","additionalProperties":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_GetOrderbookCollections_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]ResultadoConsulta","items":{"$ref":"#/components/schemas/QueryResult"}}}},"Analytics_CreditsPerDailyActiveUser_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_CreditsPerMonthlyActiveUser_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_WalletsTotal_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsDaily_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsMonthly_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsByCountry_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByDevice_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByBrowser_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByOS_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByType_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsTxnSentTotal_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsTxnSentDaily_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsTxnSentMonthly_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsByOrigin_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_ConnectionsByOrigin_Response":{"type":"objeto","properties":{"walletStats":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_MarketTxnEventTotal_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketTxnEventDaily_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_MarketTxnEventMonthly_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketWalletsTotal_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketWalletsDaily_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketWalletsMonthly_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalWalletTxnConversionRate_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyWalletTxnConversionRate_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyWalletTxnConversionRate_Response":{"type":"objeto","properties":{"marketStats":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyNewWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyNewWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalNewWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageDAU_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_RollingStickiness_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageStickiness_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D1RetentionByCohort_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D3RetentionByCohort_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D7RetentionByCohort_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D14RetentionByCohort_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D28RetentionByCohort_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD1Retention_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD3Retention_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD7Retention_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD14Retention_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD28Retention_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyActiveWalletsBySegment_Response":{"type":"objeto","properties":{"data":{"type":"objeto","description":"map","additionalProperties":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_MonthlyTransactingWalletsBySegment_Response":{"type":"objeto","properties":{"data":{"type":"objeto","description":"map","additionalProperties":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_WeeklyActiveWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalViews_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyViews_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_ViewsByCountry_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_ViewsByDevice_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_ViewsByOS_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_DailyUniqueVisitors_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_MonthlyUniqueVisitors_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_ActiveSessions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_UserEvents_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalProjects_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalProjectsCreated_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalActiveProjects_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalDevelopers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemActiveDevelopers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemDailyActiveWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyActiveWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemDailyNewProjects_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyNewProjects_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalContracts_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyContracts_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTopProjectsByActiveWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByNewWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemWalletsCreated_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyActiveEcoWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemDailyNewWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyNewWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTopProjectsByDeveloperActivity_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByNewDevelopers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTotalMarketplaces_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyMarketplaces_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemActiveMarketplaces_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemWalletsByCountry_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByDevice_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByOS_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByBrowser_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByType_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoConPorcentaje","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByLoginMethod_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalTransactingUsers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyTransactingUsers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalTransactionVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyTransactionVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTopProjectsByTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByTransactingUsers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByTransactionVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_TotalProjectTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyProjectTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectTransactionsByChain_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectTransactionsByCollection_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectTransactionsByToken_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectTransactionsByCollection_Response":{"type":"objeto","properties":{"data":{"type":"objeto","description":"map","additionalProperties":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_TotalProjectTransactionVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyProjectVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectVolumeByChain_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectVolumeByCollection_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectVolumeByToken_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectVolumeByCollection_Response":{"type":"objeto","properties":{"data":{"type":"objeto","description":"map","additionalProperties":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_TransactionVolumePerUser_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TransactionVolumePerTransactingUser_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalTransactingUsers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyUniqueTransactingUsers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyUniqueTransactingUsers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TransactingUserConversion_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyTransactingUserConversion_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyTransactingUserConversion_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_RepeatingTransactingUserPercentage_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WeekOnWeekTransactingUserRetention_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthOnMonthTransactingUserRetention_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AvgBalanceOfSequenceWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AvgBalanceOfTransactingSequenceWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyMarketplaceTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyMarketplaceTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsTransacted_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsPurchased_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsSold_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsListed_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsOffered_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceTransactingUsers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyMarketplaceVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyMarketplaceVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageMarketplaceTransactionPrice_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceTradedCollections_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TopMarketplaceBuyers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TopMarketplaceSellers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketplaceCollectionTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_TotalShopTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyShopTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyShopTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalShopItemsPurchased_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalShopPurchasers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalShopVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyShopVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyShopVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageShopPurchasePrice_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TopShopBuyers_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_ShopCollectionTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]GráficoMultiValor","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_TotalMarketplaceItemsSoldByToken_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]DatosTransacciónToken","items":{"$ref":"#/components/schemas/TokenTransactionData"}}}},"Analytics_TotalShopItemsSoldByToken_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]DatosTransacciónToken","items":{"$ref":"#/components/schemas/TokenTransactionData"}}}},"Analytics_TrailsTotalTransactionVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTotalTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTotalUniqueTransactingWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsAverageTransactionDuration_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsPaymentCompletionPercentage_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTransactionsByDomain_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTransactionsByAmount_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyTransactionVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyTransactingWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyActiveWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyAverageTransactionDuration_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyPaymentCompletionPercentage_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyTransactionVolume_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyTransactingWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyActiveWallets_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyAverageTransactionDuration_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyPaymentCompletionPercentage_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]Gráfico","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTransactionsByMode_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]TransacciónTrailsPorModo","items":{"$ref":"#/components/schemas/TrailsTransactionByMode"}}}},"Analytics_TrailsTransactionsByRoute_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]TransacciónTrailsPorRuta","items":{"$ref":"#/components/schemas/TrailsTransactionByRoute"}}}},"Analytics_TrailsTransactionsByProvider_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]TransacciónTrailsPorProveedor","items":{"$ref":"#/components/schemas/TrailsTransactionByProvider"}}}},"Analytics_TrailsTransactionsByCountry_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]TransacciónTrailsPorPaís","items":{"$ref":"#/components/schemas/TrailsTransactionByCountry"}}}},"Analytics_TrailsTopTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]DetalleTransacciónTrails","items":{"$ref":"#/components/schemas/TrailsTransactionDetail"}}}},"Analytics_ExportTrailsTransactions_Response":{"type":"objeto","properties":{"data":{"type":"arreglo","description":"[]DetalleTransacciónTrails","items":{"$ref":"#/components/schemas/TrailsTransactionDetail"}}}}}},"paths":{"/rpc/Analytics/TotalCompute":{"post":{"operationId":"Analytics-TotalCompute","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalCompute_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalCompute_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ComputeByService":{"post":{"operationId":"Analytics-ComputeByService","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ComputeByService_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ComputeByService_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyComputeByType":{"post":{"operationId":"Analytics-DailyComputeByType","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByType_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByType_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyComputeByService":{"post":{"operationId":"Analytics-DailyComputeByService","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByService_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByService_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/GetOrderbookCollections":{"post":{"operationId":"Analytics-GetOrderbookCollections","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_GetOrderbookCollections_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_GetOrderbookCollections_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/CreditsPerDailyActiveUser":{"post":{"operationId":"Analytics-CréditosPorUsuarioActivoDiario","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerDailyActiveUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerDailyActiveUser_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/CreditsPerMonthlyActiveUser":{"post":{"operationId":"Analytics-CréditosPorUsuarioActivoMensual","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerMonthlyActiveUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerMonthlyActiveUser_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTotal":{"post":{"operationId":"Analytics-TotalWallets","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTotal_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsDaily":{"post":{"operationId":"Analytics-WalletsDiarias","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsDaily_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsMonthly":{"post":{"operationId":"Analytics-WalletsMensuales","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsMonthly_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByCountry":{"post":{"operationId":"Analytics-WalletsPorPaís","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByCountry_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByDevice":{"post":{"operationId":"Analytics-WalletsPorDispositivo","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByDevice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByDevice_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByBrowser":{"post":{"operationId":"Analytics-WalletsPorNavegador","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByBrowser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByBrowser_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByOS":{"post":{"operationId":"Analytics-WalletsPorSO","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOS_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOS_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByType":{"post":{"operationId":"Analytics-WalletsPorTipo","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByType_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByType_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTxnSentTotal":{"post":{"operationId":"Analytics-TotalTransaccionesEnviadasWallets","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentTotal_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTxnSentDaily":{"post":{"operationId":"Analytics-TransaccionesEnviadasWalletsDiarias","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentDaily_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTxnSentMonthly":{"post":{"operationId":"Analytics-TransaccionesEnviadasWalletsMensuales","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentMonthly_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByOrigin":{"post":{"operationId":"Analytics-WalletsPorOrigen","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOrigin_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOrigin_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ConnectionsByOrigin":{"post":{"operationId":"Analytics-ConexionesPorOrigen","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ConnectionsByOrigin_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ConnectionsByOrigin_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketTxnEventTotal":{"post":{"operationId":"Analytics-TotalEventosTransacciónMercado","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventTotal_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketTxnEventDaily":{"post":{"operationId":"Analytics-EventosTransacciónMercadoDiarios","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventDaily_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketTxnEventMonthly":{"post":{"operationId":"Analytics-EventosTransacciónMercadoMensuales","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventMonthly_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketWalletsTotal":{"post":{"operationId":"Analytics-TotalWalletsMercado","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsTotal_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketWalletsDaily":{"post":{"operationId":"Analytics-WalletsDeMercadoDiarias","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsDaily_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketWalletsMonthly":{"post":{"operationId":"Analytics-WalletsDeMercadoMensuales","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsMonthly_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalWalletTxnConversionRate":{"post":{"operationId":"Analytics-TasaConversiónTotalTransaccionesWallet","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalWalletTxnConversionRate_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalWalletTxnConversionRate_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyWalletTxnConversionRate":{"post":{"operationId":"Analytics-TasaConversiónDiariaTransaccionesWallet","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyWalletTxnConversionRate_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyWalletTxnConversionRate_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyWalletTxnConversionRate":{"post":{"operationId":"Analytics-TasaConversiónMensualTransaccionesWallet","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyWalletTxnConversionRate_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyWalletTxnConversionRate_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyNewWallets":{"post":{"operationId":"Analytics-NuevasWalletsDiarias","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyNewWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyNewWallets":{"post":{"operationId":"Analytics-NuevasWalletsMensuales","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyNewWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalNewWallets":{"post":{"operationId":"Analytics-TotalNuevasWallets","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalNewWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageDAU":{"post":{"operationId":"Analytics-PromedioDAU","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageDAU_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageDAU_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/RollingStickiness":{"post":{"operationId":"Analytics-RetenciónRodante","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RollingStickiness_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RollingStickiness_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageStickiness":{"post":{"operationId":"Analytics-PromedioRetención","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageStickiness_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageStickiness_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D1RetentionByCohort":{"post":{"operationId":"Analytics-RetenciónD1PorCohorte","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D1RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D1RetentionByCohort_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D3RetentionByCohort":{"post":{"operationId":"Analytics-RetenciónD3PorCohorte","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D3RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D3RetentionByCohort_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D7RetentionByCohort":{"post":{"operationId":"Analytics-RetenciónD7PorCohorte","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D7RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D7RetentionByCohort_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D14RetentionByCohort":{"post":{"operationId":"Analytics-RetenciónD14PorCohorte","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D14RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D14RetentionByCohort_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D28RetentionByCohort":{"post":{"operationId":"Analytics-RetenciónD28PorCohorte","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D28RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D28RetentionByCohort_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD1Retention":{"post":{"operationId":"Analytics-PromedioRetenciónD1","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD1Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD1Retention_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD3Retention":{"post":{"operationId":"Analytics-PromedioRetenciónD3","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD3Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD3Retention_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD7Retention":{"post":{"operationId":"Analytics-PromedioRetenciónD7","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD7Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD7Retention_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD14Retention":{"post":{"operationId":"Analytics-PromedioRetenciónD14","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD14Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD14Retention_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD28Retention":{"post":{"operationId":"Analytics-PromedioRetenciónD28","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD28Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD28Retention_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyActiveWalletsBySegment":{"post":{"operationId":"Analytics-WalletsActivasMensualesPorSegmento","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyActiveWalletsBySegment_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyActiveWalletsBySegment_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyTransactingWalletsBySegment":{"post":{"operationId":"Analytics-WalletsTransactorasMensualesPorSegmento","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingWalletsBySegment_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingWalletsBySegment_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WeeklyActiveWallets":{"post":{"operationId":"Analytics-WalletsActivasSemanales","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeeklyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeeklyActiveWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalViews":{"post":{"operationId":"Analytics-TotalVistas","tags":["Analytics"],"summary":"Analítica de vistas","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalViews_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalViews_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyViews":{"post":{"operationId":"Analytics-VistasDiarias","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyViews_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyViews_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ViewsByCountry":{"post":{"operationId":"Analytics-VistasPorPaís","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByCountry_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ViewsByDevice":{"post":{"operationId":"Analytics-VistasPorDispositivo","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByDevice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByDevice_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ViewsByOS":{"post":{"operationId":"Analytics-VistasPorSO","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByOS_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByOS_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyUniqueVisitors":{"post":{"operationId":"Analytics-VisitantesÚnicosDiarios","tags":["Analytics"],"summary":"Analítica de visitantes","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueVisitors_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueVisitors_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyUniqueVisitors":{"post":{"operationId":"Analytics-VisitantesÚnicosMensuales","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueVisitors_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueVisitors_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ActiveSessions":{"post":{"operationId":"Analytics-SesionesActivas","tags":["Analytics"],"summary":"Analítica en tiempo real","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ActiveSessions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ActiveSessions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/UserEvents":{"post":{"operationId":"Analytics-EventosUsuario","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_UserEvents_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_UserEvents_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalWallets":{"post":{"operationId":"Analytics-TotalWalletsEcosistema","tags":["Analytics"],"summary":"Analítica del ecosistema","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalProjects":{"post":{"operationId":"Analytics-TotalProyectosEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjects_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalProjectsCreated":{"post":{"operationId":"Analytics-TotalProyectosCreadosEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjectsCreated_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjectsCreated_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalActiveProjects":{"post":{"operationId":"Analytics-TotalProyectosActivosEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalActiveProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalActiveProjects_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalDevelopers":{"post":{"operationId":"Analytics-DesarrolladoresTotalesEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalDevelopers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalDevelopers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemActiveDevelopers":{"post":{"operationId":"Analytics-DesarrolladoresActivosEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveDevelopers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveDevelopers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemDailyActiveWallets":{"post":{"operationId":"Analytics-WalletsActivasDiariasDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyActiveWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyActiveWallets":{"post":{"operationId":"Analytics-WalletsActivasMensualesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemDailyNewProjects":{"post":{"operationId":"Analytics-NuevosProyectosDiariosDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewProjects_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyNewProjects":{"post":{"operationId":"Analytics-NuevosProyectosMensualesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewProjects_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalContracts":{"post":{"operationId":"Analytics-TotalDeContratosDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalContracts_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalContracts_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyContracts":{"post":{"operationId":"Analytics-ContratosMensualesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyContracts_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyContracts_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByActiveWallets":{"post":{"operationId":"Analytics-ProyectosDestacadosPorWalletsActivasDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByActiveWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByNewWallets":{"post":{"operationId":"Analytics-ProyectosDestacadosPorNuevasWalletsDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsCreated":{"post":{"operationId":"Analytics-WalletsCreadasDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsCreated_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsCreated_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyActiveEcoWallets":{"post":{"operationId":"Analytics-WalletsEcoActivasMensualesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveEcoWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveEcoWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemDailyNewWallets":{"post":{"operationId":"Analytics-NuevasWalletsDiariasDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyNewWallets":{"post":{"operationId":"Analytics-NuevasWalletsMensualesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByDeveloperActivity":{"post":{"operationId":"Analytics-ProyectosDestacadosPorActividadDeDesarrolladoresDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByDeveloperActivity_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByDeveloperActivity_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByNewDevelopers":{"post":{"operationId":"Analytics-ProyectosDestacadosPorNuevosDesarrolladoresDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewDevelopers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewDevelopers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalMarketplaces":{"post":{"operationId":"Analytics-TotalDeMarketplacesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalMarketplaces_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalMarketplaces_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyMarketplaces":{"post":{"operationId":"Analytics-MarketplacesMensualesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyMarketplaces_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyMarketplaces_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemActiveMarketplaces":{"post":{"operationId":"Analytics-MarketplacesActivosDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveMarketplaces_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveMarketplaces_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByCountry":{"post":{"operationId":"Analytics-WalletsPorPaísDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByCountry_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByDevice":{"post":{"operationId":"Analytics-WalletsPorDispositivoDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByDevice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByDevice_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByOS":{"post":{"operationId":"Analytics-WalletsPorSOdelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByOS_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByOS_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByBrowser":{"post":{"operationId":"Analytics-WalletsPorNavegadorDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByBrowser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByBrowser_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByType":{"post":{"operationId":"Analytics-WalletsPorTipoDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByType_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByType_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByLoginMethod":{"post":{"operationId":"Analytics-WalletsPorMétodoDeInicioDeSesiónDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByLoginMethod_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByLoginMethod_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalTransactions":{"post":{"operationId":"Analytics-TotalDeTransaccionesDelEcosistema","tags":["Analytics"],"summary":"Analítica de transacciones del ecosistema","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyTransactions":{"post":{"operationId":"Analytics-TransaccionesMensualesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalTransactingUsers":{"post":{"operationId":"Analytics-TotalDeUsuariosQueTransaccionanEnElEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactingUsers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyTransactingUsers":{"post":{"operationId":"Analytics-UsuariosQueTransaccionanMensualmenteEnElEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactingUsers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalTransactionVolume":{"post":{"operationId":"Analytics-VolumenTotalDeTransaccionesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactionVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyTransactionVolume":{"post":{"operationId":"Analytics-VolumenMensualDeTransaccionesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactionVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByTransactions":{"post":{"operationId":"Analytics-ProyectosDestacadosPorTransaccionesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByTransactingUsers":{"post":{"operationId":"Analytics-ProyectosDestacadosPorUsuariosQueTransaccionanDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactingUsers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByTransactionVolume":{"post":{"operationId":"Analytics-ProyectosDestacadosPorVolumenDeTransaccionesDelEcosistema","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactionVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactions":{"post":{"operationId":"Analytics-TotalDeTransaccionesDelProyecto","tags":["Analytics"],"summary":"Analítica de transacciones","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyProjectTransactions":{"post":{"operationId":"Analytics-TransaccionesDiariasDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectTransactions":{"post":{"operationId":"Analytics-TransaccionesMensualesDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionsByChain":{"post":{"operationId":"Analytics-TotalDeTransaccionesPorRedDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByChain_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByChain_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionsByCollection":{"post":{"operationId":"Analytics-TotalDeTransaccionesPorColecciónDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByCollection_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionsByToken":{"post":{"operationId":"Analytics-TotalDeTransaccionesPorTokenDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByToken_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectTransactionsByCollection":{"post":{"operationId":"Analytics-TransaccionesMensualesPorColecciónDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactionsByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactionsByCollection_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionVolume":{"post":{"operationId":"Analytics-VolumenTotalDeTransaccionesDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyProjectVolume":{"post":{"operationId":"Analytics-VolumenDiarioDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectVolume":{"post":{"operationId":"Analytics-VolumenMensualDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectVolumeByChain":{"post":{"operationId":"Analytics-VolumenTotalPorRedDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByChain_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByChain_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectVolumeByCollection":{"post":{"operationId":"Analytics-VolumenTotalPorColecciónDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByCollection_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectVolumeByToken":{"post":{"operationId":"Analytics-VolumenTotalPorTokenDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByToken_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectVolumeByCollection":{"post":{"operationId":"Analytics-VolumenMensualPorColecciónDelProyecto","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolumeByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolumeByCollection_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TransactionVolumePerUser":{"post":{"operationId":"Analytics-VolumenDeTransaccionesPorUsuario","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerUser_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TransactionVolumePerTransactingUser":{"post":{"operationId":"Analytics-VolumenDeTransaccionesPorUsuarioQueTransacciona","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerTransactingUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerTransactingUser_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalTransactingUsers":{"post":{"operationId":"Analytics-TotalDeUsuariosQueTransaccionan","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalTransactingUsers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyUniqueTransactingUsers":{"post":{"operationId":"Analytics-UsuariosÚnicosQueTransaccionanDiariamente","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueTransactingUsers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyUniqueTransactingUsers":{"post":{"operationId":"Analytics-UsuariosÚnicosQueTransaccionanMensualmente","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueTransactingUsers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TransactingUserConversion":{"post":{"operationId":"Analytics-ConversiónDeUsuariosQueTransaccionan","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactingUserConversion_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactingUserConversion_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyTransactingUserConversion":{"post":{"operationId":"Analytics-ConversiónDiariaDeUsuariosQueTransaccionan","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyTransactingUserConversion_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyTransactingUserConversion_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyTransactingUserConversion":{"post":{"operationId":"Analytics-ConversiónMensualDeUsuariosQueTransaccionan","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingUserConversion_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingUserConversion_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/RepeatingTransactingUserPercentage":{"post":{"operationId":"Analytics-PorcentajeDeUsuariosRecurrentesQueTransaccionan","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RepeatingTransactingUserPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RepeatingTransactingUserPercentage_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WeekOnWeekTransactingUserRetention":{"post":{"operationId":"Analytics-RetenciónSemanalDeUsuariosTransaccionando","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeekOnWeekTransactingUserRetention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeekOnWeekTransactingUserRetention_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthOnMonthTransactingUserRetention":{"post":{"operationId":"Analytics-RetenciónMensualDeUsuariosTransaccionando","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthOnMonthTransactingUserRetention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthOnMonthTransactingUserRetention_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AvgBalanceOfSequenceWallets":{"post":{"operationId":"Analytics-PromedioDeSaldoDeSequenceWallets","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfSequenceWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfSequenceWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AvgBalanceOfTransactingSequenceWallets":{"post":{"operationId":"Analytics-PromedioDeSaldoDeSequenceWalletsTransaccionando","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfTransactingSequenceWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfTransactingSequenceWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceTransactions":{"post":{"operationId":"Analytics-TotalDeTransaccionesEnMarketplace","tags":["Analytics"],"summary":"Analítica de Marketplace","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyMarketplaceTransactions":{"post":{"operationId":"Analytics-TransaccionesDiariasEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyMarketplaceTransactions":{"post":{"operationId":"Analytics-TransaccionesMensualesEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsTransacted":{"post":{"operationId":"Analytics-TotalDeArtículosTransaccionadosEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsTransacted_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsTransacted_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsPurchased":{"post":{"operationId":"Analytics-TotalDeArtículosCompradosEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsPurchased_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsPurchased_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsSold":{"post":{"operationId":"Analytics-TotalDeArtículosVendidosEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSold_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSold_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsListed":{"post":{"operationId":"Analytics-TotalDeArtículosListadosEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsListed_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsListed_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsOffered":{"post":{"operationId":"Analytics-TotalDeArtículosOfertadosEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsOffered_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsOffered_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceTransactingUsers":{"post":{"operationId":"Analytics-TotalDeUsuariosTransaccionandoEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactingUsers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceVolume":{"post":{"operationId":"Analytics-VolumenTotalEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyMarketplaceVolume":{"post":{"operationId":"Analytics-VolumenDiarioEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyMarketplaceVolume":{"post":{"operationId":"Analytics-VolumenMensualEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageMarketplaceTransactionPrice":{"post":{"operationId":"Analytics-PrecioPromedioPorTransacciónEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageMarketplaceTransactionPrice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageMarketplaceTransactionPrice_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceTradedCollections":{"post":{"operationId":"Analytics-TotalDeColeccionesIntercambiadasEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTradedCollections_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTradedCollections_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TopMarketplaceBuyers":{"post":{"operationId":"Analytics-PrincipalesCompradoresEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceBuyers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceBuyers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TopMarketplaceSellers":{"post":{"operationId":"Analytics-PrincipalesVendedoresEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceSellers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceSellers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketplaceCollectionTransactions":{"post":{"operationId":"Analytics-TransaccionesPorColecciónEnMarketplace","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketplaceCollectionTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketplaceCollectionTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopTransactions":{"post":{"operationId":"Analytics-TotalDeTransaccionesEnTienda","tags":["Analytics"],"summary":"Analítica de Tienda","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyShopTransactions":{"post":{"operationId":"Analytics-TransaccionesDiariasEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyShopTransactions":{"post":{"operationId":"Analytics-TransaccionesMensualesEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopItemsPurchased":{"post":{"operationId":"Analytics-TotalDeArtículosCompradosEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsPurchased_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsPurchased_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopPurchasers":{"post":{"operationId":"Analytics-TotalDeCompradoresEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopPurchasers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopPurchasers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopVolume":{"post":{"operationId":"Analytics-VolumenTotalEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyShopVolume":{"post":{"operationId":"Analytics-VolumenDiarioEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyShopVolume":{"post":{"operationId":"Analytics-VolumenMensualEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageShopPurchasePrice":{"post":{"operationId":"Analytics-PrecioPromedioDeCompraEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageShopPurchasePrice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageShopPurchasePrice_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TopShopBuyers":{"post":{"operationId":"Analytics-PrincipalesCompradoresEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopShopBuyers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopShopBuyers_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ShopCollectionTransactions":{"post":{"operationId":"Analytics-TransaccionesPorColecciónEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ShopCollectionTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ShopCollectionTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsSoldByToken":{"post":{"operationId":"Analytics-TotalDeArtículosVendidosPorTokenEnMarketplace","tags":["Analytics"],"summary":"Analítica de Marketplace por Token","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSoldByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSoldByToken_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopItemsSoldByToken":{"post":{"operationId":"Analytics-TotalDeArtículosVendidosPorTokenEnTienda","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsSoldByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsSoldByToken_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTotalTransactionVolume":{"post":{"operationId":"Analytics-VolumenTotalDeTransaccionesEnTrails","tags":["Analytics"],"summary":"Analítica de Trails - Grandes Números","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactionVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTotalTransactions":{"post":{"operationId":"Analytics-TotalDeTransaccionesEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTotalUniqueTransactingWallets":{"post":{"operationId":"Analytics-TotalDeWalletsÚnicosTransaccionandoEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalUniqueTransactingWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalUniqueTransactingWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsAverageTransactionDuration":{"post":{"operationId":"Analytics-DuraciónPromedioDeTransacciónEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsAverageTransactionDuration_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsAverageTransactionDuration_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsPaymentCompletionPercentage":{"post":{"operationId":"Analytics-PorcentajeDePagosCompletadosEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsPaymentCompletionPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsPaymentCompletionPercentage_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByDomain":{"post":{"operationId":"Analytics-TransaccionesPorDominioEnTrails","tags":["Analytics"],"summary":"Analítica de Trails - Gráficas por Categoría","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByDomain_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByDomain_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByAmount":{"post":{"operationId":"Analytics-TransaccionesPorMontoEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByAmount_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByAmount_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyTransactionVolume":{"post":{"operationId":"Analytics-VolumenDiarioDeTransaccionesEnTrails","tags":["Analytics"],"summary":"Analítica de Trails - Series Temporales Diarias","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactionVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyTransactions":{"post":{"operationId":"Analytics-TransaccionesDiariasEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyTransactingWallets":{"post":{"operationId":"Analytics-WalletsTransaccionandoDiariamenteEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactingWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactingWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyActiveWallets":{"post":{"operationId":"Analytics-WalletsActivosDiariosEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyActiveWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyAverageTransactionDuration":{"post":{"operationId":"Analytics-DuraciónPromedioDiariaDeTransacciónEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyAverageTransactionDuration_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyAverageTransactionDuration_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyPaymentCompletionPercentage":{"post":{"operationId":"Analytics-PorcentajeDiarioDePagosCompletadosEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyPaymentCompletionPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyPaymentCompletionPercentage_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyTransactionVolume":{"post":{"operationId":"Analytics-VolumenMensualDeTransaccionesEnTrails","tags":["Analytics"],"summary":"Analítica de Trails - Series Temporales Mensuales","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactionVolume_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyTransactions":{"post":{"operationId":"Analytics-TransaccionesMensualesEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyTransactingWallets":{"post":{"operationId":"Analytics-WalletsTransaccionandoMensualmenteEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactingWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactingWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyActiveWallets":{"post":{"operationId":"Analytics-WalletsActivosMensualesEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyActiveWallets_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyAverageTransactionDuration":{"post":{"operationId":"Analytics-DuraciónPromedioMensualDeTransacciónEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyAverageTransactionDuration_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyAverageTransactionDuration_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyPaymentCompletionPercentage":{"post":{"operationId":"Analytics-PorcentajeMensualDePagosCompletadosEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyPaymentCompletionPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyPaymentCompletionPercentage_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByMode":{"post":{"operationId":"Analytics-TransaccionesPorModoEnTrails","tags":["Analytics"],"summary":"Analítica de Trails - Tablas","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByMode_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByMode_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByRoute":{"post":{"operationId":"Analytics-TransaccionesPorRutaEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByRoute_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByRoute_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByProvider":{"post":{"operationId":"Analytics-TransaccionesPorProveedorEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByProvider_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByProvider_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByCountry":{"post":{"operationId":"Analytics-TransaccionesPorPaísEnTrails","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByCountry_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTopTransactions":{"post":{"operationId":"Analytics-TrailsTopTransactions","tags":["Analytics"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTopTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ExportTrailsTransactions":{"post":{"operationId":"Analytics-ExportTrailsTransactions","tags":["Analytics"],"summary":"Trails Analytics - Exportar (devuelve todos los datos sin límite para exportación CSV)","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ExportTrailsTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ExportTrailsTransactions_Response"}}}},"4XX":{"description":"Error del cliente","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"Error del servidor","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}}},"security":[{"ApiKeyAuth":[]}]} \ No newline at end of file diff --git a/ja/api-references/analytics/endpoints/analytics-api.json b/ja/api-references/analytics/endpoints/analytics-api.json index 2ca2f4c6..d4ffbd90 100644 --- a/ja/api-references/analytics/endpoints/analytics-api.json +++ b/ja/api-references/analytics/endpoints/analytics-api.json @@ -1 +1 @@ -{"openapi":"3.0.0","info":{"title":"アナリティクスAPI","version":""},"servers":[{"url":"https://api.sequence.app","description":"アナリティクス"}],"components":{"schemas":{"ErrorWebrpcEndpoint":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcエンドポイント"},"code":{"type":"number","example":"0"},"msg":{"type":"string","example":"エンドポイントエラー"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcRequestFailed":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcリクエスト失敗"},"code":{"type":"number","example":"-1"},"msg":{"type":"string","example":"リクエスト失敗"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcBadRoute":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正ルート"},"code":{"type":"number","example":"-2"},"msg":{"type":"string","example":"不正なルート"},"cause":{"type":"string"},"status":{"type":"number","example":"404"}}},"ErrorWebrpcBadMethod":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正メソッド"},"code":{"type":"number","example":"-3"},"msg":{"type":"string","example":"不正なメソッド"},"cause":{"type":"string"},"status":{"type":"number","example":"405"}}},"ErrorWebrpcBadRequest":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正リクエスト"},"code":{"type":"number","example":"-4"},"msg":{"type":"string","example":"不正なリクエスト"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcBadResponse":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正レスポンス"},"code":{"type":"number","example":"-5"},"msg":{"type":"string","example":"不正なレスポンス"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcServerPanic":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcサーバーパニック"},"code":{"type":"number","example":"-6"},"msg":{"type":"string","example":"サーバーパニック"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcInternalError":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc内部エラー"},"code":{"type":"number","example":"-7"},"msg":{"type":"string","example":"内部エラー"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcClientAborted":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"WebrpcClientAborted"},"code":{"type":"number","example":"-8"},"msg":{"type":"string","example":"クライアントによってリクエストが中断されました"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcStreamLost":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcストリーム消失"},"code":{"type":"number","example":"-9"},"msg":{"type":"string","example":"ストリーム消失"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcStreamFinished":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcストリーム終了"},"code":{"type":"number","example":"-10"},"msg":{"type":"string","example":"ストリーム終了"},"cause":{"type":"string"},"status":{"type":"number","example":"200"}}},"ErrorUnauthorized":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"認証されていません"},"code":{"type":"number","example":"1000"},"msg":{"type":"string","example":"認証されていないアクセス"},"cause":{"type":"string"},"status":{"type":"number","example":"401"}}},"ErrorPermissionDenied":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"権限拒否"},"code":{"type":"number","example":"1001"},"msg":{"type":"string","example":"権限がありません"},"cause":{"type":"string"},"status":{"type":"number","example":"403"}}},"ErrorSessionExpired":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"SessionExpired"},"code":{"type":"number","example":"1002"},"msg":{"type":"string","example":"セッションの有効期限が切れました"},"cause":{"type":"string"},"status":{"type":"number","example":"403"}}},"ErrorMethodNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"メソッドが見つかりません"},"code":{"type":"number","example":"1003"},"msg":{"type":"string","example":"メソッドが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"404"}}},"ErrorRequestConflict":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"リクエスト競合"},"code":{"type":"number","example":"1004"},"msg":{"type":"string","example":"対象リソースとの競合"},"cause":{"type":"string"},"status":{"type":"number","example":"409"}}},"ErrorServiceDisabled":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"ServiceDisabled"},"code":{"type":"number","example":"1005"},"msg":{"type":"string","example":"サービスが無効です"},"cause":{"type":"string"},"status":{"type":"number","example":"404"}}},"ErrorTimeout":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Timeout"},"code":{"type":"number","example":"2000"},"msg":{"type":"string","example":"リクエストがタイムアウトしました"},"cause":{"type":"string"},"status":{"type":"number","example":"408"}}},"ErrorInvalidArgument":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"無効な引数"},"code":{"type":"number","example":"2001"},"msg":{"type":"string","example":"無効な引数"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"見つかりません"},"code":{"type":"number","example":"3000"},"msg":{"type":"string","example":"リソースが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorUserNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"UserNotFound"},"code":{"type":"number","example":"3001"},"msg":{"type":"string","example":"ユーザーが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorProjectNotFound":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"ProjectNotFound"},"code":{"type":"number","example":"3002"},"msg":{"type":"string","example":"プロジェクトが見つかりません"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorInvalidTier":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"InvalidTier"},"code":{"type":"number","example":"3003"},"msg":{"type":"string","example":"無効なサブスクリプションプランです"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorEmailTemplateExists":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"EmailTemplateExists"},"code":{"type":"number","example":"3004"},"msg":{"type":"string","example":"メールテンプレートが既に存在します"},"cause":{"type":"string"},"status":{"type":"number","example":"409"}}},"ErrorSubscriptionLimit":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"SubscriptionLimit"},"code":{"type":"number","example":"3005"},"msg":{"type":"string","example":"サブスクリプションの上限に達しました"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"ErrorFeatureNotIncluded":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"FeatureNotIncluded"},"code":{"type":"number","example":"3006"},"msg":{"type":"string","example":"この機能は含まれていません"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"ErrorInvalidNetwork":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"InvalidNetwork"},"code":{"type":"number","example":"3007"},"msg":{"type":"string","example":"無効なネットワークです"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorInvitationExpired":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"InvitationExpired"},"code":{"type":"number","example":"4000"},"msg":{"type":"string","example":"招待コードの有効期限が切れています"},"cause":{"type":"string"},"status":{"type":"number","example":"422"}}},"ErrorAlreadyCollaborator":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"AlreadyCollaborator"},"code":{"type":"number","example":"4001"},"msg":{"type":"string","example":"既にコラボレーターです"},"cause":{"type":"string"},"status":{"type":"number","example":"409"}}},"ErrorNoPaymentMethod":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"NoPaymentMethod"},"code":{"type":"number","example":"4002"},"msg":{"type":"string","example":"デフォルトの支払い方法がありません"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"ErrorSeatsLimitReached":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"SeatsLimitReached"},"code":{"type":"number","example":"4003"},"msg":{"type":"string","example":"利用可能な席数の上限に達しました"},"cause":{"type":"string"},"status":{"type":"number","example":"402"}}},"SortOrder":{"type":"string","description":"サーバー側ではuint32で表現されます","enum":["ASC","DESC"]},"ProjectType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["EMBEDDED_WALLET_REACT","EMBEDDED_WALLET_NEXTJS","EMBEDDED_WALLET_UNITY","EMBEDDED_WALLET_UNREAL","MARKETPLACE_STANDALONE","MARKETPLACE_REACT","MARKETPLACE_UNITY","MARKETPLACE_UNREAL","SALE_CONTRACT_ERC1155","SALE_CONTRACT_ERC721","ALLOWLIST_STARTER"]},"TemplateType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["UNKNOWN","LOGIN","GUARD","EMAIL_CONFIRMATION"]},"EcosystemAccess":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ユーザー","閲覧","編集","管理者","オーナー"]},"AdminRole":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["なし","閲覧者","開発者","エコシステム","アカウント","ファイナンス","スーパー管理者"]},"Page":{"type":"object","properties":{"pageSize":{"type":"number"},"page":{"type":"number"},"column":{"type":"string"},"more":{"type":"boolean"},"sort":{"type":"配列","description":"[]SortBy","items":{"$ref":"#/components/schemas/SortBy"}}}},"SortBy":{"type":"object","required":["カラム"],"properties":{"column":{"type":"string"},"order":{"$ref":"#/components/schemas/SortOrder"}}},"ProjectImplicitRegistry":{"type":"object","required":["許可ドメイン","ID一覧"],"properties":{"whitelistedDomains":{"type":"配列","description":"[]string","items":{"type":"string"}},"ids":{"type":"object","description":"map","additionalProperties":{"type":"string"}}}},"Project":{"type":"object","required":["id","name","オーナーアドレス","オーナーアバターURL","ライセンスID","ライセンスバージョン","ロゴ画像キー","ロゴ画像URL","ウェブサイトURL","チェーンID","コラボレーター数","オンボーディング表示設定","作成日時","更新日時"],"properties":{"id":{"type":"number"},"name":{"type":"string"},"type":{"$ref":"#/components/schemas/ProjectType"},"ownerAddress":{"type":"string"},"ownerEmail":{"type":"string"},"ownerAvatarUrl":{"type":"string"},"licenseId":{"type":"number"},"licenseVersion":{"type":"number"},"logoImageKey":{"type":"string"},"logoImageUrl":{"type":"string"},"websiteUrl":{"type":"string"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"ecosystemId":{"type":"number"},"collaboratorCount":{"type":"number"},"onboardingVisibility":{"type":"boolean"},"implicitRegistry":{"$ref":"#/components/schemas/ProjectImplicitRegistry"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"ProjectListFilter":{"type":"object","properties":{"name":{"type":"string"},"chainId":{"type":"number"},"collaboratorAddress":{"type":"string"},"collaboratorEmail":{"type":"string"},"licenseId":{"type":"number"},"active":{"type":"boolean"}}},"OpenIdProvider":{"type":"object","required":["iss","aud"],"properties":{"iss":{"type":"string"},"aud":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"ContractData":{"type":"object","required":["abi","バイトコード"],"properties":{"abi":{"type":"string"},"bytecode":{"type":"string"},"hash":{"type":"string"},"implementationAddress":{"type":"string"}}},"SESSettings":{"type":"object","required":["accessRoleARN","sourceARN","リージョン"],"properties":{"accessRoleARN":{"type":"string"},"sourceARN":{"type":"string"},"region":{"type":"string"}}},"Image":{"type":"object","required":["src"],"properties":{"src":{"type":"string"},"width":{"type":"string"},"height":{"type":"string"},"alt":{"type":"string"},"displayOptions":{"type":"object","description":"map","additionalProperties":{"type":"string"}}}},"WalletProof":{"type":"object","required":["アドレス","メッセージ","署名","chainId"],"properties":{"address":{"type":"string"},"message":{"type":"string"},"signature":{"type":"string"},"chainId":{"type":"number"}}},"BillingCycle":{"type":"object","required":["開始","終了"],"properties":{"start":{"type":"string"},"end":{"type":"string"}}},"SubscriptionProvider":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ADMIN","STRIPE","GOOGLE"]},"Feature":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ANALYTICS","MARKETPLACE_SUBDOMAIN","MARKETPLACE_DOMAIN"]},"LicenseTag":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["なし","人気","割引"]},"PaymentProvider":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["なし","STRIPE","ADMIN","暗号資産","エコシステム","GOOGLE"]},"License":{"type":"object","required":["id","エコシステムID","デフォルト","パッケージ名","ラベル","プラン","おすすめ","サブタイトル","タグ","メインネット有効","総ライセンス数","ユーザーごとのライセンス数","作成日時","更新日時"],"properties":{"id":{"type":"number"},"ecosystemId":{"type":"number"},"isDefault":{"type":"boolean"},"packageName":{"type":"string"},"label":{"type":"string"},"tier":{"type":"number"},"featured":{"type":"boolean"},"subtitle":{"type":"string"},"tag":{"$ref":"#/components/schemas/LicenseTag"},"mainnetEnabled":{"type":"boolean"},"defaultChainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"availableChainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"extraChainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"totalLicenses":{"type":"number"},"licenseUsage":{"$ref":"#/components/schemas/LicenseUsage"},"licensePerUser":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"LicenseVersion":{"type":"object","required":["ライセンスID","バージョン","settings","バージョン利用状況","作成日時","更新日時"],"properties":{"licenseId":{"type":"number"},"version":{"type":"number"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"features":{"type":"配列","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"versionUsage":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"LicenseSettings":{"type":"object","required":["サブスクリプション価格","席数","サービス設定","マーケットプレイス手数料","ロイヤリティ手数料","ガス手数料上乗せ","ガス代込み","機能"],"properties":{"subscriptionPrice":{"type":"string"},"seats":{"type":"number"},"serviceSettings":{"type":"object","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettings"}},"marketplaceFee":{"type":"string"},"royaltyFee":{"type":"string"},"gasFeeMarkup":{"type":"string"},"gasIncluded":{"type":"string"},"features":{"type":"配列","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}}}},"ServiceSettings":{"type":"object","required":["レート制限","含まれるリクエスト数","超過利用許可","超過料金"],"properties":{"rateLimit":{"type":"number"},"requestsIncluded":{"type":"number"},"overageAllowed":{"type":"boolean"},"overagePrice":{"type":"string"}}},"LicenseUsage":{"type":"object","required":["合計","プロバイダー","バージョン"],"properties":{"total":{"type":"number"},"providers":{"type":"object","description":"map","additionalProperties":{"type":"number"}},"versions":{"type":"object","description":"map","additionalProperties":{"type":"number"}}}},"BillingOverride":{"type":"object","required":["追加席数","追加機能","チャージ機能有効","チャージプロバイダー","残高通知"],"properties":{"priceSubscription":{"type":"string"},"extraSeats":{"type":"number"},"marketplaceFee":{"type":"string"},"royaltyFee":{"type":"string"},"gasFeeMarkup":{"type":"string"},"extraFeatures":{"type":"配列","description":"[]Feature","items":{"$ref":"#/components/schemas/Feature"}},"serviceSettings":{"type":"object","description":"map","additionalProperties":{"$ref":"#/components/schemas/ServiceSettingsOverride"}},"topUpEnabled":{"type":"boolean"},"topUpProvider":{"$ref":"#/components/schemas/PaymentProvider"},"topUpThreshold":{"type":"number"},"topUpAmount":{"type":"number"},"topUpLimit":{"type":"number"},"balanceNotifications":{"type":"boolean"}}},"ServiceSettingsOverride":{"type":"object","properties":{"rateLimit":{"type":"number"},"requestsIncluded":{"type":"number"},"overageAllowed":{"type":"boolean"},"overagePrice":{"type":"string"},"usageWarning":{"type":"number"},"overageWarning":{"type":"number"},"maxOverage":{"type":"number"}}},"ResourceType":{"type":"string","description":"サーバー側ではint8として表現されます","enum":["CONTRACTS","MARKET_COLLECTIONS","SHOP_COLLECTIONS"]},"CollaboratorAccess":{"type":"string","description":"サーバー側ではuint32で表現されます","enum":["なし","READ","WRITE","ADMIN"]},"CollaboratorType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["USER","SERVICE_ACCOUNT"]},"ContractSourceType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["LINKED","DEPLOYED"]},"PaymentStatus":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["INITIATED","PENDING","SUCCEEDED","FAILED","PROCESSED"]},"AdminMarketplaceContractType":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["UNKNOWN","ERC20","ERC721","ERC1155"]},"AdminCollectionPriority":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","低","通常","高"]},"AdminCollectionStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","作成済み","コントラクトメタデータ同期中","コントラクトメタデータ同期済み","メタデータ同期中","メタデータ同期済み","トークン同期中","トークン同期済み","注文同期中","有効","失敗","非アクティブ","互換性のないタイプ"]},"TokenType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ERC20","ERC721","ERC1155"]},"FileScope":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ロゴ","マーケットプレイス","アバター","メール","ウォレット","トークンディレクトリ","エコシステム"]},"TaskStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["PENDING","一時停止中","FAILED","完了","無効"]},"TrialType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ANALYTICS"]},"AuditType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["サブスクリプション","請求上書き","エコシステムライセンス","ライセンスバージョン"]},"PaymentMethodType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["カード","リンク"]},"SecretType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["FORTEPAY"]},"SecretEnv":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["テスト","本番"]},"Version":{"type":"object","required":["webrpcバージョン","スキーマバージョン","スキーマハッシュ","アプリバージョン"],"properties":{"webrpcVersion":{"type":"string"},"schemaVersion":{"type":"string"},"schemaHash":{"type":"string"},"appVersion":{"type":"string"}}},"RuntimeStatus":{"type":"object","required":["正常","開始時刻","稼働時間","バージョン","環境","ブランチ","コミットハッシュ","ネットワーク","チェック"],"properties":{"healthOK":{"type":"boolean"},"startTime":{"type":"string"},"uptime":{"type":"number"},"ver":{"type":"string"},"env":{"type":"string"},"branch":{"type":"string"},"commitHash":{"type":"string"},"networks":{"type":"object","description":"map","additionalProperties":{"type":"boolean"}},"checks":{"$ref":"#/components/schemas/RuntimeChecks"}}},"RuntimeChecks":{"type":"object","required":["クォータ管理","joqueue","stripe","cloudCommerce"],"properties":{"quotaControl":{"type":"boolean"},"joqueue":{"type":"boolean"},"stripe":{"type":"boolean"},"cloudCommerce":{"type":"boolean"}}},"AuthState":{"type":"object","required":["jwtトークン","有効期限","アドレス","セッションタイプ","ユーザー"],"properties":{"jwtToken":{"type":"string"},"expiresAt":{"type":"string"},"address":{"type":"string"},"sessionType":{"type":"string"},"user":{"$ref":"#/components/schemas/User"},"access":{"$ref":"#/components/schemas/EcosystemAccess"}}},"User":{"type":"object","required":["アドレス","メール確認済み","役割","アバターキー","アバターURL","最近のプロジェクトID","作成日時","更新日時"],"properties":{"address":{"type":"string"},"email":{"type":"string"},"emailConfirmed":{"type":"boolean"},"role":{"$ref":"#/components/schemas/AdminRole"},"avatarKey":{"type":"string"},"avatarUrl":{"type":"string"},"recentProjectIds":{"type":"object","description":"map","additionalProperties":{"type":"number"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"UserWallet":{"type":"object","required":["id","ユーザーアドレス","ウォレットアドレス","プロバイダー","作成日時","更新日時"],"properties":{"id":{"type":"number"},"userAddress":{"type":"string"},"walletAddress":{"type":"string"},"provider":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"UserSettings":{"type":"object","required":["プロジェクト上限","プロジェクト数"],"properties":{"projectsLimit":{"type":"number"},"projectsLeft":{"type":"number"},"projectCount":{"type":"number"}}},"UserOverride":{"type":"object","required":["id","アドレス","追加プロジェクト","作成日時","更新日時"],"properties":{"id":{"type":"number"},"address":{"type":"string"},"extraProjects":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"CreateProjectOptions":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/ProjectType"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}}}},"ResourceFilter":{"type":"object","properties":{"contracts":{"$ref":"#/components/schemas/ContractFilter"}}},"Resource":{"type":"object","required":["タイプ","合計","詳細"],"properties":{"type":{"$ref":"#/components/schemas/ResourceType"},"total":{"type":"number"},"detail":{"type":"配列","description":"[]ResourceDetail","items":{"$ref":"#/components/schemas/ResourceDetail"}}}},"ResourceDetail":{"type":"object","required":["キー","カウント"],"properties":{"key":{"type":"object"},"count":{"type":"number"}}},"ProjectSubscription":{"type":"object","required":["id","プロジェクトID","ライセンスID","ライセンスバージョン","サブスクリプションID","開始日"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"provider":{"$ref":"#/components/schemas/SubscriptionProvider"},"licenseId":{"type":"number"},"licenseVersion":{"type":"number"},"subscriptionId":{"type":"string"},"providerUrl":{"type":"string"},"dateStart":{"type":"string"},"dateEnd":{"type":"string"}}},"Collaborator":{"type":"object","required":["id","プロジェクトID","タイプ","ユーザーアドレス","アクセス","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"type":{"$ref":"#/components/schemas/CollaboratorType"},"userAddress":{"type":"string"},"userEmail":{"type":"string"},"userAvatarUrl":{"type":"string"},"userAvatarKey":{"type":"string"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"invitationId":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"Contract":{"type":"object","required":["id","プロジェクトID","コントラクト名","コントラクトアドレス","コントラクトタイプ","chainId","ソース","コントラクト拡張","バイトコード一致","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"contractName":{"type":"string"},"contractAddress":{"type":"string"},"contractType":{"type":"string"},"chainId":{"type":"number"},"source":{"$ref":"#/components/schemas/ContractSourceType"},"abi":{"type":"string"},"bytecode":{"type":"string"},"bytecodeHash":{"type":"string"},"audienceId":{"type":"number"},"decimals":{"type":"number"},"symbol":{"type":"string"},"contractExtensions":{"$ref":"#/components/schemas/ContractExtensions"},"tags":{"type":"配列","description":"[]string","items":{"type":"string"}},"bytecodeMatch":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ContractExtensions":{"type":"object","properties":{"itemsContractAddress":{"type":"string"},"splitterContractAddresses":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"ContractSync":{"type":"object","properties":{"decimals":{"type":"number"},"symbol":{"type":"string"}}},"ContractFilter":{"type":"object","properties":{"chainId":{"type":"number"},"contractSourceType":{"$ref":"#/components/schemas/ContractSourceType"},"contractTypes":{"type":"配列","description":"[]string","items":{"type":"string"}},"tag":{"type":"string"},"name":{"type":"string"},"contractAddress":{"type":"string"},"includeUnmatched":{"type":"boolean"}}},"ContractTag":{"type":"object","required":["タグ","カウント"],"properties":{"tag":{"type":"string"},"count":{"type":"number"}}},"ContractLink":{"type":"object","required":["プロジェクト","コラボレーター"],"properties":{"contract":{"$ref":"#/components/schemas/Contract"},"project":{"$ref":"#/components/schemas/Project"},"collaborator":{"$ref":"#/components/schemas/Collaborator"}}},"RelayerGasSponsor":{"type":"object","required":["id","プロジェクトID","chainId","表示名","アドレス","有効","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"displayName":{"type":"string"},"address":{"type":"string"},"active":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"RelayerTransaction":{"type":"object","required":["トランザクションハッシュ","トランザクションノンス","トランザクションステータス","トランザクションリバート理由","再キュー数","キュー日時","送信日時","マイニング日時","ターゲット","入力","トランザクション引数","ウォレットアドレス","メタトランザクションノンス","ガスリミット","ガス価格","ガス使用量","ガス見積もり","USDレート","使用クレジット数","コスト","ホワイトリスト登録済み","作成日時","更新日時"],"properties":{"txnHash":{"type":"string"},"txnNonce":{"type":"string"},"metaTxnID":{"type":"string"},"txnStatus":{"type":"string"},"txnRevertReason":{"type":"string"},"requeues":{"type":"number"},"queuedAt":{"type":"string"},"sentAt":{"type":"string"},"minedAt":{"type":"string"},"target":{"type":"string"},"input":{"type":"string"},"txnArgs":{"type":"object","description":"map","additionalProperties":{"type":"object"}},"txnReceipt":{"type":"object","description":"map","additionalProperties":{"type":"object"}},"walletAddress":{"type":"string"},"metaTxnNonce":{"type":"string"},"gasLimit":{"type":"number"},"gasPrice":{"type":"string"},"gasUsed":{"type":"number"},"gasEstimated":{"type":"number"},"gasFeeMarkup":{"type":"number"},"usdRate":{"type":"string"},"creditsUsed":{"type":"number"},"cost":{"type":"string"},"isWhitelisted":{"type":"boolean"},"gasSponsor":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ProjectGasTankStatus":{"type":"object","required":["プロバイダー","支払い設定","支払いに関する問題","メインネットスポンサー"],"properties":{"provider":{"$ref":"#/components/schemas/PaymentProvider"},"setupPayment":{"type":"boolean"},"issueWithPayment":{"type":"boolean"},"mainnetSponsors":{"type":"boolean"},"balance":{"type":"number"}}},"EcosystemGasTankStatus":{"type":"object","required":["支払い設定","支払いに関する問題"],"properties":{"setupPayment":{"type":"boolean"},"issueWithPayment":{"type":"boolean"},"balance":{"type":"number"}}},"GasTankSettings":{"type":"object","required":["残高しきい値","通知送信","自動チャージ","チャージプロバイダー","チャージ金額","チャージ上限"],"properties":{"balanceThreshold":{"type":"number"},"sendNotifications":{"type":"boolean"},"autoRecharge":{"type":"boolean"},"topupProvider":{"$ref":"#/components/schemas/PaymentProvider"},"rechargeAmount":{"type":"number"},"rechargeLimit":{"type":"number"}}},"UsageInfo":{"type":"object","required":["警告しきい値(含まれる分)","最大値(含まれる分)","警告しきい値(超過分)","最大値(超過分)","利用状況","残高","超過分","追加請求分"],"properties":{"includedWarn":{"type":"number"},"includedMax":{"type":"number"},"overageWarn":{"type":"number"},"overageMax":{"type":"number"},"usage":{"type":"number"},"balance":{"type":"number"},"overage":{"type":"number"},"extraCharged":{"type":"string"}}},"SubscriptionInfo":{"type":"object","required":["現在","サイクル","settings","ガスタンク設定","利用状況"],"properties":{"current":{"$ref":"#/components/schemas/ProjectSubscription"},"license":{"$ref":"#/components/schemas/License"},"cycle":{"$ref":"#/components/schemas/BillingCycle"},"settings":{"$ref":"#/components/schemas/LicenseSettings"},"gasTankSettings":{"$ref":"#/components/schemas/GasTankSettings"},"usage":{"type":"object","description":"map","additionalProperties":{"$ref":"#/components/schemas/UsageInfo"}},"plannedDowngrade":{"$ref":"#/components/schemas/License"},"pendingUpgrade":{"$ref":"#/components/schemas/License"}}},"Redirect":{"type":"object","required":["URL"],"properties":{"url":{"type":"string"}}},"StripeEventData":{"type":"object","required":["object"],"properties":{"object":{"$ref":"#/components/schemas/StripeEventDataObject"}}},"StripeEventDataObject":{"type":"object","required":["id","object"],"properties":{"id":{"type":"string"},"object":{"type":"string"}}},"Payment":{"type":"object","required":["id","プロジェクトID","プロバイダー","外部取引ID","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"status":{"$ref":"#/components/schemas/PaymentStatus"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"externalTxnID":{"type":"string"},"createdAt":{"type":"string"}}},"InvoicesReturn":{"type":"object","required":["さらに表示","請求書"],"properties":{"hasMore":{"type":"boolean"},"invoices":{"type":"配列","description":"[]Invoice","items":{"$ref":"#/components/schemas/Invoice"}}}},"Invoice":{"type":"object","required":["id","日付","金額","支払い済み","URL"],"properties":{"id":{"type":"string"},"date":{"type":"string"},"amount":{"type":"string"},"paid":{"type":"boolean"},"url":{"type":"string"}}},"ContractInfo":{"type":"object","required":["data"],"properties":{"data":{"type":"object"}}},"ContractInfoOverride":{"type":"object","required":["data"],"properties":{"data":{"type":"object"}}},"ProjectInvitation":{"type":"object","required":["id","プロジェクトID","コード","アクセス","有効期限","利用回数","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"code":{"type":"string"},"access":{"$ref":"#/components/schemas/CollaboratorAccess"},"expiresAt":{"type":"string"},"usageCount":{"type":"number"},"createdAt":{"type":"string"},"deletedAt":{"type":"string"}}},"AdminMarketplaceCollection":{"type":"object","required":["ステータス","chainId","コントラクトアドレス","コントラクトタイプ","優先度","トークン数量小数点","作成日時","更新日時"],"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"}}},"OffchainInventory":{"type":"object","required":["id","プロジェクトID","chainId","外部商品ID","支払いトークンアドレス","支払いトークンタイプ","支払いトークンID","支払い金額","支払い受取人"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"externalProductId":{"type":"string"},"paymentTokenAddress":{"type":"string"},"paymentTokenType":{"$ref":"#/components/schemas/TokenType"},"paymentTokenId":{"type":"number"},"paymentAmount":{"type":"number"},"paymentRecipient":{"type":"string"},"chainedCallAddress":{"type":"string"},"chainedCallData":{"type":"string"},"allowCrossChainPayments":{"type":"boolean"},"callbackURL":{"type":"string"},"createdAt":{"type":"string"},"deletedAt":{"type":"string"}}},"OffchainPayment":{"type":"object","required":["id","オフチェーン在庫ID","商品受取人","支払いチェーンID","支払いトークンアドレス","有効期限","作成日時"],"properties":{"id":{"type":"number"},"offchainInventoryId":{"type":"number"},"productRecipient":{"type":"string"},"paymentChainId":{"type":"number"},"paymentTokenAddress":{"type":"string"},"expiration":{"type":"string"},"createdAt":{"type":"string"},"completedAt":{"type":"string"},"processedAt":{"type":"string"}}},"ProjectFile":{"type":"object","required":["id","プロジェクトID","スコープ","MIMEタイプ","ファイルパス","内容","ハッシュ","URL","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"scope":{"$ref":"#/components/schemas/FileScope"},"mimetype":{"type":"string"},"filepath":{"type":"string"},"contents":{"type":"配列","description":"[]byte","items":{"type":"string"}},"hash":{"type":"配列","description":"[]byte","items":{"type":"string"}},"url":{"type":"string"},"createdAt":{"type":"string"}}},"WaasTemplate":{"type":"object","required":["id","プロジェクトID","件名","導入文","ロゴURL","プレースホルダー","作成日時","更新日時"],"properties":{"id":{"type":"number"},"templateType":{"$ref":"#/components/schemas/TemplateType"},"projectId":{"type":"number"},"subject":{"type":"string"},"introText":{"type":"string"},"logoUrl":{"type":"string"},"template":{"type":"string"},"fromEmail":{"type":"string"},"placeholders":{"type":"配列","description":"[]string","items":{"type":"string"}},"sesConfig":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"TaskRunner":{"type":"object","required":["id","ワークグループ","実行日時"],"properties":{"id":{"type":"number"},"workGroup":{"type":"string"},"runAt":{"type":"string"}}},"Task":{"type":"object","required":["id","キュー","ステータス","試行回数","ペイロード"],"properties":{"id":{"type":"number"},"queue":{"type":"string"},"status":{"$ref":"#/components/schemas/TaskStatus"},"try":{"type":"number"},"runAt":{"type":"string"},"lastRanAt":{"type":"string"},"createdAt":{"type":"string"},"payload":{"type":"配列","description":"[]byte","items":{"type":"string"}},"hash":{"type":"string"}}},"CreditBonus":{"type":"object","required":["id","プロジェクトID","金額","残高","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"amount":{"type":"number"},"balance":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"WaasSettings":{"type":"object","required":["リカバリーアドレス","認証設定","OIDCプロバイダー","許可オリジン","更新コード","テナントキー"],"properties":{"recoveryAddress":{"type":"string"},"authConfig":{"$ref":"#/components/schemas/WaasAuthConfig"},"oidcProviders":{"type":"配列","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}},"allowedOrigins":{"type":"配列","description":"[]string","items":{"type":"string"}},"updateCode":{"type":"string"},"tenantKey":{"type":"string"}}},"WaasAuthEmailConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"}}},"WaasAuthGuestConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"}}},"WaasAuthPlayfabConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"},"titleId":{"type":"string"}}},"WaasAuthStytchConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"},"projectId":{"type":"string"}}},"WaasAuthTwitterConfig":{"type":"object","required":["有効"],"properties":{"enabled":{"type":"boolean"},"clientId":{"type":"string"}}},"WaasAuthConfig":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/WaasAuthEmailConfig"},"guest":{"$ref":"#/components/schemas/WaasAuthGuestConfig"},"playfab":{"$ref":"#/components/schemas/WaasAuthPlayfabConfig"},"stytch":{"$ref":"#/components/schemas/WaasAuthStytchConfig"},"twitter":{"$ref":"#/components/schemas/WaasAuthTwitterConfig"}}},"Audience":{"type":"object","required":["id","プロジェクトID","name","連絡先数","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"name":{"type":"string"},"contactCount":{"type":"number"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"AudienceContact":{"type":"object","required":["オーディエンスID","アドレス"],"properties":{"id":{"type":"number"},"audienceId":{"type":"number"},"name":{"type":"string"},"address":{"type":"string"},"email":{"type":"string"},"userIp":{"type":"string"},"stage":{"type":"number"},"provider":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"AudienceRegistrationStatus":{"type":"object","required":["合計数"],"properties":{"totalCount":{"type":"number"}}},"Trial":{"type":"object","required":["id","プロジェクトID","タイプ","開始日時","終了日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"type":{"$ref":"#/components/schemas/TrialType"},"startAt":{"type":"string"},"endAt":{"type":"string"}}},"AuditLog":{"type":"object","required":["id","ウォレットアドレス","userEmail","エンティティID","タイプ","旧値","新値","作成日時"],"properties":{"id":{"type":"number"},"walletAddress":{"type":"string"},"userEmail":{"type":"string"},"entityId":{"type":"number"},"type":{"$ref":"#/components/schemas/AuditType"},"oldValue":{"type":"object"},"newValue":{"type":"object"},"createdAt":{"type":"string"}}},"PaymentMethodCardData":{"type":"object","required":["ブランド","国","下4桁","有効期限"],"properties":{"brand":{"type":"string"},"country":{"type":"string"},"last4":{"type":"string"},"expDate":{"type":"string"}}},"PaymentMethodLinkData":{"type":"object","required":["メールアドレス"],"properties":{"email":{"type":"string"}}},"PaymentMethod":{"type":"object","required":["id","タイプ","デフォルト"],"properties":{"id":{"type":"string"},"type":{"$ref":"#/components/schemas/PaymentMethodType"},"cardData":{"$ref":"#/components/schemas/PaymentMethodCardData"},"linkData":{"$ref":"#/components/schemas/PaymentMethodLinkData"},"default":{"type":"boolean"}}},"ProjectSecret":{"type":"object","required":["タイプ","環境"],"properties":{"type":{"$ref":"#/components/schemas/SecretType"},"env":{"$ref":"#/components/schemas/SecretEnv"},"updatedAt":{"type":"string"}}},"FinancialReportType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["サブスクリプション","GASTANK_TOPUP"]},"FinancialReportEntry":{"type":"object","required":["金額","タイプ","プロバイダー","参照","メモ","作成日時"],"properties":{"projectId":{"type":"number"},"ecosystemId":{"type":"number"},"amount":{"type":"number"},"type":{"$ref":"#/components/schemas/FinancialReportType"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"reference":{"type":"string"},"externalURL":{"type":"string"},"notes":{"type":"string"},"createdAt":{"type":"string"}}},"TransakContract":{"type":"object","required":["id","chainId","コントラクトアドレス","name","プロジェクトID","作成日時","更新日時"],"properties":{"id":{"type":"number"},"transakId":{"type":"string"},"chainId":{"type":"number"},"contractAddress":{"type":"string"},"name":{"type":"string"},"projectIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"TransakContractFilter":{"type":"object","properties":{"query":{"type":"string"},"chainId":{"type":"number"}}},"WhitelistUrl":{"type":"object","required":["id","プロジェクトID","URL","作成日時","更新日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"url":{"type":"string"},"approvedAt":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"AnalyticsProjectType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["すべて","作成済み","関連"]},"DateInterval":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["日","週","月"]},"QueryFilter":{"type":"object","properties":{"projectId":{"type":"number"},"ecosystemId":{"type":"number"},"startDate":{"type":"string"},"endDate":{"type":"string"},"dateInterval":{"$ref":"#/components/schemas/DateInterval"},"collections":{"type":"配列","description":"[]string","items":{"type":"string"}},"tokenId":{"type":"string"},"projectType":{"$ref":"#/components/schemas/AnalyticsProjectType"}}},"Chart":{"type":"object","required":["値","ラベル"],"properties":{"value":{"type":"number"},"label":{"type":"string"}}},"ChartWithPercentage":{"type":"object","required":["ラベル","合計","パーセンテージ"],"properties":{"label":{"type":"string"},"total":{"type":"number"},"percentage":{"type":"number"}}},"MultiValueChart":{"type":"object","required":["値","ラベル"],"properties":{"value":{"type":"object","description":"map","additionalProperties":{"type":"number"}},"label":{"type":"string"}}},"QueryResult":{"type":"object","required":["コレクション","ソース","取引高(USD)","トークン数","取引数"],"properties":{"collection":{"type":"string"},"source":{"type":"string"},"tokenId":{"type":"string"},"volumeUSD":{"type":"number"},"numTokens":{"type":"number"},"numTxns":{"type":"number"}}},"TokenTransactionData":{"type":"object","required":["コレクションID","コレクション名","トークンID","トークン名","アイテム数量"],"properties":{"collectionId":{"type":"string"},"collectionName":{"type":"string"},"tokenId":{"type":"string"},"tokenName":{"type":"string"},"itemQuantities":{"type":"number"}}},"TrailsTransactionByMode":{"type":"object","required":["モード","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","総手数料","総取引高"],"properties":{"mode":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByRoute":{"type":"object","required":["元チェーン名","送信先チェーン名","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","平均取引時間","ガス手数料","総手数料","総取引高"],"properties":{"origChainName":{"type":"string"},"destChainName":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"avgTxnDuration":{"type":"number"},"gasFees":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByProvider":{"type":"object","required":["プロバイダースワップ","プロバイダーブリッジ","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","平均取引時間","プロバイダー手数料","総手数料","総取引高"],"properties":{"providerSwap":{"type":"string"},"providerBridge":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"avgTxnDuration":{"type":"number"},"providerFees":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByCountry":{"type":"object","required":["国","取引ウォレット数","支払い完了数","完了率","総取引高"],"properties":{"country":{"type":"string"},"transactingWallets":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionDetail":{"type":"object","required":["日付","チェックアウトID","国","プロバイダー","ホスト名","元取引ハッシュ","送信先取引ハッシュ","元チェーン名","送信先チェーン名","元トークンシンボル","送信先トークンシンボル","プロバイダー手数料","総手数料","総取引高"],"properties":{"date":{"type":"string"},"checkoutId":{"type":"string"},"country":{"type":"string"},"provider":{"type":"string"},"hostname":{"type":"string"},"originTxHash":{"type":"string"},"destTxHash":{"type":"string"},"origChainName":{"type":"string"},"destChainName":{"type":"string"},"origTokenSymbol":{"type":"string"},"destTokenSymbol":{"type":"string"},"providerFee":{"type":"number"},"totalFee":{"type":"number"},"totalVolume":{"type":"number"}}},"ContractLibraryStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["非推奨","ナイトリー","安定版"]},"ContractLibraryItem":{"type":"object","required":["UID","コントラクトタイプ","name","説明","作成者","ライセンス","詳細情報URL","無効","作成日時","更新日時"],"properties":{"uid":{"type":"string"},"contractType":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"author":{"type":"string"},"license":{"type":"string"},"moreInfoUrl":{"type":"string"},"disabled":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ContractLibraryVersion":{"type":"object","required":["UID","バージョン","監査済み","リリースノート","アップグレード可能","ソースデータ","ステータス","作成日時","更新日時"],"properties":{"uid":{"type":"string"},"version":{"type":"number"},"audited":{"type":"boolean"},"releaseNotes":{"type":"string"},"upgradable":{"type":"boolean"},"sourceData":{"$ref":"#/components/schemas/ContractData"},"factoryAddress":{"type":"string"},"factoryData":{"$ref":"#/components/schemas/ContractData"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"status":{"$ref":"#/components/schemas/ContractLibraryStatus"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ProjectContractSource":{"type":"object","required":["プロジェクトID","UID","data","name","作成日時","更新日時"],"properties":{"projectId":{"type":"number"},"uid":{"type":"string"},"data":{"$ref":"#/components/schemas/ContractData"},"name":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"EcosystemType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["UNKNOWN","オープン","クローズド"]},"ThemeType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["ライト","dark","システム"]},"LoginProviderType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["APPLE","GOOGLE","メール","パスキー","秘密鍵"]},"Ecosystem":{"type":"object","required":["id","name","タイプ","オーナーアドレス","ビルダードメイン","アクセスキープレフィックス","チェーンID","限定","settings","作成日時","更新日時"],"properties":{"id":{"type":"number"},"name":{"type":"string"},"type":{"$ref":"#/components/schemas/EcosystemType"},"ownerAddress":{"type":"string"},"builderDomain":{"type":"string"},"walletDomain":{"type":"string"},"email":{"type":"string"},"accessKeyPrefix":{"type":"string"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"exclusive":{"type":"boolean"},"projectCount":{"type":"number"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"deletedAt":{"type":"string"}}},"EcosystemCollaborator":{"type":"object","required":["id","エコシステムID","ユーザーアドレス","アクセス","作成日時","更新日時"],"properties":{"id":{"type":"number"},"ecosystemId":{"type":"number"},"userAddress":{"type":"string"},"access":{"$ref":"#/components/schemas/EcosystemAccess"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"EcosystemSettings":{"type":"object","required":["タイトル","説明","詳細はこちらボタン","詳細URL","crispウェブサイトID","テーマ","メール設定","ウォレット設定","接続済みウォレットを許可"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"learnMoreButton":{"type":"string"},"learnMoreUrl":{"type":"string"},"crispWebsiteId":{"type":"string"},"domainAllowList":{"type":"配列","description":"[]string","items":{"type":"string"}},"domainBlockList":{"type":"配列","description":"[]string","items":{"type":"string"}},"themes":{"type":"配列","description":"[]ThemeSettings","items":{"$ref":"#/components/schemas/ThemeSettings"}},"emailSettings":{"$ref":"#/components/schemas/EcosystemEmailSettings"},"walletSettings":{"$ref":"#/components/schemas/EcosystemWalletSettings"},"allowConnectedWallets":{"type":"boolean"}}},"EcosystemEmailSettings":{"type":"object","required":["バナーURL"],"properties":{"bannerUrl":{"type":"string"}}},"EcosystemWalletSettings":{"type":"object","required":["EOAウォレット有効","複数アカウント許可","ソーシャルオプション","ウォレットオプション"],"properties":{"isEOAWalletEnabled":{"type":"boolean"},"allowMultipleAccount":{"type":"boolean"},"socialOptions":{"type":"配列","description":"[]string","items":{"type":"string"}},"walletOptions":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"ThemeSettings":{"type":"object","required":["タイプ","カスタムCSS","ファイルロゴ","ファイルタイトル","ファイル背景","ファイル背景(モバイル)"],"properties":{"type":{"$ref":"#/components/schemas/ThemeType"},"customCss":{"type":"string"},"fileLogo":{"type":"string"},"fileTitle":{"type":"string"},"fileBackground":{"type":"string"},"fileBackgroundMobile":{"type":"string"}}},"Configuration":{"type":"object","required":["エコシステムID","name","ビルダードメイン","チェーンID","ライセンス","settings","限定チェーンID"],"properties":{"ecosystemId":{"type":"number"},"name":{"type":"string"},"builderDomain":{"type":"string"},"walletDomain":{"type":"string"},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"license":{"$ref":"#/components/schemas/License"},"settings":{"$ref":"#/components/schemas/EcosystemSettings"},"exclusiveChainIds":{"type":"object","description":"map","additionalProperties":{"type":"number"}}}},"EcosystemTemplate":{"type":"object","required":["件名","テンプレート","data","送信元メールアドレス","コンテンツ","プレースホルダー","作成日時","更新日時"],"properties":{"subject":{"type":"string"},"template":{"type":"string"},"data":{"$ref":"#/components/schemas/TemplateData"},"fromEmail":{"type":"string"},"content":{"type":"string"},"placeholders":{"type":"配列","description":"[]string","items":{"type":"string"}},"sesSettings":{"$ref":"#/components/schemas/SESSettings"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"TemplateData":{"type":"object","required":["導入文","ロゴURL"],"properties":{"introText":{"type":"string"},"logoUrl":{"type":"string"}}},"LoginProvider":{"type":"object","required":["タイプ"],"properties":{"type":{"$ref":"#/components/schemas/LoginProviderType"},"clientId":{"type":"string"},"updatedAt":{"type":"string"}}},"WalletCustomTheme":{"type":"object","required":["ファイルヘッダーロゴ","ファイル認証ロゴ"],"properties":{"fileHeaderLogo":{"$ref":"#/components/schemas/Image"},"fileAuthLogo":{"$ref":"#/components/schemas/Image"},"fileAuthCover":{"$ref":"#/components/schemas/Image"},"fileBackgroundImage":{"$ref":"#/components/schemas/Image"},"colors":{"type":"object","description":"map","additionalProperties":{"type":"string"}}}},"WalletThemes":{"type":"object","required":["ライト","dark"],"properties":{"light":{"$ref":"#/components/schemas/WalletCustomTheme"},"dark":{"$ref":"#/components/schemas/WalletCustomTheme"}}},"DiscoveryCategory":{"type":"object","required":["ラベル","タグ","非公開"],"properties":{"label":{"type":"string"},"tag":{"type":"string"},"private":{"type":"boolean"}}},"DiscoveryApp":{"type":"object","required":["id","カバー画像","URL","カテゴリタグ","チェーンID"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"coverImage":{"$ref":"#/components/schemas/Image"},"url":{"type":"string"},"categoryTags":{"type":"配列","description":"[]string","items":{"type":"string"}},"chainIds":{"type":"配列","description":"[]uint64","items":{"type":"number"}}}},"DiscoverySection":{"type":"object","required":["アプリ","非公開","カテゴリ","バナー","アクティブバナー"],"properties":{"apps":{"type":"配列","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"private":{"type":"boolean"},"categories":{"type":"配列","description":"[]DiscoveryCategory","items":{"$ref":"#/components/schemas/DiscoveryCategory"}},"banners":{"type":"配列","description":"[]DiscoveryApp","items":{"$ref":"#/components/schemas/DiscoveryApp"}},"activeBanners":{"type":"配列","description":"[]string","items":{"type":"string"}}}},"EcosystemWalletMetaTags":{"type":"object","required":["タイトル","説明","URL","プレビュー画像","ファビコン"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"url":{"type":"string"},"previewImage":{"type":"string"},"favicon":{"type":"string"}}},"SDKConfig":{"type":"object","required":["ブランドサインイン","サインインボタンタイトル"],"properties":{"brandedSignIn":{"type":"boolean"},"signInButtonTitle":{"type":"string"},"signInButtonLogo":{"$ref":"#/components/schemas/Image"}}},"EcosystemWalletConfig":{"type":"object","required":["エコシステムID","name","説明","URL","メールアドレス","デフォルトテーマ","対応テーマ","テーマ","メタタグ","デフォルト通貨","監視中ウォレット","対応チェーン","デフォルトチェーンID","有効プロバイダー","プロバイダー設定","EOAウォレット許可","作成日時","更新日時"],"properties":{"ecosystemId":{"type":"number"},"name":{"type":"string"},"description":{"type":"string"},"url":{"type":"string"},"email":{"type":"string"},"defaultTheme":{"$ref":"#/components/schemas/ThemeType"},"supportedThemes":{"type":"配列","description":"[]ThemeType","items":{"$ref":"#/components/schemas/ThemeType"}},"themes":{"$ref":"#/components/schemas/WalletThemes"},"metaTags":{"$ref":"#/components/schemas/EcosystemWalletMetaTags"},"defaultCurrency":{"type":"string"},"watchedWallets":{"type":"boolean"},"supportedChains":{"type":"配列","description":"[]uint64","items":{"type":"number"}},"defaultChainId":{"type":"number"},"enabledProviders":{"type":"配列","description":"[]LoginProviderType","items":{"$ref":"#/components/schemas/LoginProviderType"}},"providerConfig":{"type":"配列","description":"[]LoginProvider","items":{"$ref":"#/components/schemas/LoginProvider"}},"discovery":{"$ref":"#/components/schemas/DiscoverySection"},"sdkConfig":{"$ref":"#/components/schemas/SDKConfig"},"allowEOAWallets":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"AdjustmentSource":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","ワンタイム","自動"]},"AdjustmentStatus":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["不明","保留中","承認済み","成功","失敗","キャンセル済み"]},"OwnerType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["プロジェクト","エコシステム"]},"GasTankAdjustment":{"type":"object","required":["id","プロジェクトID","エコシステムID","プロバイダー","ソース","金額","ステータス","メモ","作成日時"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"ecosystemId":{"type":"number"},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"amount":{"type":"number"},"status":{"$ref":"#/components/schemas/AdjustmentStatus"},"externalId":{"type":"string"},"notes":{"type":"string"},"createdAt":{"type":"string"}}},"GasTankAdjustmentFilter":{"type":"object","properties":{"ownerType":{"$ref":"#/components/schemas/OwnerType"},"ownerId":{"type":"number"},"source":{"$ref":"#/components/schemas/AdjustmentSource"},"status":{"type":"配列","description":"[]AdjustmentStatus","items":{"$ref":"#/components/schemas/AdjustmentStatus"}},"provider":{"$ref":"#/components/schemas/PaymentProvider"},"from":{"type":"string"},"to":{"type":"string"}}},"GasTankConfig":{"type":"object","required":["有効","chainId","トークンアドレス","トークン小数点","受取人アドレス"],"properties":{"enabled":{"type":"boolean"},"chainId":{"type":"number"},"tokenAddress":{"type":"string"},"tokenDecimals":{"type":"number"},"recipientAddress":{"type":"string"}}},"MarketplaceWalletType":{"type":"string","description":"サーバー側ではuint8として表現されます","enum":["ユニバーサル","エンベデッド","エコシステム"]},"FilterCondition":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["全キー","特定値"]},"MarketplaceLegacyType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["AMM","P2P","SEQUENCE","オーダーブック"]},"MarketplaceHostname":{"type":"object","required":["ホスト名","プロジェクトID","デフォルトホスト名","カスタムドメイン","作成日時"],"properties":{"hostname":{"type":"string"},"projectId":{"type":"number"},"isDefaultHostname":{"type":"boolean"},"isCustomDomain":{"type":"boolean"},"createdAt":{"type":"string"}}},"Marketplace":{"type":"object","required":["プロジェクトID","settings","マーケット","ショップ"],"properties":{"projectId":{"type":"number"},"settings":{"$ref":"#/components/schemas/MarketplaceSettings"},"market":{"$ref":"#/components/schemas/MarketplacePage"},"shop":{"$ref":"#/components/schemas/MarketplacePage"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"MarketplaceSettings":{"type":"object","required":["スタイル","発行者ID","タイトル","ソーシャル","ファビコンURL","ウォレットオプション","ロゴURL","フォントURL","トレイル有効化"],"properties":{"style":{"type":"object","description":"map","additionalProperties":{"type":"object"}},"publisherId":{"type":"string"},"title":{"type":"string"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"string"},"walletOptions":{"$ref":"#/components/schemas/MarketplaceWallet"},"logoUrl":{"type":"string"},"fontUrl":{"type":"string"},"accessKey":{"type":"string"},"isTrailsEnabled":{"type":"boolean"}}},"MarketplacePage":{"type":"object","required":["有効","バナーURL","OG画像","非公開"],"properties":{"enabled":{"type":"boolean"},"bannerUrl":{"type":"string"},"ogImage":{"type":"string"},"private":{"type":"boolean"}}},"MarketplaceSocials":{"type":"object","required":["ツイッター","ディスコード","ウェブサイト","ティックトック","インスタグラム","ユーチューブ"],"properties":{"twitter":{"type":"string"},"discord":{"type":"string"},"website":{"type":"string"},"tiktok":{"type":"string"},"instagram":{"type":"string"},"youtube":{"type":"string"}}},"MarketplaceWallet":{"type":"object","required":["ウォレットタイプ","OIDC発行者","コネクター","EIP6963ウォレットを含む"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"object","description":"map","additionalProperties":{"type":"string"}},"connectors":{"type":"配列","description":"[]string","items":{"type":"string"}},"includeEIP6963Wallets":{"type":"boolean"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"embedded":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceWalletEcosystem":{"type":"object","required":["ウォレットURL","ウォレットアプリ名"],"properties":{"walletUrl":{"type":"string"},"walletAppName":{"type":"string"},"logoLightUrl":{"type":"string"},"logoDarkUrl":{"type":"string"}}},"MarketplaceWalletEmbedded":{"type":"object","required":["テナントキー","メール有効化","プロバイダー"],"properties":{"tenantKey":{"type":"string"},"emailEnabled":{"type":"boolean"},"providers":{"type":"配列","description":"[]OpenIdProvider","items":{"$ref":"#/components/schemas/OpenIdProvider"}}}},"MarketCollection":{"type":"object","required":["id","プロジェクトID","chainId","アイテムアドレス","コントラクトタイプ","バナーURL","手数料率","通貨オプション","送信先マーケットプレイス","非公開"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"itemsAddress":{"type":"string"},"contractType":{"type":"string"},"bannerUrl":{"type":"string"},"feePercentage":{"type":"number"},"currencyOptions":{"type":"配列","description":"[]string","items":{"type":"string"}},"destinationMarketplace":{"type":"string"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"},"sortOrder":{"type":"number"},"private":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"ShopCollection":{"type":"object","required":["id","プロジェクトID","chainId","アイテムアドレス","販売アドレス","name","バナーURL","トークンID","カスタムトークンID","非公開"],"properties":{"id":{"type":"number"},"projectId":{"type":"number"},"chainId":{"type":"number"},"itemsAddress":{"type":"string"},"saleAddress":{"type":"string"},"name":{"type":"string"},"bannerUrl":{"type":"string"},"tokenIds":{"type":"配列","description":"[]string","items":{"type":"string"}},"customTokenIds":{"type":"配列","description":"[]string","items":{"type":"string"}},"sortOrder":{"type":"number"},"private":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}},"MetadataFilterRule":{"type":"object","required":["キー","条件"],"properties":{"key":{"type":"string"},"condition":{"$ref":"#/components/schemas/FilterCondition"},"value":{"type":"string"}}},"CollectionFilterSettings":{"type":"object","required":["フィルター順序","除外項目"],"properties":{"filterOrder":{"type":"配列","description":"[]string","items":{"type":"string"}},"exclusions":{"type":"配列","description":"[]MetadataFilterRule","items":{"$ref":"#/components/schemas/MetadataFilterRule"}}}},"CollectionListFilter":{"type":"object","required":["非公開を含む"],"properties":{"includePrivate":{"type":"boolean"}}},"MarketplaceLegacySettings":{"type":"object","required":["発行者ID","タイトル","短い説明","ソーシャル","ファビコンURL","ランディングバナーURL","コレクション","ウォレットオプション","ランディングページレイアウト","ロゴURL","バナーURL","トレイル有効化"],"properties":{"projectId":{"type":"number"},"publisherId":{"type":"string"},"title":{"type":"string"},"shortDescription":{"type":"string"},"socials":{"$ref":"#/components/schemas/MarketplaceSocials"},"faviconUrl":{"type":"string"},"landingBannerUrl":{"type":"string"},"collections":{"type":"配列","description":"[]MarketplaceLegacyCollection","items":{"$ref":"#/components/schemas/MarketplaceLegacyCollection"}},"walletOptions":{"$ref":"#/components/schemas/MarketplaceLegacyWallet"},"landingPageLayout":{"type":"string"},"logoUrl":{"type":"string"},"bannerUrl":{"type":"string"},"fontUrl":{"type":"string"},"ogImage":{"type":"string"},"accessKey":{"type":"string"},"isTrailsEnabled":{"type":"boolean"}}},"MarketplaceLegacyWallet":{"type":"object","required":["ウォレットタイプ","OIDC発行者","コネクター","EIP6963ウォレットを含む"],"properties":{"walletType":{"$ref":"#/components/schemas/MarketplaceWalletType"},"oidcIssuers":{"type":"object","description":"map","additionalProperties":{"type":"string"}},"connectors":{"type":"配列","description":"[]string","items":{"type":"string"}},"includeEIP6963Wallets":{"type":"boolean"},"ecosystem":{"$ref":"#/components/schemas/MarketplaceWalletEcosystem"},"waas":{"$ref":"#/components/schemas/MarketplaceWalletEmbedded"}}},"MarketplaceLegacyCollection":{"type":"object","required":["マーケットプレイスタイプ","chainId","アドレス","取引所","バナーURL","手数料率","通貨オプション","送信先マーケットプレイス"],"properties":{"marketplaceType":{"$ref":"#/components/schemas/MarketplaceLegacyType"},"chainId":{"type":"number"},"address":{"type":"string"},"exchanges":{"type":"配列","description":"[]string","items":{"type":"string"}},"bannerUrl":{"type":"string"},"feePercentage":{"type":"number"},"currencyOptions":{"type":"配列","description":"[]string","items":{"type":"string"}},"destinationMarketplace":{"type":"string"},"filterSettings":{"$ref":"#/components/schemas/CollectionFilterSettings"}}}}},"paths":null,"security":[{"ApiKeyAuth":[]}]} \ No newline at end of file +{"openapi":"3.0.0","info":{"title":"アナリティクスAPI","version":""},"servers":[{"url":"https://api.sequence.app","description":"アナリティクス"}],"components":{"schemas":{"ErrorWebrpcEndpoint":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcエンドポイント"},"code":{"type":"number","example":"0"},"msg":{"type":"string","example":"エンドポイントエラー"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcRequestFailed":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcリクエスト失敗"},"code":{"type":"number","example":"-1"},"msg":{"type":"string","example":"リクエスト失敗"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcBadRoute":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正ルート"},"code":{"type":"number","example":"-2"},"msg":{"type":"string","example":"不正なルート"},"cause":{"type":"string"},"status":{"type":"number","example":"404"}}},"ErrorWebrpcBadMethod":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正メソッド"},"code":{"type":"number","example":"-3"},"msg":{"type":"string","example":"不正なメソッド"},"cause":{"type":"string"},"status":{"type":"number","example":"405"}}},"ErrorWebrpcBadRequest":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正リクエスト"},"code":{"type":"number","example":"-4"},"msg":{"type":"string","example":"不正なリクエスト"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcBadResponse":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc不正レスポンス"},"code":{"type":"number","example":"-5"},"msg":{"type":"string","example":"不正なレスポンス"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcServerPanic":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcサーバーパニック"},"code":{"type":"number","example":"-6"},"msg":{"type":"string","example":"サーバーパニック"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcInternalError":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpc内部エラー"},"code":{"type":"number","example":"-7"},"msg":{"type":"string","example":"内部エラー"},"cause":{"type":"string"},"status":{"type":"number","example":"500"}}},"ErrorWebrpcClientAborted":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"WebrpcClientAborted"},"code":{"type":"number","example":"-8"},"msg":{"type":"string","example":"クライアントによってリクエストが中断されました"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcStreamLost":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcストリーム消失"},"code":{"type":"number","example":"-9"},"msg":{"type":"string","example":"ストリーム消失"},"cause":{"type":"string"},"status":{"type":"number","example":"400"}}},"ErrorWebrpcStreamFinished":{"type":"object","required":["エラー","コード","メッセージ","ステータス"],"properties":{"error":{"type":"string","example":"Webrpcストリーム終了"},"code":{"type":"number","example":"-10"},"msg":{"type":"string","example":"ストリーム終了"},"cause":{"type":"string"},"status":{"type":"number","example":"200"}}},"AnalyticsProjectType":{"type":"string","description":"サーバー側では文字列として表現されます","enum":["すべて","作成済み","関連"]},"DateInterval":{"type":"string","description":"サーバー側ではuint16として表現されます","enum":["日","週","月"]},"QueryFilter":{"type":"object","properties":{"projectId":{"type":"number"},"ecosystemId":{"type":"number"},"startDate":{"type":"string"},"endDate":{"type":"string"},"dateInterval":{"$ref":"#/components/schemas/DateInterval"},"collections":{"type":"配列","description":"[]string","items":{"type":"string"}},"tokenId":{"type":"string"},"projectType":{"$ref":"#/components/schemas/AnalyticsProjectType"}}},"Chart":{"type":"object","required":["値","ラベル"],"properties":{"value":{"type":"number"},"label":{"type":"string"}}},"ChartWithPercentage":{"type":"object","required":["ラベル","合計","パーセンテージ"],"properties":{"label":{"type":"string"},"total":{"type":"number"},"percentage":{"type":"number"}}},"MultiValueChart":{"type":"object","required":["値","ラベル"],"properties":{"value":{"type":"object","description":"map","additionalProperties":{"type":"number"}},"label":{"type":"string"}}},"QueryResult":{"type":"object","required":["コレクション","ソース","取引高(USD)","トークン数","取引数"],"properties":{"collection":{"type":"string"},"source":{"type":"string"},"tokenId":{"type":"string"},"volumeUSD":{"type":"number"},"numTokens":{"type":"number"},"numTxns":{"type":"number"}}},"TokenTransactionData":{"type":"object","required":["コレクションID","コレクション名","トークンID","トークン名","アイテム数量"],"properties":{"collectionId":{"type":"string"},"collectionName":{"type":"string"},"tokenId":{"type":"string"},"tokenName":{"type":"string"},"itemQuantities":{"type":"number"}}},"TrailsTransactionByMode":{"type":"object","required":["モード","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","総手数料","総取引高"],"properties":{"mode":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByRoute":{"type":"object","required":["元チェーン名","送信先チェーン名","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","平均取引時間","ガス手数料","総手数料","総取引高"],"properties":{"origChainName":{"type":"string"},"destChainName":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"avgTxnDuration":{"type":"number"},"gasFees":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByProvider":{"type":"object","required":["プロバイダースワップ","プロバイダーブリッジ","ユニーク取引ユーザー数","支払い開始数","支払い完了数","完了率","平均取引時間","プロバイダー手数料","総手数料","総取引高"],"properties":{"providerSwap":{"type":"string"},"providerBridge":{"type":"string"},"uniqueTransactingUsers":{"type":"number"},"paymentsStarted":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"avgTxnDuration":{"type":"number"},"providerFees":{"type":"number"},"totalFees":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionByCountry":{"type":"object","required":["国","取引ウォレット数","支払い完了数","完了率","総取引高"],"properties":{"country":{"type":"string"},"transactingWallets":{"type":"number"},"paymentsCompleted":{"type":"number"},"completionPercent":{"type":"number"},"totalVolume":{"type":"number"}}},"TrailsTransactionDetail":{"type":"object","required":["日付","チェックアウトID","国","プロバイダー","ホスト名","元取引ハッシュ","送信先取引ハッシュ","元チェーン名","送信先チェーン名","元トークンシンボル","送信先トークンシンボル","プロバイダー手数料","総手数料","総取引高"],"properties":{"date":{"type":"string"},"checkoutId":{"type":"string"},"country":{"type":"string"},"provider":{"type":"string"},"hostname":{"type":"string"},"originTxHash":{"type":"string"},"destTxHash":{"type":"string"},"origChainName":{"type":"string"},"destChainName":{"type":"string"},"origTokenSymbol":{"type":"string"},"destTokenSymbol":{"type":"string"},"providerFee":{"type":"number"},"totalFee":{"type":"number"},"totalVolume":{"type":"number"}}},"Analytics_TotalCompute_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ComputeByService_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyComputeByType_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyComputeByService_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_GetOrderbookCollections_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_CreditsPerDailyActiveUser_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_CreditsPerMonthlyActiveUser_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTotal_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsDaily_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsMonthly_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByCountry_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByDevice_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByBrowser_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByOS_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByType_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTxnSentTotal_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTxnSentDaily_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsTxnSentMonthly_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WalletsByOrigin_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ConnectionsByOrigin_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketTxnEventTotal_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketTxnEventDaily_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketTxnEventMonthly_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketWalletsTotal_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketWalletsDaily_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketWalletsMonthly_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalWalletTxnConversionRate_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyWalletTxnConversionRate_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyWalletTxnConversionRate_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyNewWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyNewWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalNewWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageDAU_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_RollingStickiness_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageStickiness_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D1RetentionByCohort_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D3RetentionByCohort_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D7RetentionByCohort_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D14RetentionByCohort_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_D28RetentionByCohort_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD1Retention_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD3Retention_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD7Retention_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD14Retention_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageD28Retention_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyActiveWalletsBySegment_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyTransactingWalletsBySegment_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WeeklyActiveWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalViews_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyViews_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ViewsByCountry_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ViewsByDevice_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ViewsByOS_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyUniqueVisitors_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyUniqueVisitors_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ActiveSessions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_UserEvents_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalProjects_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalProjectsCreated_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalActiveProjects_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalDevelopers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemActiveDevelopers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemDailyActiveWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyActiveWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemDailyNewProjects_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyNewProjects_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalContracts_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyContracts_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByActiveWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByNewWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsCreated_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyActiveEcoWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemDailyNewWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyNewWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByDeveloperActivity_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByNewDevelopers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalMarketplaces_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyMarketplaces_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemActiveMarketplaces_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByCountry_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByDevice_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByOS_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByBrowser_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByType_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemWalletsByLoginMethod_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalTransactingUsers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyTransactingUsers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTotalTransactionVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemMonthlyTransactionVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByTransactingUsers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_EcosystemTopProjectsByTransactionVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyProjectTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionsByChain_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionsByCollection_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionsByToken_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectTransactionsByCollection_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectTransactionVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyProjectVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectVolumeByChain_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectVolumeByCollection_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalProjectVolumeByToken_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyProjectVolumeByCollection_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TransactionVolumePerUser_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TransactionVolumePerTransactingUser_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalTransactingUsers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyUniqueTransactingUsers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyUniqueTransactingUsers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TransactingUserConversion_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyTransactingUserConversion_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyTransactingUserConversion_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_RepeatingTransactingUserPercentage_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_WeekOnWeekTransactingUserRetention_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthOnMonthTransactingUserRetention_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AvgBalanceOfSequenceWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AvgBalanceOfTransactingSequenceWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyMarketplaceTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyMarketplaceTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsTransacted_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsPurchased_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsSold_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsListed_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsOffered_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceTransactingUsers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyMarketplaceVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyMarketplaceVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageMarketplaceTransactionPrice_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceTradedCollections_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TopMarketplaceBuyers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TopMarketplaceSellers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MarketplaceCollectionTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyShopTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyShopTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopItemsPurchased_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopPurchasers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_DailyShopVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_MonthlyShopVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_AverageShopPurchasePrice_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TopShopBuyers_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ShopCollectionTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalMarketplaceItemsSoldByToken_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalShopItemsSoldByToken_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTotalTransactionVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTotalTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTotalUniqueTransactingWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsAverageTransactionDuration_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsPaymentCompletionPercentage_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByDomain_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByAmount_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyTransactionVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyTransactingWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyActiveWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyAverageTransactionDuration_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsDailyPaymentCompletionPercentage_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyTransactionVolume_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyTransactingWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyActiveWallets_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyAverageTransactionDuration_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsMonthlyPaymentCompletionPercentage_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByMode_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByRoute_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByProvider_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTransactionsByCountry_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TrailsTopTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_ExportTrailsTransactions_Request":{"type":"object","properties":{"filter":{"$ref":"#/components/schemas/QueryFilter"}}},"Analytics_TotalCompute_Response":{"type":"object","properties":{"computeStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_ComputeByService_Response":{"type":"object","properties":{"computeStats":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_DailyComputeByType_Response":{"type":"object","properties":{"computeStats":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_DailyComputeByService_Response":{"type":"object","properties":{"computeStats":{"type":"object","description":"map","additionalProperties":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_GetOrderbookCollections_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]クエリ結果","items":{"$ref":"#/components/schemas/QueryResult"}}}},"Analytics_CreditsPerDailyActiveUser_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_CreditsPerMonthlyActiveUser_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_WalletsTotal_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsDaily_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsMonthly_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsByCountry_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByDevice_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByBrowser_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByOS_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsByType_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_WalletsTxnSentTotal_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsTxnSentDaily_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsTxnSentMonthly_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WalletsByOrigin_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_ConnectionsByOrigin_Response":{"type":"object","properties":{"walletStats":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_MarketTxnEventTotal_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketTxnEventDaily_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_MarketTxnEventMonthly_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketWalletsTotal_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketWalletsDaily_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketWalletsMonthly_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalWalletTxnConversionRate_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyWalletTxnConversionRate_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyWalletTxnConversionRate_Response":{"type":"object","properties":{"marketStats":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyNewWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyNewWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalNewWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageDAU_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_RollingStickiness_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageStickiness_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D1RetentionByCohort_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D3RetentionByCohort_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D7RetentionByCohort_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D14RetentionByCohort_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_D28RetentionByCohort_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD1Retention_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD3Retention_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD7Retention_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD14Retention_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageD28Retention_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyActiveWalletsBySegment_Response":{"type":"object","properties":{"data":{"type":"object","description":"map","additionalProperties":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_MonthlyTransactingWalletsBySegment_Response":{"type":"object","properties":{"data":{"type":"object","description":"map","additionalProperties":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_WeeklyActiveWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalViews_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyViews_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_ViewsByCountry_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_ViewsByDevice_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_ViewsByOS_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_DailyUniqueVisitors_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_MonthlyUniqueVisitors_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_ActiveSessions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_UserEvents_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalProjects_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalProjectsCreated_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalActiveProjects_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalDevelopers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemActiveDevelopers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemDailyActiveWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyActiveWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemDailyNewProjects_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyNewProjects_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalContracts_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyContracts_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTopProjectsByActiveWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByNewWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemWalletsCreated_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyActiveEcoWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemDailyNewWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyNewWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTopProjectsByDeveloperActivity_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByNewDevelopers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTotalMarketplaces_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyMarketplaces_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemActiveMarketplaces_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemWalletsByCountry_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByDevice_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByOS_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByBrowser_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByType_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]パーセンテージ付きチャート","items":{"$ref":"#/components/schemas/ChartWithPercentage"}}}},"Analytics_EcosystemWalletsByLoginMethod_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalTransactingUsers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyTransactingUsers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTotalTransactionVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemMonthlyTransactionVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_EcosystemTopProjectsByTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByTransactingUsers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_EcosystemTopProjectsByTransactionVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_TotalProjectTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyProjectTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectTransactionsByChain_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectTransactionsByCollection_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectTransactionsByToken_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectTransactionsByCollection_Response":{"type":"object","properties":{"data":{"type":"object","description":"map","additionalProperties":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_TotalProjectTransactionVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyProjectVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectVolumeByChain_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectVolumeByCollection_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalProjectVolumeByToken_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyProjectVolumeByCollection_Response":{"type":"object","properties":{"data":{"type":"object","description":"map","additionalProperties":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}}},"Analytics_TransactionVolumePerUser_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TransactionVolumePerTransactingUser_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalTransactingUsers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyUniqueTransactingUsers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyUniqueTransactingUsers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TransactingUserConversion_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyTransactingUserConversion_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyTransactingUserConversion_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_RepeatingTransactingUserPercentage_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_WeekOnWeekTransactingUserRetention_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthOnMonthTransactingUserRetention_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AvgBalanceOfSequenceWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AvgBalanceOfTransactingSequenceWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyMarketplaceTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyMarketplaceTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsTransacted_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsPurchased_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsSold_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsListed_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceItemsOffered_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceTransactingUsers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyMarketplaceVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyMarketplaceVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageMarketplaceTransactionPrice_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalMarketplaceTradedCollections_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TopMarketplaceBuyers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TopMarketplaceSellers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MarketplaceCollectionTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_TotalShopTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyShopTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyShopTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalShopItemsPurchased_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalShopPurchasers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TotalShopVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_DailyShopVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_MonthlyShopVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_AverageShopPurchasePrice_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TopShopBuyers_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_ShopCollectionTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]マルチバリューチャート","items":{"$ref":"#/components/schemas/MultiValueChart"}}}},"Analytics_TotalMarketplaceItemsSoldByToken_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]トークントランザクションデータ","items":{"$ref":"#/components/schemas/TokenTransactionData"}}}},"Analytics_TotalShopItemsSoldByToken_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]トークントランザクションデータ","items":{"$ref":"#/components/schemas/TokenTransactionData"}}}},"Analytics_TrailsTotalTransactionVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTotalTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTotalUniqueTransactingWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsAverageTransactionDuration_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsPaymentCompletionPercentage_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTransactionsByDomain_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTransactionsByAmount_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyTransactionVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyTransactingWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyActiveWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyAverageTransactionDuration_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsDailyPaymentCompletionPercentage_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyTransactionVolume_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyTransactingWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyActiveWallets_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyAverageTransactionDuration_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsMonthlyPaymentCompletionPercentage_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]チャート","items":{"$ref":"#/components/schemas/Chart"}}}},"Analytics_TrailsTransactionsByMode_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]モード別トレイルズトランザクション","items":{"$ref":"#/components/schemas/TrailsTransactionByMode"}}}},"Analytics_TrailsTransactionsByRoute_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]ルート別トレイルズトランザクション","items":{"$ref":"#/components/schemas/TrailsTransactionByRoute"}}}},"Analytics_TrailsTransactionsByProvider_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]プロバイダー別トレイルズトランザクション","items":{"$ref":"#/components/schemas/TrailsTransactionByProvider"}}}},"Analytics_TrailsTransactionsByCountry_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]国別トレイルズトランザクション","items":{"$ref":"#/components/schemas/TrailsTransactionByCountry"}}}},"Analytics_TrailsTopTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]トレイルズトランザクション詳細","items":{"$ref":"#/components/schemas/TrailsTransactionDetail"}}}},"Analytics_ExportTrailsTransactions_Response":{"type":"object","properties":{"data":{"type":"配列","description":"[]トレイルズトランザクション詳細","items":{"$ref":"#/components/schemas/TrailsTransactionDetail"}}}}}},"paths":{"/rpc/Analytics/TotalCompute":{"post":{"operationId":"アナリティクス-総計算量","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalCompute_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalCompute_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ComputeByService":{"post":{"operationId":"アナリティクス-サービス別計算量","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ComputeByService_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ComputeByService_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyComputeByType":{"post":{"operationId":"アナリティクス-タイプ別日次計算量","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByType_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByType_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyComputeByService":{"post":{"operationId":"アナリティクス-サービス別日次計算量","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByService_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyComputeByService_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/GetOrderbookCollections":{"post":{"operationId":"アナリティクス-オーダーブックコレクション取得","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_GetOrderbookCollections_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_GetOrderbookCollections_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/CreditsPerDailyActiveUser":{"post":{"operationId":"アナリティクス-日次アクティブユーザーあたりのクレジット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerDailyActiveUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerDailyActiveUser_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/CreditsPerMonthlyActiveUser":{"post":{"operationId":"アナリティクス-月次アクティブユーザーあたりのクレジット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerMonthlyActiveUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_CreditsPerMonthlyActiveUser_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTotal":{"post":{"operationId":"アナリティクス-ウォレット総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTotal_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsDaily":{"post":{"operationId":"アナリティクス-ウォレット日次推移","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsDaily_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsMonthly":{"post":{"operationId":"アナリティクス-ウォレット月次推移","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsMonthly_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByCountry":{"post":{"operationId":"アナリティクス-国別ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByCountry_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByDevice":{"post":{"operationId":"アナリティクス-デバイス別ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByDevice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByDevice_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByBrowser":{"post":{"operationId":"アナリティクス-ブラウザ別ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByBrowser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByBrowser_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByOS":{"post":{"operationId":"アナリティクス-OS別ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOS_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOS_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByType":{"post":{"operationId":"アナリティクス-タイプ別ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByType_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByType_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTxnSentTotal":{"post":{"operationId":"アナリティクス-ウォレット送信トランザクション総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentTotal_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTxnSentDaily":{"post":{"operationId":"アナリティクス-ウォレット送信トランザクション日次","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentDaily_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsTxnSentMonthly":{"post":{"operationId":"アナリティクス-ウォレット送信トランザクション月次","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsTxnSentMonthly_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WalletsByOrigin":{"post":{"operationId":"アナリティクス-オリジン別ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOrigin_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WalletsByOrigin_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ConnectionsByOrigin":{"post":{"operationId":"アナリティクス-オリジン別接続数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ConnectionsByOrigin_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ConnectionsByOrigin_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketTxnEventTotal":{"post":{"operationId":"アナリティクス-マーケット取引イベント総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventTotal_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketTxnEventDaily":{"post":{"operationId":"アナリティクス-マーケット取引イベント日次","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventDaily_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketTxnEventMonthly":{"post":{"operationId":"アナリティクス-マーケット取引イベント月次","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketTxnEventMonthly_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketWalletsTotal":{"post":{"operationId":"アナリティクス-マーケットウォレット総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsTotal_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsTotal_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketWalletsDaily":{"post":{"operationId":"アナリティクス-マーケットウォレット日次","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsDaily_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsDaily_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketWalletsMonthly":{"post":{"operationId":"アナリティクス-マーケットウォレット月次","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsMonthly_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketWalletsMonthly_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalWalletTxnConversionRate":{"post":{"operationId":"アナリティクス-ウォレット取引コンバージョン率総計","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalWalletTxnConversionRate_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalWalletTxnConversionRate_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyWalletTxnConversionRate":{"post":{"operationId":"アナリティクス-ウォレット取引日次コンバージョン率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyWalletTxnConversionRate_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyWalletTxnConversionRate_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyWalletTxnConversionRate":{"post":{"operationId":"アナリティクス-ウォレット取引月次コンバージョン率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyWalletTxnConversionRate_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyWalletTxnConversionRate_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyNewWallets":{"post":{"operationId":"アナリティクス-日次新規ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyNewWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyNewWallets":{"post":{"operationId":"アナリティクス-月次新規ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyNewWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalNewWallets":{"post":{"operationId":"アナリティクス-新規ウォレット総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalNewWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageDAU":{"post":{"operationId":"アナリティクス-平均DAU","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageDAU_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageDAU_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/RollingStickiness":{"post":{"operationId":"アナリティクス-ローリングスティッキネス","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RollingStickiness_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RollingStickiness_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageStickiness":{"post":{"operationId":"アナリティクス-平均スティッキネス","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageStickiness_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageStickiness_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D1RetentionByCohort":{"post":{"operationId":"アナリティクス-コホート別D1リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D1RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D1RetentionByCohort_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D3RetentionByCohort":{"post":{"operationId":"アナリティクス-コホート別D3リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D3RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D3RetentionByCohort_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D7RetentionByCohort":{"post":{"operationId":"アナリティクス-コホート別D7リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D7RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D7RetentionByCohort_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D14RetentionByCohort":{"post":{"operationId":"アナリティクス-コホート別D14リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D14RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D14RetentionByCohort_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/D28RetentionByCohort":{"post":{"operationId":"アナリティクス-コホート別D28リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D28RetentionByCohort_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_D28RetentionByCohort_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD1Retention":{"post":{"operationId":"アナリティクス-平均D1リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD1Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD1Retention_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD3Retention":{"post":{"operationId":"アナリティクス-平均D3リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD3Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD3Retention_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD7Retention":{"post":{"operationId":"アナリティクス-平均D7リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD7Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD7Retention_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD14Retention":{"post":{"operationId":"アナリティクス-平均D14リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD14Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD14Retention_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageD28Retention":{"post":{"operationId":"アナリティクス-平均D28リテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD28Retention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageD28Retention_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyActiveWalletsBySegment":{"post":{"operationId":"アナリティクス-セグメント別月次アクティブウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyActiveWalletsBySegment_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyActiveWalletsBySegment_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyTransactingWalletsBySegment":{"post":{"operationId":"アナリティクス-セグメント別月次取引ウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingWalletsBySegment_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingWalletsBySegment_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WeeklyActiveWallets":{"post":{"operationId":"アナリティクス-週次アクティブウォレット","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeeklyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeeklyActiveWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalViews":{"post":{"operationId":"アナリティクス-総ビュー数","tags":["アナリティクス"],"summary":"ビューアナリティクス","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalViews_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalViews_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyViews":{"post":{"operationId":"アナリティクス-日次ビュー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyViews_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyViews_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ViewsByCountry":{"post":{"operationId":"アナリティクス-国別ビュー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByCountry_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ViewsByDevice":{"post":{"operationId":"アナリティクス-デバイス別ビュー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByDevice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByDevice_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ViewsByOS":{"post":{"operationId":"アナリティクス-OS別ビュー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByOS_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ViewsByOS_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyUniqueVisitors":{"post":{"operationId":"アナリティクス-日次ユニークビジター数","tags":["アナリティクス"],"summary":"ビジターアナリティクス","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueVisitors_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueVisitors_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyUniqueVisitors":{"post":{"operationId":"アナリティクス-月次ユニークビジター数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueVisitors_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueVisitors_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ActiveSessions":{"post":{"operationId":"アナリティクス-アクティブセッション数","tags":["アナリティクス"],"summary":"リアルタイムアナリティクス","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ActiveSessions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ActiveSessions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/UserEvents":{"post":{"operationId":"アナリティクス-ユーザーイベント","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_UserEvents_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_UserEvents_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalWallets":{"post":{"operationId":"アナリティクス-エコシステム総ウォレット数","tags":["アナリティクス"],"summary":"エコシステムアナリティクス","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalProjects":{"post":{"operationId":"アナリティクス-エコシステム総プロジェクト数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjects_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalProjectsCreated":{"post":{"operationId":"アナリティクス-エコシステム作成済みプロジェクト総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjectsCreated_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalProjectsCreated_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalActiveProjects":{"post":{"operationId":"アナリティクス-エコシステムアクティブプロジェクト総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalActiveProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalActiveProjects_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalDevelopers":{"post":{"operationId":"アナリティクス-エコシステム開発者総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalDevelopers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalDevelopers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemActiveDevelopers":{"post":{"operationId":"アナリティクス - エコシステム内アクティブ開発者数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveDevelopers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveDevelopers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemDailyActiveWallets":{"post":{"operationId":"アナリティクス - エコシステム内日次アクティブウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyActiveWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyActiveWallets":{"post":{"operationId":"アナリティクス - エコシステム内月次アクティブウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemDailyNewProjects":{"post":{"operationId":"アナリティクス - エコシステム内日次新規プロジェクト数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewProjects_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyNewProjects":{"post":{"operationId":"アナリティクス - エコシステム内月次新規プロジェクト数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewProjects_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewProjects_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalContracts":{"post":{"operationId":"アナリティクス - エコシステム内累計コントラクト数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalContracts_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalContracts_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyContracts":{"post":{"operationId":"アナリティクス - エコシステム内月次コントラクト数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyContracts_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyContracts_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByActiveWallets":{"post":{"operationId":"アナリティクス - アクティブウォレット数上位プロジェクト","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByActiveWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByNewWallets":{"post":{"operationId":"アナリティクス - 新規ウォレット数上位プロジェクト","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsCreated":{"post":{"operationId":"アナリティクス - エコシステム内作成ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsCreated_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsCreated_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyActiveEcoWallets":{"post":{"operationId":"アナリティクス - エコシステム内月次アクティブエコウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveEcoWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyActiveEcoWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemDailyNewWallets":{"post":{"operationId":"アナリティクス - エコシステム内日次新規ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemDailyNewWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyNewWallets":{"post":{"operationId":"アナリティクス - エコシステム内月次新規ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyNewWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByDeveloperActivity":{"post":{"operationId":"アナリティクス - 開発者活動上位プロジェクト","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByDeveloperActivity_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByDeveloperActivity_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByNewDevelopers":{"post":{"operationId":"アナリティクス - 新規開発者数上位プロジェクト","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewDevelopers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByNewDevelopers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalMarketplaces":{"post":{"operationId":"アナリティクス - エコシステム内累計マーケットプレイス数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalMarketplaces_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalMarketplaces_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyMarketplaces":{"post":{"operationId":"アナリティクス - エコシステム内月次マーケットプレイス数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyMarketplaces_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyMarketplaces_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemActiveMarketplaces":{"post":{"operationId":"アナリティクス - エコシステム内アクティブマーケットプレイス数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveMarketplaces_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemActiveMarketplaces_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByCountry":{"post":{"operationId":"アナリティクス - 国別ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByCountry_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByDevice":{"post":{"operationId":"アナリティクス - デバイス別ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByDevice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByDevice_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByOS":{"post":{"operationId":"アナリティクス - OS別ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByOS_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByOS_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByBrowser":{"post":{"operationId":"アナリティクス - ブラウザ別ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByBrowser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByBrowser_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByType":{"post":{"operationId":"アナリティクス - タイプ別ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByType_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByType_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemWalletsByLoginMethod":{"post":{"operationId":"アナリティクス - ログイン方法別ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByLoginMethod_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemWalletsByLoginMethod_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalTransactions":{"post":{"operationId":"アナリティクス - エコシステム内累計トランザクション数","tags":["アナリティクス"],"summary":"エコシステム トランザクション分析","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyTransactions":{"post":{"operationId":"アナリティクス - エコシステム内月次トランザクション数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalTransactingUsers":{"post":{"operationId":"アナリティクス - エコシステム内累計取引ユーザー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactingUsers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyTransactingUsers":{"post":{"operationId":"アナリティクス - エコシステム内月次取引ユーザー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactingUsers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTotalTransactionVolume":{"post":{"operationId":"アナリティクス - エコシステム内累計取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTotalTransactionVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemMonthlyTransactionVolume":{"post":{"operationId":"アナリティクス - エコシステム内月次取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemMonthlyTransactionVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByTransactions":{"post":{"operationId":"アナリティクス - トランザクション数上位プロジェクト","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByTransactingUsers":{"post":{"operationId":"アナリティクス - 取引ユーザー数上位プロジェクト","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactingUsers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/EcosystemTopProjectsByTransactionVolume":{"post":{"operationId":"アナリティクス - 取引ボリューム上位プロジェクト","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_EcosystemTopProjectsByTransactionVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactions":{"post":{"operationId":"アナリティクス - プロジェクト累計トランザクション数","tags":["アナリティクス"],"summary":"トランザクション分析","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyProjectTransactions":{"post":{"operationId":"アナリティクス - プロジェクト日次トランザクション数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectTransactions":{"post":{"operationId":"アナリティクス - プロジェクト月次トランザクション数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionsByChain":{"post":{"operationId":"アナリティクス - チェーン別プロジェクト累計トランザクション数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByChain_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByChain_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionsByCollection":{"post":{"operationId":"アナリティクス - コレクション別プロジェクト累計トランザクション数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByCollection_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionsByToken":{"post":{"operationId":"アナリティクス - トークン別プロジェクト累計トランザクション数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionsByToken_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectTransactionsByCollection":{"post":{"operationId":"アナリティクス - コレクション別プロジェクト月次トランザクション数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactionsByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectTransactionsByCollection_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectTransactionVolume":{"post":{"operationId":"アナリティクス - プロジェクト累計取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectTransactionVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyProjectVolume":{"post":{"operationId":"アナリティクス - プロジェクト日次取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyProjectVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectVolume":{"post":{"operationId":"アナリティクス - プロジェクト月次取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectVolumeByChain":{"post":{"operationId":"アナリティクス - チェーン別プロジェクト累計取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByChain_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByChain_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectVolumeByCollection":{"post":{"operationId":"アナリティクス - コレクション別プロジェクト累計取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByCollection_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalProjectVolumeByToken":{"post":{"operationId":"アナリティクス - トークン別プロジェクト累計取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalProjectVolumeByToken_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyProjectVolumeByCollection":{"post":{"operationId":"アナリティクス - コレクション別プロジェクト月次取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolumeByCollection_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyProjectVolumeByCollection_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TransactionVolumePerUser":{"post":{"operationId":"アナリティクス - ユーザーごとの取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerUser_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TransactionVolumePerTransactingUser":{"post":{"operationId":"アナリティクス - 取引ユーザーごとの取引ボリューム","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerTransactingUser_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactionVolumePerTransactingUser_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalTransactingUsers":{"post":{"operationId":"アナリティクス - 累計取引ユーザー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalTransactingUsers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyUniqueTransactingUsers":{"post":{"operationId":"アナリティクス - 日次ユニーク取引ユーザー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyUniqueTransactingUsers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyUniqueTransactingUsers":{"post":{"operationId":"アナリティクス - 月次ユニーク取引ユーザー数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyUniqueTransactingUsers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TransactingUserConversion":{"post":{"operationId":"アナリティクス - 取引ユーザー転換率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactingUserConversion_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TransactingUserConversion_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyTransactingUserConversion":{"post":{"operationId":"アナリティクス - 日次取引ユーザー転換率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyTransactingUserConversion_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyTransactingUserConversion_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyTransactingUserConversion":{"post":{"operationId":"アナリティクス - 月次取引ユーザー転換率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingUserConversion_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyTransactingUserConversion_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/RepeatingTransactingUserPercentage":{"post":{"operationId":"アナリティクス - リピート取引ユーザー割合","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RepeatingTransactingUserPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_RepeatingTransactingUserPercentage_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/WeekOnWeekTransactingUserRetention":{"post":{"operationId":"アナリティクス - 週ごとの取引ユーザーリテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeekOnWeekTransactingUserRetention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_WeekOnWeekTransactingUserRetention_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthOnMonthTransactingUserRetention":{"post":{"operationId":"アナリティクス - 月ごとの取引ユーザーリテンション","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthOnMonthTransactingUserRetention_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthOnMonthTransactingUserRetention_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AvgBalanceOfSequenceWallets":{"post":{"operationId":"アナリティクス - Sequenceウォレットの平均残高","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfSequenceWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfSequenceWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AvgBalanceOfTransactingSequenceWallets":{"post":{"operationId":"アナリティクス - 取引中のSequenceウォレットの平均残高","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfTransactingSequenceWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AvgBalanceOfTransactingSequenceWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceTransactions":{"post":{"operationId":"アナリティクス - マーケットプレイス全体の取引数","tags":["アナリティクス"],"summary":"マーケットプレイスアナリティクス","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyMarketplaceTransactions":{"post":{"operationId":"アナリティクス - マーケットプレイスの1日あたり取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyMarketplaceTransactions":{"post":{"operationId":"アナリティクス - マーケットプレイスの月間取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsTransacted":{"post":{"operationId":"アナリティクス - マーケットプレイスで取引されたアイテム総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsTransacted_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsTransacted_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsPurchased":{"post":{"operationId":"アナリティクス - マーケットプレイスで購入されたアイテム総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsPurchased_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsPurchased_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsSold":{"post":{"operationId":"アナリティクス - マーケットプレイスで販売されたアイテム総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSold_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSold_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsListed":{"post":{"operationId":"アナリティクス - マーケットプレイスで出品されたアイテム総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsListed_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsListed_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsOffered":{"post":{"operationId":"アナリティクス - マーケットプレイスでオファーされたアイテム総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsOffered_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsOffered_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceTransactingUsers":{"post":{"operationId":"アナリティクス - マーケットプレイスで取引したユーザー総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactingUsers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTransactingUsers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceVolume":{"post":{"operationId":"アナリティクス - マーケットプレイスの総取引額","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyMarketplaceVolume":{"post":{"operationId":"アナリティクス - マーケットプレイスの1日あたり取引額","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyMarketplaceVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyMarketplaceVolume":{"post":{"operationId":"アナリティクス - マーケットプレイスの月間取引額","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyMarketplaceVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageMarketplaceTransactionPrice":{"post":{"operationId":"アナリティクス - マーケットプレイスの平均取引価格","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageMarketplaceTransactionPrice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageMarketplaceTransactionPrice_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceTradedCollections":{"post":{"operationId":"アナリティクス - マーケットプレイスで取引されたコレクション総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTradedCollections_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceTradedCollections_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TopMarketplaceBuyers":{"post":{"operationId":"アナリティクス - マーケットプレイスのトップバイヤー","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceBuyers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceBuyers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TopMarketplaceSellers":{"post":{"operationId":"アナリティクス - マーケットプレイスのトップセラー","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceSellers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopMarketplaceSellers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MarketplaceCollectionTransactions":{"post":{"operationId":"アナリティクス - マーケットプレイスコレクションごとの取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketplaceCollectionTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MarketplaceCollectionTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopTransactions":{"post":{"operationId":"アナリティクス - ショップ全体の取引数","tags":["アナリティクス"],"summary":"ショップアナリティクス","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyShopTransactions":{"post":{"operationId":"アナリティクス - ショップの1日あたり取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyShopTransactions":{"post":{"operationId":"アナリティクス - ショップの月間取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopItemsPurchased":{"post":{"operationId":"アナリティクス - ショップで購入されたアイテム総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsPurchased_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsPurchased_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopPurchasers":{"post":{"operationId":"アナリティクス - ショップで購入したユーザー総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopPurchasers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopPurchasers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopVolume":{"post":{"operationId":"アナリティクス - ショップの総取引額","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/DailyShopVolume":{"post":{"operationId":"アナリティクス - ショップの1日あたり取引額","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_DailyShopVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/MonthlyShopVolume":{"post":{"operationId":"アナリティクス - ショップの月間取引額","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_MonthlyShopVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/AverageShopPurchasePrice":{"post":{"operationId":"アナリティクス - ショップの平均購入価格","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageShopPurchasePrice_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_AverageShopPurchasePrice_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TopShopBuyers":{"post":{"operationId":"アナリティクス - ショップのトップバイヤー","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopShopBuyers_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TopShopBuyers_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ShopCollectionTransactions":{"post":{"operationId":"アナリティクス - ショップコレクションごとの取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ShopCollectionTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ShopCollectionTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalMarketplaceItemsSoldByToken":{"post":{"operationId":"アナリティクス - トークン別マーケットプレイス販売アイテム総数","tags":["アナリティクス"],"summary":"マーケットプレイストークンレベルアナリティクス","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSoldByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalMarketplaceItemsSoldByToken_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TotalShopItemsSoldByToken":{"post":{"operationId":"アナリティクス - トークン別ショップ販売アイテム総数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsSoldByToken_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TotalShopItemsSoldByToken_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTotalTransactionVolume":{"post":{"operationId":"アナリティクス - Trails総取引額","tags":["アナリティクス"],"summary":"Trailsアナリティクス - ビッグナンバー","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactionVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTotalTransactions":{"post":{"operationId":"アナリティクス - Trails総取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTotalUniqueTransactingWallets":{"post":{"operationId":"アナリティクス - Trailsで取引したユニークウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalUniqueTransactingWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTotalUniqueTransactingWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsAverageTransactionDuration":{"post":{"operationId":"アナリティクス - Trails平均取引時間","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsAverageTransactionDuration_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsAverageTransactionDuration_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsPaymentCompletionPercentage":{"post":{"operationId":"アナリティクス - Trails決済完了率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsPaymentCompletionPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsPaymentCompletionPercentage_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByDomain":{"post":{"operationId":"アナリティクス - Trailsドメイン別取引数","tags":["アナリティクス"],"summary":"Trailsアナリティクス - カテゴリチャート","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByDomain_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByDomain_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByAmount":{"post":{"operationId":"アナリティクス - Trails金額別取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByAmount_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByAmount_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyTransactionVolume":{"post":{"operationId":"アナリティクス - Trails日別取引額","tags":["アナリティクス"],"summary":"Trailsアナリティクス - 日次タイムシリーズ","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactionVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyTransactions":{"post":{"operationId":"アナリティクス - Trails日別取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyTransactingWallets":{"post":{"operationId":"アナリティクス - Trails日別取引ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactingWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyTransactingWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyActiveWallets":{"post":{"operationId":"アナリティクス - Trails日別アクティブウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyActiveWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyAverageTransactionDuration":{"post":{"operationId":"アナリティクス - Trails日別平均取引時間","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyAverageTransactionDuration_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyAverageTransactionDuration_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsDailyPaymentCompletionPercentage":{"post":{"operationId":"アナリティクス - Trails日別決済完了率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyPaymentCompletionPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsDailyPaymentCompletionPercentage_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyTransactionVolume":{"post":{"operationId":"アナリティクス - Trails月別取引額","tags":["アナリティクス"],"summary":"Trailsアナリティクス - 月次タイムシリーズ","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactionVolume_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactionVolume_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyTransactions":{"post":{"operationId":"アナリティクス - Trails月別取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyTransactingWallets":{"post":{"operationId":"アナリティクス - Trails月別取引ウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactingWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyTransactingWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyActiveWallets":{"post":{"operationId":"アナリティクス - Trails月別アクティブウォレット数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyActiveWallets_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyActiveWallets_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyAverageTransactionDuration":{"post":{"operationId":"アナリティクス - Trails月別平均取引時間","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyAverageTransactionDuration_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyAverageTransactionDuration_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsMonthlyPaymentCompletionPercentage":{"post":{"operationId":"アナリティクス - Trails月別決済完了率","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyPaymentCompletionPercentage_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsMonthlyPaymentCompletionPercentage_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByMode":{"post":{"operationId":"アナリティクス - Trailsモード別取引数","tags":["アナリティクス"],"summary":"Trailsアナリティクス - テーブル","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByMode_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByMode_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByRoute":{"post":{"operationId":"アナリティクス - Trailsルート別取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByRoute_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByRoute_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByProvider":{"post":{"operationId":"アナリティクス - Trailsプロバイダー別取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByProvider_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByProvider_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTransactionsByCountry":{"post":{"operationId":"アナリティクス - Trails国別取引数","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByCountry_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTransactionsByCountry_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/TrailsTopTransactions":{"post":{"operationId":"アナリティクス - Trails上位取引","tags":["アナリティクス"],"summary":"","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTopTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_TrailsTopTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}},"/rpc/Analytics/ExportTrailsTransactions":{"post":{"operationId":"アナリティクス - Trails取引のエクスポート","tags":["アナリティクス"],"summary":"Trailsアナリティクス - エクスポート(CSVエクスポート用に全データを制限なしで返します)","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ExportTrailsTransactions_Request"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Analytics_ExportTrailsTransactions_Response"}}}},"4XX":{"description":"クライアントエラー","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/ErrorWebrpcClientAborted"},{"$ref":"#/components/schemas/ErrorWebrpcStreamLost"}]}}}},"5XX":{"description":"サーバーエラー","content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/ErrorWebrpcBadResponse"},{"$ref":"#/components/schemas/ErrorWebrpcServerPanic"},{"$ref":"#/components/schemas/ErrorWebrpcInternalError"}]}}}}}}}},"security":[{"ApiKeyAuth":[]}]} \ No newline at end of file