openapi: 3.0.0 info: title: Api Analytics API version: '' servers: - url: https://api.sequence.app description: Analytics security: - ApiKeyAuth: [] tags: - name: Analytics 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 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/EcosystemWalletsByBrowser: post: operationId: Analytics-EcosystemWalletsByBrowser 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/EcosystemWalletsByLoginMethod: post: operationId: Analytics-EcosystemWalletsByLoginMethod 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TransactionVolumePerTransactingUser: post: operationId: Analytics-TransactionVolumePerTransactingUser 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/AvgBalanceOfSequenceWallets: post: operationId: Analytics-AvgBalanceOfSequenceWallets 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalMarketplaceItemsSold: post: operationId: Analytics-TotalMarketplaceItemsSold 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalMarketplaceItemsListed: post: operationId: Analytics-TotalMarketplaceItemsListed 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalMarketplaceItemsOffered: post: operationId: Analytics-TotalMarketplaceItemsOffered 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalMarketplaceVolume: post: operationId: Analytics-TotalMarketplaceVolume 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/AverageMarketplaceTransactionPrice: post: operationId: Analytics-AverageMarketplaceTransactionPrice 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalMarketplaceTradedCollections: post: operationId: Analytics-TotalMarketplaceTradedCollections 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TopMarketplaceBuyers: post: operationId: Analytics-TopMarketplaceBuyers 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TopMarketplaceSellers: post: operationId: Analytics-TopMarketplaceSellers 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/MarketplaceCollectionTransactions: post: operationId: Analytics-MarketplaceCollectionTransactions 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalShopTransactions: post: operationId: Analytics-TotalShopTransactions tags: - Analytics 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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/DailyShopTransactions: post: operationId: Analytics-DailyShopTransactions 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/MonthlyShopTransactions: post: operationId: Analytics-MonthlyShopTransactions 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalShopItemsPurchased: post: operationId: Analytics-TotalShopItemsPurchased 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalShopPurchasers: post: operationId: Analytics-TotalShopPurchasers 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TotalShopVolume: post: operationId: Analytics-TotalShopVolume 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/DailyShopVolume: post: operationId: Analytics-DailyShopVolume 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsTotalTransactionVolume: post: operationId: Analytics-TrailsTotalTransactionVolume tags: - Analytics 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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsTotalUniqueTransactingWallets: post: operationId: Analytics-TrailsTotalUniqueTransactingWallets 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsPaymentCompletionPercentage: post: operationId: Analytics-TrailsPaymentCompletionPercentage 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsDailyActiveWallets: post: operationId: Analytics-TrailsDailyActiveWallets 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsDailyAverageTransactionDuration: post: operationId: Analytics-TrailsDailyAverageTransactionDuration 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsMonthlyTransactions: post: operationId: Analytics-TrailsMonthlyTransactions 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsMonthlyTransactingWallets: post: operationId: Analytics-TrailsMonthlyTransactingWallets 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsMonthlyActiveWallets: post: operationId: Analytics-TrailsMonthlyActiveWallets 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsMonthlyPaymentCompletionPercentage: post: operationId: Analytics-TrailsMonthlyPaymentCompletionPercentage 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsTransactionsByMode: post: operationId: Analytics-TrailsTransactionsByMode tags: - Analytics 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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsTransactionsByRoute: post: operationId: Analytics-TrailsTransactionsByRoute 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsTransactionsByProvider: post: operationId: Analytics-TrailsTransactionsByProvider 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/TrailsTransactionsByCountry: post: operationId: Analytics-TrailsTransactionsByCountry 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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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/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' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/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' components: schemas: Analytics_MarketWalletsMonthly_Response: type: object properties: marketStats: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_CreditsPerDailyActiveUser_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_TrailsDailyTransactionVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemTopProjectsByDeveloperActivity_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyProjectVolumeByCollection_Response: type: object properties: data: type: object description: map additionalProperties: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsMonthlyActiveWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectVolumeByCollection_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalViews_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsByCountry_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalContracts_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyMarketplaces_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_UserEvents_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_EcosystemTopProjectsByNewWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalTransactingUsers_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MonthlyUniqueVisitors_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TopShopBuyers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTopProjectsByTransactions_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_EcosystemWalletsCreated_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemTotalTransactingUsers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsMonthlyPaymentCompletionPercentage_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectTransactionVolume_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_GetOrderbookCollections_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsByOS_Response: type: object properties: walletStats: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_TrailsTransactionsByProvider_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcBadRoute: type: object required: - error - 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 Analytics_TotalMarketplaceTransactingUsers_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_WalletsTxnSentMonthly_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_DailyComputeByType_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ExportTrailsTransactions_Response: type: object properties: data: type: array description: '[]TrailsTransactionDetail' items: $ref: '#/components/schemas/TrailsTransactionDetail' Analytics_WalletsByType_Response: type: object properties: walletStats: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_TrailsMonthlyTransactingWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_WalletsByType_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_D7RetentionByCohort_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalWalletTxnConversionRate_Response: type: object properties: marketStats: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalShopTransactions_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_MonthlyActiveWalletsBySegment_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_D3RetentionByCohort_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectTransactionsByCollection_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_RepeatingTransactingUserPercentage_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_DailyComputeByType_Response: type: object properties: computeStats: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_TotalWalletTxnConversionRate_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceItemsSold_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTransactionsByProvider_Response: type: object properties: data: type: array description: '[]TrailsTransactionByProvider' items: $ref: '#/components/schemas/TrailsTransactionByProvider' Analytics_MonthlyTransactingUserConversion_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyProjectVolumeByCollection_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_AverageMarketplaceTransactionPrice_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyShopVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceTransactingUsers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalTransactionVolume_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_AvgBalanceOfTransactingSequenceWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsByDevice_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsTotal_Response: type: object properties: walletStats: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemTopProjectsByTransactingUsers_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_EcosystemWalletsByDevice_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTransactionsByCountry_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectTransactionsByToken_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalTransactionVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcEndpoint: type: object required: - error - 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 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_TrailsTotalUniqueTransactingWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ExportTrailsTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_D14RetentionByCohort_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalMarketplaceItemsTransacted_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ShopCollectionTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemDailyActiveWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceItemsSoldByToken_Response: type: object properties: data: type: array description: '[]TokenTransactionData' items: $ref: '#/components/schemas/TokenTransactionData' AnalyticsProjectType: type: string description: Represented as string on the server side enum: - ALL - CREATED - RELATED Analytics_EcosystemDailyNewProjects_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_TrailsTransactionsByRoute_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MarketTxnEventMonthly_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' TrailsTransactionByCountry: type: object required: - country - transactingWallets - paymentsCompleted - completionPercent - totalVolume properties: country: type: string transactingWallets: type: number paymentsCompleted: type: number completionPercent: type: number totalVolume: type: number DateInterval: type: string description: Represented as uint16 on the server side enum: - DAY - WEEK - MONTH Analytics_MonthlyMarketplaceVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyContracts_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_MonthlyWalletTxnConversionRate_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectTransactionsByChain_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsTopTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsTxnSentTotal_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ConnectionsByOrigin_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyUniqueTransactingUsers_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_WalletsByBrowser_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyUniqueVisitors_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WeeklyActiveWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectTransactionsByChain_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalDevelopers_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_EcosystemMonthlyTransactionVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyTransactionVolume_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_TotalMarketplaceItemsOffered_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_DailyComputeByService_Response: type: object properties: computeStats: type: object description: map additionalProperties: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MarketTxnEventTotal_Response: type: object properties: marketStats: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalMarketplaceItemsPurchased_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectTransactionsByCollection_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MonthlyNewWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsDailyPaymentCompletionPercentage_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalShopVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsDailyAverageTransactionDuration_Response: type: object properties: data: 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_MarketTxnEventDaily_Response: type: object properties: marketStats: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_AverageStickiness_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_AverageD3Retention_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyTransactingUsers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ViewsByOS_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' ErrorWebrpcClientAborted: type: object required: - error - code - msg - status properties: error: type: string example: WebrpcClientAborted code: type: number example: -8 msg: type: string example: request aborted by client cause: type: string status: type: number example: 400 Analytics_RepeatingTransactingUserPercentage_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsMonthlyTransactingWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcServerPanic: type: object required: - error - 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 Analytics_MonthlyProjectVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalNewWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcBadRequest: type: object required: - error - 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 Analytics_TotalMarketplaceItemsPurchased_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_MonthlyMarketplaceTransactions_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemMonthlyActiveWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyProjectTransactions_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_DailyMarketplaceVolume_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_EcosystemWalletsByOS_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyUniqueVisitors_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_D1RetentionByCohort_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalProjectsCreated_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_ViewsByCountry_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTotalTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ShopCollectionTransactions_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_DailyUniqueTransactingUsers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsAverageTransactionDuration_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsDailyTransactionVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalShopItemsPurchased_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' 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 Analytics_EcosystemTopProjectsByNewDevelopers_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_TrailsMonthlyPaymentCompletionPercentage_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_TopMarketplaceBuyers_Response: type: object properties: data: 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' Chart: type: object required: - value - label properties: value: type: number label: type: string Analytics_MonthlyShopTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyUniqueVisitors_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_TotalProjectTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTotalTransactionVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MonthlyProjectVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTopTransactions_Response: type: object properties: data: type: array description: '[]TrailsTransactionDetail' items: $ref: '#/components/schemas/TrailsTransactionDetail' Analytics_TrailsMonthlyAverageTransactionDuration_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_WeekOnWeekTransactingUserRetention_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTransactionsByAmount_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_UserEvents_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTransactionsByAmount_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalDevelopers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTopProjectsByTransactionVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalWallets_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_TotalProjectTransactions_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' TrailsTransactionByProvider: type: object required: - providerSwap - providerBridge - uniqueTransactingUsers - paymentsStarted - paymentsCompleted - completionPercent - avgTxnDuration - providerFees - totalFees - totalVolume 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 Analytics_WalletsTxnSentTotal_Response: type: object properties: walletStats: 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_TopMarketplaceSellers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectTransactionsByToken_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' MultiValueChart: type: object required: - value - label properties: value: type: object description: map additionalProperties: type: number label: type: string Analytics_EcosystemTopProjectsByDeveloperActivity_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_MonthlyMarketplaceTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_AverageD14Retention_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsDailyActiveWallets_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_D3RetentionByCohort_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsMonthlyTransactionVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsByDevice_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_TrailsDailyPaymentCompletionPercentage_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsTotalTransactionVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTopProjectsByTransactingUsers_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' TrailsTransactionByMode: 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 Analytics_AverageD28Retention_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MarketplaceCollectionTransactions_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_TrailsTotalTransactions_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemTopProjectsByActiveWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsTxnSentDaily_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_AverageDAU_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsMonthly_Response: type: object properties: walletStats: 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_EcosystemMonthlyTransactions_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalProjectVolumeByChain_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcStreamLost: type: object required: - error - 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 Analytics_EcosystemWalletsByLoginMethod_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceTradedCollections_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectVolumeByChain_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_EcosystemMonthlyContracts_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemDailyActiveWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_AverageD7Retention_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TransactionVolumePerTransactingUser_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MarketTxnEventTotal_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceItemsSoldByToken_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemDailyNewWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsTransactionsByDomain_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyNewWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_DailyNewWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_CreditsPerDailyActiveUser_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemActiveMarketplaces_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_D14RetentionByCohort_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTotalUniqueTransactingWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TransactionVolumePerTransactingUser_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalShopItemsSoldByToken_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsByCountry_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MarketWalletsMonthly_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ChartWithPercentage: type: object required: - label - total - percentage properties: label: type: string total: type: number percentage: type: number Analytics_TrailsTransactionsByCountry_Response: type: object properties: data: type: array description: '[]TrailsTransactionByCountry' items: $ref: '#/components/schemas/TrailsTransactionByCountry' Analytics_MarketWalletsDaily_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyTransactingWalletsBySegment_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyMarketplaceTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcRequestFailed: type: object required: - error - 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 Analytics_TrailsPaymentCompletionPercentage_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalShopPurchasers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyShopVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsByDevice_Response: type: object properties: walletStats: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_RollingStickiness_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsDailyTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyViews_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ComputeByService_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ConnectionsByOrigin_Response: type: object properties: walletStats: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_EcosystemMonthlyNewWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceItemsOffered_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTopProjectsByTransactionVolume_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_DailyMarketplaceTransactions_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalProjectVolumeByToken_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalShopItemsPurchased_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MonthlyProjectTransactionsByCollection_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsByOS_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_DailyComputeByService_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MarketWalletsTotal_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_AvgBalanceOfTransactingSequenceWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_AverageShopPurchasePrice_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalNewWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MonthlyUniqueTransactingUsers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyShopTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyTransactingUserConversion_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_DailyTransactingUserConversion_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyActiveEcoWallets_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_WalletsMonthly_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyTransactingUsers_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_MonthlyTransactingWalletsBySegment_Response: type: object properties: data: type: object description: map additionalProperties: 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_ViewsByDevice_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_AverageD7Retention_Response: type: object properties: data: 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_EcosystemWalletsByLoginMethod_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_AvgBalanceOfSequenceWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyProjectVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalProjectTransactionVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsByCountry_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_TrailsMonthlyAverageTransactionDuration_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcInternalError: type: object required: - error - 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 Analytics_DailyShopTransactions_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_EcosystemTopProjectsByTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyActiveEcoWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalActiveProjects_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsTxnSentMonthly_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalProjectVolumeByCollection_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceItemsSold_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_MonthOnMonthTransactingUserRetention_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalCompute_Response: type: object properties: computeStats: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_CreditsPerMonthlyActiveUser_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_ViewsByCountry_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_WeeklyActiveWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalTransactingUsers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsMonthlyTransactionVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MarketTxnEventDaily_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalMarketplaces_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_DailyProjectTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemActiveDevelopers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TransactingUserConversion_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcBadResponse: type: object required: - error - 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 Analytics_TotalMarketplaceTransactions_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_D28RetentionByCohort_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_AverageStickiness_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTopProjectsByNewWallets_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_TotalShopVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsPaymentCompletionPercentage_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTopProjectsByNewDevelopers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTotalProjects_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' TokenTransactionData: type: object required: - collectionId - collectionName - tokenId - tokenName - itemQuantities properties: collectionId: type: string collectionName: type: string tokenId: type: string tokenName: type: string itemQuantities: type: number Analytics_AvgBalanceOfSequenceWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemDailyNewWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyNewWallets_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MonthOnMonthTransactingUserRetention_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsDaily_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_RollingStickiness_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemTotalProjectsCreated_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemDailyNewProjects_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsCreated_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsByType_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_TopMarketplaceBuyers_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsDaily_Response: type: object properties: walletStats: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsDailyAverageTransactionDuration_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsByBrowser_Response: type: object properties: data: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_TotalShopItemsSoldByToken_Response: type: object properties: data: type: array description: '[]TokenTransactionData' items: $ref: '#/components/schemas/TokenTransactionData' Analytics_TrailsDailyActiveWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemWalletsByBrowser_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalCompute_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_AverageDAU_Response: type: object properties: data: 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_MarketplaceCollectionTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemActiveDevelopers_Response: type: object properties: data: 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_TransactionVolumePerUser_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_ViewsByOS_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsByCountry_Response: type: object properties: walletStats: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_MonthlyShopVolume_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_EcosystemWalletsByType_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_WalletsByBrowser_Response: type: object properties: walletStats: type: array description: '[]ChartWithPercentage' items: $ref: '#/components/schemas/ChartWithPercentage' Analytics_DailyWalletTxnConversionRate_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalViews_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_MonthlyProjectTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MarketTxnEventMonthly_Response: type: object properties: marketStats: 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_AverageD1Retention_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTransactionsByRoute_Response: type: object properties: data: type: array description: '[]TrailsTransactionByRoute' items: $ref: '#/components/schemas/TrailsTransactionByRoute' Analytics_WalletsByOS_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_D1RetentionByCohort_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_TrailsMonthlyTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemMonthlyNewProjects_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' ErrorWebrpcBadMethod: type: object required: - error - 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 Analytics_EcosystemMonthlyNewProjects_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_TotalShopTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' TrailsTransactionDetail: type: object required: - date - checkoutId - country - provider - hostname - originTxHash - destTxHash - origChainName - destChainName - origTokenSymbol - destTokenSymbol - providerFee - totalFee - totalVolume 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_DailyMarketplaceVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyMarketplaceVolume_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_MarketWalletsDaily_Response: type: object properties: marketStats: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_WalletsByOrigin_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' TrailsTransactionByRoute: 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 Analytics_TopMarketplaceSellers_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TotalMarketplaceTransactions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_EcosystemTopProjectsByActiveWallets_Response: type: object properties: data: type: array description: '[]MultiValueChart' items: $ref: '#/components/schemas/MultiValueChart' Analytics_ViewsByDevice_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_MonthlyTransactingUserConversion_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_ActiveSessions_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TotalMarketplaceItemsListed_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TrailsTransactionsByMode_Response: type: object properties: data: type: array description: '[]TrailsTransactionByMode' items: $ref: '#/components/schemas/TrailsTransactionByMode' Analytics_MonthlyShopTransactions_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_DailyViews_Response: type: object properties: data: type: array description: '[]Chart' items: $ref: '#/components/schemas/Chart' Analytics_TrailsDailyTransactingWallets_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' QueryFilter: 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' Analytics_DailyProjectVolume_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter' Analytics_TransactingUserConversion_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_TrailsTransactionsByMode_Request: type: object properties: filter: $ref: '#/components/schemas/QueryFilter'