diff --git a/docs/components/SpecAPIComponent/output/analytics-openapi.json b/docs/components/SpecAPIComponent/output/analytics-openapi.json deleted file mode 100644 index 953b86b684..0000000000 --- a/docs/components/SpecAPIComponent/output/analytics-openapi.json +++ /dev/null @@ -1,3292 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API\n\nThis specification covers the analytics endpoints of the API.", - "title": "Sequence API - Analytics API", - "version": "1.0.0" - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/Builder/ComputeByService": { - "post": { - "operationId": "analytics-ComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "ComputeByService", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/DailyComputeByService": { - "post": { - "operationId": "analytics-DailyComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "DailyComputeByService", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/DailyComputeByType": { - "post": { - "operationId": "analytics-DailyComputeByType", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "DailyComputeByType", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketTxnEventDaily": { - "post": { - "operationId": "analytics-MarketTxnEventDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketTxnEventDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketTxnEventTotal": { - "post": { - "operationId": "analytics-MarketTxnEventTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketTxnEventTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketWalletsDaily": { - "post": { - "operationId": "analytics-MarketWalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketWalletsDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketWalletsTotal": { - "post": { - "operationId": "analytics-MarketWalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketWalletsTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/TotalCompute": { - "post": { - "operationId": "analytics-TotalCompute", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "TotalCompute", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByCountry": { - "post": { - "operationId": "analytics-WalletsByCountry", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByCountry", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByDevice": { - "post": { - "operationId": "analytics-WalletsByDevice", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByDevice", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByOS": { - "post": { - "operationId": "analytics-WalletsByOS", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByOS", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsDaily": { - "post": { - "operationId": "analytics-WalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTotal": { - "post": { - "operationId": "analytics-WalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTxnSentDaily": { - "post": { - "operationId": "analytics-WalletsTxnSentDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTxnSentDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTxnSentTotal": { - "post": { - "operationId": "analytics-WalletsTxnSentTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTxnSentTotal", - "tags": [ - "analytics" - ] - } - } - }, - "components": { - "schemas": { - "Builder_ComputeByService_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_ComputeByService_Response": { - "properties": { - "computeStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnauthorized": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1000, - "type": "number" - }, - "error": { - "example": "Unauthorized", - "type": "string" - }, - "msg": { - "example": "Unauthorized access", - "type": "string" - }, - "status": { - "example": 401, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorPermissionDenied": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1001, - "type": "number" - }, - "error": { - "example": "PermissionDenied", - "type": "string" - }, - "msg": { - "example": "Permission denied", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSessionExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1002, - "type": "number" - }, - "error": { - "example": "SessionExpired", - "type": "string" - }, - "msg": { - "example": "Session expired", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMethodNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1003, - "type": "number" - }, - "error": { - "example": "MethodNotFound", - "type": "string" - }, - "msg": { - "example": "Method not found", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequestConflict": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1004, - "type": "number" - }, - "error": { - "example": "RequestConflict", - "type": "string" - }, - "msg": { - "example": "Conflict with target resource", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTimeout": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2000, - "type": "number" - }, - "error": { - "example": "Timeout", - "type": "string" - }, - "msg": { - "example": "Request timed out", - "type": "string" - }, - "status": { - "example": 408, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2001, - "type": "number" - }, - "error": { - "example": "InvalidArgument", - "type": "string" - }, - "msg": { - "example": "Invalid argument", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3000, - "type": "number" - }, - "error": { - "example": "NotFound", - "type": "string" - }, - "msg": { - "example": "Resource not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUserNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3001, - "type": "number" - }, - "error": { - "example": "UserNotFound", - "type": "string" - }, - "msg": { - "example": "User not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorProjectNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3002, - "type": "number" - }, - "error": { - "example": "ProjectNotFound", - "type": "string" - }, - "msg": { - "example": "Project not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidTier": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "InvalidTier", - "type": "string" - }, - "msg": { - "example": "Invalid subscription tier", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorEmailTemplateExists": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3004, - "type": "number" - }, - "error": { - "example": "EmailTemplateExists", - "type": "string" - }, - "msg": { - "example": "Email Template exists", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSubscriptionLimit": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3005, - "type": "number" - }, - "error": { - "example": "SubscriptionLimit", - "type": "string" - }, - "msg": { - "example": "Subscription limit reached", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorFeatureNotIncluded": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3006, - "type": "number" - }, - "error": { - "example": "FeatureNotIncluded", - "type": "string" - }, - "msg": { - "example": "Feature not included", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidNetwork": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3007, - "type": "number" - }, - "error": { - "example": "InvalidNetwork", - "type": "string" - }, - "msg": { - "example": "Invalid network", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvitationExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4000, - "type": "number" - }, - "error": { - "example": "InvitationExpired", - "type": "string" - }, - "msg": { - "example": "Invitation code is expired", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorAlreadyCollaborator": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4001, - "type": "number" - }, - "error": { - "example": "AlreadyCollaborator", - "type": "string" - }, - "msg": { - "example": "Already a collaborator", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "Builder_DailyComputeByService_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_DailyComputeByService_Response": { - "properties": { - "computeStats": { - "additionalProperties": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Builder_DailyComputeByType_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_DailyComputeByType_Response": { - "properties": { - "computeStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventDaily_Response": { - "properties": { - "marketStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventTotal_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketWalletsDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketWalletsDaily_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketWalletsTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketWalletsTotal_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_TotalCompute_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_TotalCompute_Response": { - "properties": { - "computeStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByCountry_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByCountry_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByDevice_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByDevice_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByOS_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByOS_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsDaily_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTotal_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentDaily_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentTotal_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "QueryFilter": { - "properties": { - "dateInterval": { - "$ref": "#/components/schemas/DateInterval" - }, - "endDate": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "startDate": { - "type": "string" - } - }, - "type": "object" - }, - "MultiValueChart": { - "properties": { - "label": { - "type": "string" - }, - "value": { - "additionalProperties": { - "type": "number" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "value", - "label" - ], - "type": "object" - }, - "Chart": { - "properties": { - "label": { - "type": "string" - }, - "value": { - "type": "number" - } - }, - "required": [ - "value", - "label" - ], - "type": "object" - }, - "DateInterval": { - "description": "Represented as uint16 on the server side", - "enum": [ - "DAY", - "WEEK", - "MONTH" - ], - "type": "string" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } -} \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/output/api-openapi.json b/docs/components/SpecAPIComponent/output/api-openapi.json deleted file mode 100644 index 0cba6c1bb8..0000000000 --- a/docs/components/SpecAPIComponent/output/api-openapi.json +++ /dev/null @@ -1,9285 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API\n\nThis specification covers the api endpoints of the API.", - "title": "Sequence API - Api API", - "version": "1.0.0" - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/API/AddCurrencyGroup": { - "post": { - "description": " Inventory, payments and management ", - "operationId": "api-AddCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/AddFriend": { - "post": { - "operationId": "api-AddFriend", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddFriend_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddFriend_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddFriend", - "tags": [ - "api" - ] - } - }, - "/rpc/API/AddInventoryPaymentConfig": { - "post": { - "operationId": "api-AddInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/BlockNumberAtTime": { - "post": { - "description": "Utils", - "operationId": "api-BlockNumberAtTime", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_BlockNumberAtTime_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_BlockNumberAtTime_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "BlockNumberAtTime", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Clock": { - "post": { - "operationId": "api-Clock", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Clock_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Clock_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Clock", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ContractCall": { - "post": { - "description": " Chain-Utils ", - "operationId": "api-ContractCall", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ContractCall_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ContractCall_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ContractCall", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DecodeContractCall": { - "post": { - "operationId": "api-DecodeContractCall", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DecodeContractCall_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DecodeContractCall_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DecodeContractCall", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DeleteCurrencyGroup": { - "post": { - "operationId": "api-DeleteCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DeleteCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DeleteInventoryPaymentConfig": { - "post": { - "operationId": "api-DeleteInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DeleteInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/FriendList": { - "post": { - "description": " Contacts / Friends ", - "operationId": "api-FriendList", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_FriendList_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_FriendList_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "FriendList", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GenerateWaaSVerificationURL": { - "post": { - "operationId": "api-GenerateWaaSVerificationURL", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GenerateWaaSVerificationURL_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GenerateWaaSVerificationURL_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GenerateWaaSVerificationURL", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetAuthToken": { - "post": { - "description": " Auth\nTODO: rename 'ewtString' arg to 'ethauthProof'", - "operationId": "api-GetAuthToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetAuthToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetAuthToken2": { - "post": { - "operationId": "api-GetAuthToken2", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken2_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken2_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetAuthToken2", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetCoinPrices": { - "post": { - "description": " Price Feed ", - "operationId": "api-GetCoinPrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCoinPrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCoinPrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetCoinPrices", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetCollectiblePrices": { - "post": { - "operationId": "api-GetCollectiblePrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCollectiblePrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCollectiblePrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetCollectiblePrices", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetExchangeRate": { - "post": { - "description": " Price Feed utils ", - "operationId": "api-GetExchangeRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetExchangeRate_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetExchangeRate_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetExchangeRate", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetFriendByAddress": { - "post": { - "operationId": "api-GetFriendByAddress", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetFriendByAddress_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetFriendByAddress_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetFriendByAddress", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetInventoryPaymentConfig": { - "post": { - "operationId": "api-GetInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetInviteInfo": { - "post": { - "description": " Legacy ", - "operationId": "api-GetInviteInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInviteInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInviteInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetInviteInfo", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetLinkedWallets": { - "post": { - "operationId": "api-GetLinkedWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetLinkedWallets_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetLinkedWallets_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetLinkedWallets", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetMoonpayLink": { - "post": { - "description": " Wallet utils ", - "operationId": "api-GetMoonpayLink", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetMoonpayLink_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetMoonpayLink_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetMoonpayLink", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineClientToken": { - "post": { - "operationId": "api-GetSardineClientToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineClientToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineClientToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineClientToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineNFTCheckoutOrderStatus": { - "post": { - "operationId": "api-GetSardineNFTCheckoutOrderStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutOrderStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutOrderStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineNFTCheckoutOrderStatus", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineNFTCheckoutToken": { - "post": { - "operationId": "api-GetSardineNFTCheckoutToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineNFTCheckoutToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSequenceContext": { - "post": { - "operationId": "api-GetSequenceContext", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSequenceContext_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSequenceContext_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSequenceContext", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSwapQuotes": { - "post": { - "description": " Currency abstraction ", - "operationId": "api-GetSwapQuotes", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSwapQuotes_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSwapQuotes_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSwapQuotes", - "tags": [ - "api" - ] - } - }, - "/rpc/API/InternalClaimAccessCode": { - "post": { - "operationId": "api-InternalClaimAccessCode", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_InternalClaimAccessCode_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_InternalClaimAccessCode_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "InternalClaimAccessCode", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidAccessCode": { - "post": { - "description": "NOTE: we're still using this from SW-API to Sequence-API to claim invite code", - "operationId": "api-IsValidAccessCode", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidAccessCode_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidAccessCode_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidAccessCode", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidETHAuthProof": { - "post": { - "operationId": "api-IsValidETHAuthProof", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidETHAuthProof_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidETHAuthProof_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidETHAuthProof", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidMessageSignature": { - "post": { - "operationId": "api-IsValidMessageSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidMessageSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidMessageSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidMessageSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidSignature": { - "post": { - "description": "TODO: we can add walletContext optional in the future when we need it NOTE: chainId can be either a number or canonical name", - "operationId": "api-IsValidSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidTypedDataSignature": { - "post": { - "operationId": "api-IsValidTypedDataSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidTypedDataSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidTypedDataSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidTypedDataSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/LinkWallet": { - "post": { - "description": " Linked wallets (v0 -- simple support) ", - "operationId": "api-LinkWallet", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LinkWallet_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LinkWallet_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "LinkWallet", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ListCurrencyGroups": { - "post": { - "operationId": "api-ListCurrencyGroups", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListCurrencyGroups_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListCurrencyGroups_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ListCurrencyGroups", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ListInventoryPaymentConfigs": { - "post": { - "operationId": "api-ListInventoryPaymentConfigs", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListInventoryPaymentConfigs_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListInventoryPaymentConfigs_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ListInventoryPaymentConfigs", - "tags": [ - "api" - ] - } - }, - "/rpc/API/LookupContractCallSelectors": { - "post": { - "operationId": "api-LookupContractCallSelectors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LookupContractCallSelectors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LookupContractCallSelectors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "LookupContractCallSelectors", - "tags": [ - "api" - ] - } - }, - "/rpc/API/MemoryLoad": { - "post": { - "operationId": "api-MemoryLoad", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryLoad_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryLoad_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "MemoryLoad", - "tags": [ - "api" - ] - } - }, - "/rpc/API/MemoryStore": { - "post": { - "description": " Util / misc ", - "operationId": "api-MemoryStore", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryStore_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryStore_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "MemoryStore", - "tags": [ - "api" - ] - } - }, - "/rpc/API/PaperSessionSecret": { - "post": { - "description": " Paper TODO: deprecate in the future ", - "operationId": "api-PaperSessionSecret", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "PaperSessionSecret", - "tags": [ - "api" - ] - } - }, - "/rpc/API/PaperSessionSecret2": { - "post": { - "operationId": "api-PaperSessionSecret2", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret2_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret2_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "PaperSessionSecret2", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Ping": { - "post": { - "description": " Runtime ", - "operationId": "api-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RemoveFriend": { - "post": { - "operationId": "api-RemoveFriend", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveFriend_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveFriend_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RemoveFriend", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RemoveLinkedWallet": { - "post": { - "operationId": "api-RemoveLinkedWallet", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveLinkedWallet_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveLinkedWallet_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RemoveLinkedWallet", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RequestInventoryPayment": { - "post": { - "operationId": "api-RequestInventoryPayment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RequestInventoryPayment_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RequestInventoryPayment_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RequestInventoryPayment", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ResolveENSAddress": { - "post": { - "description": "- IsUsingGoogleMail(domain: string) => (yes: bool)", - "operationId": "api-ResolveENSAddress", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ResolveENSAddress_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ResolveENSAddress_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ResolveENSAddress", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RuntimeStatus": { - "post": { - "operationId": "api-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "api" - ] - } - }, - "/rpc/API/SearchFriends": { - "post": { - "operationId": "api-SearchFriends", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SearchFriends_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SearchFriends_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "SearchFriends", - "tags": [ - "api" - ] - } - }, - "/rpc/API/SendPasswordlessLink": { - "post": { - "operationId": "api-SendPasswordlessLink", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SendPasswordlessLink_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SendPasswordlessLink_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "SendPasswordlessLink", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateCurrencyGroup": { - "post": { - "operationId": "api-UpdateCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateFriendNickname": { - "post": { - "operationId": "api-UpdateFriendNickname", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateFriendNickname_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateFriendNickname_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateFriendNickname", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateInventoryPaymentConfig": { - "post": { - "operationId": "api-UpdateInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageDelete": { - "post": { - "operationId": "api-UserStorageDelete", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageDelete_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageDelete_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageDelete", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageFetch": { - "post": { - "description": " User Storage ", - "operationId": "api-UserStorageFetch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageFetch", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageFetchAll": { - "post": { - "operationId": "api-UserStorageFetchAll", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetchAll_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetchAll_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageFetchAll", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageSave": { - "post": { - "operationId": "api-UserStorageSave", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageSave_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageSave_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageSave", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ValidateWaaSVerificationNonce": { - "post": { - "operationId": "api-ValidateWaaSVerificationNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ValidateWaaSVerificationNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ValidateWaaSVerificationNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ValidateWaaSVerificationNonce", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Version": { - "post": { - "operationId": "api-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "api" - ] - } - } - }, - "components": { - "schemas": { - "API_AddCurrencyGroup_Request": { - "properties": { - "currencyGroup": { - "$ref": "#/components/schemas/CurrencyGroup" - } - }, - "type": "object" - }, - "API_AddCurrencyGroup_Response": { - "properties": { - "groupId": { - "type": "number" - } - }, - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnauthorized": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1000, - "type": "number" - }, - "error": { - "example": "Unauthorized", - "type": "string" - }, - "msg": { - "example": "Unauthorized access", - "type": "string" - }, - "status": { - "example": 401, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorPermissionDenied": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1001, - "type": "number" - }, - "error": { - "example": "PermissionDenied", - "type": "string" - }, - "msg": { - "example": "Permission denied", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSessionExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1002, - "type": "number" - }, - "error": { - "example": "SessionExpired", - "type": "string" - }, - "msg": { - "example": "Session expired", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorAborted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Aborted", - "type": "string" - }, - "msg": { - "example": "Request aborted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorGeoblocked": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1006, - "type": "number" - }, - "error": { - "example": "Geoblocked", - "type": "string" - }, - "msg": { - "example": "Geoblocked region", - "type": "string" - }, - "status": { - "example": 451, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2001, - "type": "number" - }, - "error": { - "example": "InvalidArgument", - "type": "string" - }, - "msg": { - "example": "Invalid argument", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnavailable": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "Unavailable", - "type": "string" - }, - "msg": { - "example": "Unavailable resource", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorQueryFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2003, - "type": "number" - }, - "error": { - "example": "QueryFailed", - "type": "string" - }, - "msg": { - "example": "Query failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3000, - "type": "number" - }, - "error": { - "example": "NotFound", - "type": "string" - }, - "msg": { - "example": "Resource not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "API_AddFriend_Request": { - "properties": { - "friendAddress": { - "type": "string" - }, - "optionalNickname": { - "type": "string" - } - }, - "type": "object" - }, - "API_AddFriend_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_AddInventoryPaymentConfig_Request": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_AddInventoryPaymentConfig_Response": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_BlockNumberAtTime_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "timestamps": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_BlockNumberAtTime_Response": { - "properties": { - "blocks": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_Clock_Request": { - "type": "object" - }, - "API_Clock_Response": { - "properties": { - "serverTime": { - "type": "string" - } - }, - "type": "object" - }, - "API_ContractCall_Request": { - "properties": { - "args": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "chainID": { - "type": "string" - }, - "contract": { - "type": "string" - }, - "inputExpr": { - "type": "string" - }, - "outputExpr": { - "type": "string" - } - }, - "type": "object" - }, - "API_ContractCall_Response": { - "properties": { - "returns": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_DecodeContractCall_Request": { - "properties": { - "callData": { - "type": "string" - } - }, - "type": "object" - }, - "API_DecodeContractCall_Response": { - "properties": { - "call": { - "$ref": "#/components/schemas/ContractCall" - } - }, - "type": "object" - }, - "API_DeleteCurrencyGroup_Request": { - "properties": { - "groupId": { - "type": "number" - } - }, - "type": "object" - }, - "API_DeleteCurrencyGroup_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_DeleteInventoryPaymentConfig_Request": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_DeleteInventoryPaymentConfig_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_FriendList_Request": { - "properties": { - "nickname": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_FriendList_Response": { - "properties": { - "friends": { - "description": "[]Friend", - "items": { - "$ref": "#/components/schemas/Friend" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_GenerateWaaSVerificationURL_Request": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GenerateWaaSVerificationURL_Response": { - "properties": { - "nonce": { - "type": "string" - }, - "verificationURL": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetAuthToken_Request": { - "properties": { - "ewtString": { - "type": "string" - }, - "testnetMode": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_GetAuthToken_Response": { - "properties": { - "address": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "status": { - "type": "boolean" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "type": "object" - }, - "API_GetAuthToken2_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "ewtString": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetAuthToken2_Response": { - "properties": { - "address": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "status": { - "type": "boolean" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "type": "object" - }, - "API_GetCoinPrices_Request": { - "properties": { - "tokens": { - "description": "[]Token", - "items": { - "$ref": "#/components/schemas/Token" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCoinPrices_Response": { - "properties": { - "tokenPrices": { - "description": "[]TokenPrice", - "items": { - "$ref": "#/components/schemas/TokenPrice" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCollectiblePrices_Request": { - "properties": { - "tokens": { - "description": "[]Token", - "items": { - "$ref": "#/components/schemas/Token" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCollectiblePrices_Response": { - "properties": { - "tokenPrices": { - "description": "[]TokenPrice", - "items": { - "$ref": "#/components/schemas/TokenPrice" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetExchangeRate_Request": { - "properties": { - "toCurrency": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetExchangeRate_Response": { - "properties": { - "exchangeRate": { - "$ref": "#/components/schemas/ExchangeRate" - } - }, - "type": "object" - }, - "API_GetFriendByAddress_Request": { - "properties": { - "friendAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetFriendByAddress_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_GetInventoryPaymentConfig_Request": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_GetInventoryPaymentConfig_Response": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_GetInviteInfo_Request": { - "type": "object" - }, - "API_GetInviteInfo_Response": { - "properties": { - "inviteInfo": { - "$ref": "#/components/schemas/InviteInfo" - } - }, - "type": "object" - }, - "API_GetLinkedWallets_Request": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetLinkedWallets_Response": { - "properties": { - "linkedWallets": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetMoonpayLink_Request": { - "properties": { - "url": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetMoonpayLink_Response": { - "properties": { - "signedUrl": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineClientToken_Request": { - "type": "object" - }, - "API_GetSardineClientToken_Response": { - "properties": { - "token": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutOrderStatus_Request": { - "properties": { - "orderId": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutOrderStatus_Response": { - "properties": { - "resp": { - "$ref": "#/components/schemas/SardineOrder" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutToken_Request": { - "properties": { - "params": { - "$ref": "#/components/schemas/NftCheckoutParams" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutToken_Response": { - "properties": { - "resp": { - "$ref": "#/components/schemas/NftCheckout" - } - }, - "type": "object" - }, - "API_GetSequenceContext_Request": { - "type": "object" - }, - "API_GetSequenceContext_Response": { - "properties": { - "data": { - "$ref": "#/components/schemas/SequenceContext" - } - }, - "type": "object" - }, - "API_GetSwapQuotes_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "currencyAddress": { - "type": "string" - }, - "currencyAmount": { - "type": "string" - }, - "includeApprove": { - "type": "boolean" - }, - "userAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSwapQuotes_Response": { - "properties": { - "swapQuotes": { - "description": "[]SwapQuote", - "items": { - "$ref": "#/components/schemas/SwapQuote" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_InternalClaimAccessCode_Request": { - "properties": { - "accessCode": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "type": "object" - }, - "API_InternalClaimAccessCode_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidAccessCode_Request": { - "properties": { - "accessCode": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidAccessCode_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidETHAuthProof_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidETHAuthProof_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidMessageSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "message": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidMessageSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "digest": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidTypedDataSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "typedData": { - "type": "object" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidTypedDataSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_LinkWallet_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "linkedWalletMessage": { - "type": "string" - }, - "linkedWalletSignature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_LinkWallet_Response": { - "properties": { - "linkedWalletAddress": { - "type": "string" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_ListCurrencyGroups_Request": { - "type": "object" - }, - "API_ListCurrencyGroups_Response": { - "properties": { - "currencyGroups": { - "description": "[]CurrencyGroup", - "items": { - "$ref": "#/components/schemas/CurrencyGroup" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_ListInventoryPaymentConfigs_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "API_ListInventoryPaymentConfigs_Response": { - "properties": { - "configs": { - "description": "[]InventoryPaymentConfig", - "items": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_LookupContractCallSelectors_Request": { - "properties": { - "selectors": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_LookupContractCallSelectors_Response": { - "properties": { - "signatures": { - "description": "[][]string", - "items": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_MemoryLoad_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryLoad_Response": { - "properties": { - "value": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryStore_Request": { - "properties": { - "key": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryStore_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_PaperSessionSecret_Request": { - "properties": { - "chainName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "paramsJson": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret_Response": { - "properties": { - "secret": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret2_Request": { - "properties": { - "abi": { - "type": "string" - }, - "chainName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "paramsJson": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret2_Response": { - "properties": { - "secret": { - "type": "string" - } - }, - "type": "object" - }, - "API_Ping_Request": { - "type": "object" - }, - "API_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RemoveFriend_Request": { - "properties": { - "friendAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RemoveFriend_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RemoveLinkedWallet_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "linkedWalletMessage": { - "type": "string" - }, - "linkedWalletSignature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RemoveLinkedWallet_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RequestInventoryPayment_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "configId": { - "type": "number" - }, - "recipient": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RequestInventoryPayment_Response": { - "properties": { - "payment": { - "$ref": "#/components/schemas/InventoryPaymentResponse" - } - }, - "type": "object" - }, - "API_ResolveENSAddress_Request": { - "properties": { - "ens": { - "type": "string" - } - }, - "type": "object" - }, - "API_ResolveENSAddress_Response": { - "properties": { - "address": { - "type": "string" - }, - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RuntimeStatus_Request": { - "type": "object" - }, - "API_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "API_SearchFriends_Request": { - "properties": { - "filterUsername": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_SearchFriends_Response": { - "properties": { - "friends": { - "description": "[]Friend", - "items": { - "$ref": "#/components/schemas/Friend" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_SendPasswordlessLink_Request": { - "properties": { - "email": { - "type": "string" - }, - "intent": { - "type": "string" - }, - "redirectUri": { - "type": "string" - } - }, - "type": "object" - }, - "API_SendPasswordlessLink_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UpdateCurrencyGroup_Request": { - "properties": { - "currencyGroup": { - "$ref": "#/components/schemas/CurrencyGroup" - } - }, - "type": "object" - }, - "API_UpdateCurrencyGroup_Response": { - "type": "object" - }, - "API_UpdateFriendNickname_Request": { - "properties": { - "friendAddress": { - "type": "string" - }, - "nickname": { - "type": "string" - } - }, - "type": "object" - }, - "API_UpdateFriendNickname_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UpdateInventoryPaymentConfig_Request": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_UpdateInventoryPaymentConfig_Response": { - "type": "object" - }, - "API_UserStorageDelete_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_UserStorageDelete_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UserStorageFetch_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_UserStorageFetch_Response": { - "properties": { - "object": { - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageFetchAll_Request": { - "properties": { - "keys": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_UserStorageFetchAll_Response": { - "properties": { - "objects": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageSave_Request": { - "properties": { - "key": { - "type": "string" - }, - "object": { - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageSave_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_ValidateWaaSVerificationNonce_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "nonce": { - "type": "string" - }, - "sessionId": { - "type": "string" - }, - "signature": { - "type": "string" - } - }, - "type": "object" - }, - "API_ValidateWaaSVerificationNonce_Response": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_Version_Request": { - "type": "object" - }, - "API_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "CurrencyGroup": { - "properties": { - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "tokens": { - "description": "[]CurrencyGroupToken", - "items": { - "$ref": "#/components/schemas/CurrencyGroupToken" - }, - "type": "array" - } - }, - "required": [ - "id", - "name", - "tokens" - ], - "type": "object" - }, - "Friend": { - "properties": { - "createdAt": { - "type": "string" - }, - "friendAddress": { - "type": "string" - }, - "id": { - "type": "number" - }, - "nickname": { - "type": "string" - }, - "user": { - "$ref": "#/components/schemas/User" - }, - "userAddress": { - "type": "string" - } - }, - "required": [ - "id", - "userAddress", - "friendAddress", - "nickname" - ], - "type": "object" - }, - "InventoryPaymentConfig": { - "properties": { - "allowCrossChainPayments": { - "type": "boolean" - }, - "callbackURL": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "chainedCallAddress": { - "type": "string" - }, - "chainedCallData": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "externalProductId": { - "type": "string" - }, - "id": { - "type": "number" - }, - "paymentAmount": { - "type": "number" - }, - "paymentRecipient": { - "type": "string" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "projectId": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentAmount", - "paymentRecipient", - "createdAt" - ], - "type": "object" - }, - "ContractCall": { - "properties": { - "args": { - "description": "[]TupleComponent", - "items": { - "$ref": "#/components/schemas/TupleComponent" - }, - "type": "array" - }, - "function": { - "type": "string" - }, - "signature": { - "type": "string" - } - }, - "required": [ - "signature", - "function", - "args" - ], - "type": "object" - }, - "Page": { - "properties": { - "after": { - "type": "object" - }, - "before": { - "type": "object" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "page": { - "type": "number" - }, - "pageSize": { - "type": "number" - }, - "sort": { - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - }, - "type": "array" - }, - "totalRecords": { - "type": "number" - } - }, - "type": "object" - }, - "User": { - "properties": { - "address": { - "type": "string" - }, - "avatar": { - "type": "string" - }, - "backup": { - "type": "boolean" - }, - "backupConfirmed": { - "type": "boolean" - }, - "bio": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "locale": { - "type": "string" - }, - "location": { - "type": "string" - }, - "maxInvites": { - "type": "number" - }, - "normalizedUsername": { - "type": "string" - }, - "sysAdmin": { - "type": "boolean" - }, - "updatedAt": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "address", - "username", - "normalizedUsername", - "avatar", - "bio", - "location", - "locale", - "sysAdmin" - ], - "type": "object" - }, - "Token": { - "properties": { - "collectionId": { - "type": "number" - }, - "metadata": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "private": { - "type": "boolean" - }, - "searchColumn": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "collectionId", - "tokenId", - "metadata", - "private", - "searchColumn" - ], - "type": "object" - }, - "TokenPrice": { - "properties": { - "buyPrice": { - "$ref": "#/components/schemas/Price" - }, - "floorPrice": { - "$ref": "#/components/schemas/Price" - }, - "price": { - "$ref": "#/components/schemas/Price" - }, - "price24hChange": { - "$ref": "#/components/schemas/Price" - }, - "sellPrice": { - "$ref": "#/components/schemas/Price" - }, - "token": { - "$ref": "#/components/schemas/Token" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "token", - "floorPrice", - "buyPrice", - "sellPrice", - "updatedAt" - ], - "type": "object" - }, - "ExchangeRate": { - "properties": { - "currencyType": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "value": { - "type": "number" - }, - "vsCurrency": { - "type": "string" - } - }, - "required": [ - "name", - "symbol", - "value", - "vsCurrency", - "currencyType" - ], - "type": "object" - }, - "InviteInfo": { - "properties": { - "expiryInHours": { - "type": "number" - }, - "invites": { - "description": "[]InviteCode", - "items": { - "$ref": "#/components/schemas/InviteCode" - }, - "type": "array" - }, - "max": { - "type": "number" - } - }, - "required": [ - "expiryInHours", - "max", - "invites" - ], - "type": "object" - }, - "SardineOrder": { - "properties": { - "contractAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "fiatCurrency": { - "type": "string" - }, - "fiatExchangeRateUSD": { - "type": "number" - }, - "id": { - "type": "string" - }, - "imageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "networkFee": { - "type": "number" - }, - "paymentCurrency": { - "type": "string" - }, - "paymentMethodType": { - "type": "string" - }, - "price": { - "type": "number" - }, - "recipientAddress": { - "type": "string" - }, - "referenceId": { - "type": "string" - }, - "status": { - "type": "string" - }, - "subTotal": { - "type": "number" - }, - "total": { - "type": "number" - }, - "transactionFee": { - "type": "number" - }, - "transactionHash": { - "type": "string" - }, - "transactionId": { - "type": "string" - }, - "transactionType": { - "type": "string" - } - }, - "required": [ - "id", - "referenceId", - "status", - "fiatCurrency", - "fiatExchangeRateUSD", - "transactionId", - "total", - "subTotal", - "transactionFee", - "networkFee", - "transactionType", - "name", - "price", - "imageUrl", - "recipientAddress" - ], - "type": "object" - }, - "NftCheckoutParams": { - "properties": { - "approvedSpenderAddress": { - "type": "string" - }, - "blockchainNftId": { - "type": "string" - }, - "calldata": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "imageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "network": { - "type": "string" - }, - "platform": { - "type": "string" - }, - "quantity": { - "type": "number" - }, - "recipientAddress": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "tokenAmount": { - "type": "string" - }, - "tokenDecimals": { - "type": "number" - }, - "tokenSymbol": { - "type": "string" - } - }, - "required": [ - "name", - "imageUrl", - "network", - "recipientAddress", - "blockchainNftId", - "contractAddress", - "quantity", - "tokenAmount", - "tokenAddress", - "tokenSymbol", - "calldata", - "platform" - ], - "type": "object" - }, - "NftCheckout": { - "properties": { - "expiresAt": { - "type": "string" - }, - "orderId": { - "type": "string" - }, - "token": { - "type": "string" - } - }, - "required": [ - "token", - "expiresAt", - "orderId" - ], - "type": "object" - }, - "SequenceContext": { - "properties": { - "factory": { - "type": "string" - }, - "guestModule": { - "type": "string" - }, - "mainModule": { - "type": "string" - }, - "mainModuleUpgradable": { - "type": "string" - }, - "utils": { - "type": "string" - } - }, - "required": [ - "factory", - "mainModule", - "mainModuleUpgradable", - "guestModule", - "utils" - ], - "type": "object" - }, - "SwapQuote": { - "properties": { - "approveData": { - "type": "string" - }, - "currencyAddress": { - "type": "string" - }, - "currencyBalance": { - "type": "string" - }, - "maxPrice": { - "type": "string" - }, - "price": { - "type": "string" - }, - "to": { - "type": "string" - }, - "transactionData": { - "type": "string" - } - }, - "required": [ - "currencyAddress", - "currencyBalance", - "price", - "maxPrice", - "to", - "transactionData", - "approveData" - ], - "type": "object" - }, - "InventoryPaymentResponse": { - "properties": { - "chainId": { - "type": "number" - }, - "expiration": { - "type": "string" - }, - "externalProductId": { - "type": "string" - }, - "inventoryPaymentConfigId": { - "type": "number" - }, - "paymentId": { - "type": "number" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "paymentTotal": { - "type": "number" - }, - "signature": { - "type": "string" - }, - "txData": { - "type": "string" - }, - "txTo": { - "type": "string" - } - }, - "required": [ - "paymentId", - "inventoryPaymentConfigId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentTotal", - "expiration", - "signature", - "txTo", - "txData" - ], - "type": "object" - }, - "RuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "numTxnsRelayed": { - "$ref": "#/components/schemas/NumTxnsRelayed" - }, - "senders": { - "description": "[]SenderStatus", - "items": { - "$ref": "#/components/schemas/SenderStatus" - }, - "type": "array" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "useEIP1559": { - "type": "boolean" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "useEIP1559", - "senders", - "checks", - "numTxnsRelayed" - ], - "type": "object" - }, - "Version": { - "properties": { - "appVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "webrpcVersion": { - "type": "string" - } - }, - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], - "type": "object" - }, - "CurrencyGroupToken": { - "properties": { - "chainId": { - "type": "number" - }, - "currencyGroupId": { - "type": "number" - }, - "id": { - "type": "number" - }, - "tokenAddress": { - "type": "string" - } - }, - "required": [ - "id", - "currencyGroupId", - "chainId", - "tokenAddress" - ], - "type": "object" - }, - "TokenType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "ERC20", - "ERC721", - "ERC1155" - ], - "type": "string" - }, - "TupleComponent": { - "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "value": { - "type": "object" - } - }, - "required": [ - "type", - "value" - ], - "type": "object" - }, - "SortBy": { - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - }, - "required": [ - "column", - "order" - ], - "type": "object" - }, - "TokenMetadata": { - "properties": { - "animationUrl": { - "type": "string" - }, - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "attributes": { - "description": "[]map", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "type": "array" - }, - "audio": { - "type": "string" - }, - "backgroundColor": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "description": { - "type": "string" - }, - "externalUrl": { - "type": "string" - }, - "image": { - "type": "string" - }, - "imageData": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "video": { - "type": "string" - } - }, - "required": [ - "tokenId", - "name", - "attributes" - ], - "type": "object" - }, - "Price": { - "properties": { - "currency": { - "type": "string" - }, - "value": { - "type": "number" - } - }, - "required": [ - "value", - "currency" - ], - "type": "object" - }, - "InviteCode": { - "properties": { - "code": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "email": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "ownerAccount": { - "type": "string" - }, - "source": { - "type": "string" - }, - "url": { - "type": "string" - }, - "usesLeft": { - "type": "number" - } - }, - "required": [ - "code", - "source", - "usesLeft", - "ownerAccount", - "url" - ], - "type": "object" - }, - "RuntimeChecks": { - "type": "object" - }, - "NumTxnsRelayed": { - "properties": { - "current": { - "type": "number" - }, - "period": { - "type": "number" - }, - "prev": { - "type": "number" - } - }, - "required": [ - "prev", - "current", - "period" - ], - "type": "object" - }, - "SenderStatus": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "etherBalance": { - "type": "number" - }, - "index": { - "type": "number" - } - }, - "required": [ - "index", - "address", - "etherBalance", - "active" - ], - "type": "object" - }, - "SortOrder": { - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ], - "type": "string" - }, - "Asset": { - "properties": { - "collectionId": { - "type": "number" - }, - "filename": { - "type": "string" - }, - "filesize": { - "type": "number" - }, - "height": { - "type": "number" - }, - "id": { - "type": "number" - }, - "metadataField": { - "type": "string" - }, - "mimeType": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - }, - "width": { - "type": "number" - } - }, - "required": [ - "id", - "collectionId", - "metadataField" - ], - "type": "object" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } -} \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/output/indexer-openapi.json b/docs/components/SpecAPIComponent/output/indexer-openapi.json deleted file mode 100644 index 6c67d71755..0000000000 --- a/docs/components/SpecAPIComponent/output/indexer-openapi.json +++ /dev/null @@ -1,9616 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API\n\nThis specification covers the indexer endpoints of the API.", - "title": "Sequence API - Indexer API", - "version": "1.0.0" - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/Indexer/AddWebhookListener": { - "post": { - "operationId": "indexer-AddWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_AddWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_AddWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "AddWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/FetchTransactionReceipt": { - "post": { - "description": "Fetches a single receipt and then will stop the subscription", - "operationId": "indexer-FetchTransactionReceipt", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceipt_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceipt_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "FetchTransactionReceipt", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/FetchTransactionReceiptWithFilter": { - "post": { - "description": "Fetches a single receipt with filter and then will stop the subscription", - "operationId": "indexer-FetchTransactionReceiptWithFilter", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceiptWithFilter_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceiptWithFilter_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "FetchTransactionReceiptWithFilter", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetAllWebhookListeners": { - "post": { - "operationId": "indexer-GetAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetBalanceUpdates": { - "post": { - "description": "Get balance update aggregate values -- useful for syncing balance details of a contract, ie. from Skyweaver", - "operationId": "indexer-GetBalanceUpdates", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetBalanceUpdates_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetBalanceUpdates_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetBalanceUpdates", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetChainID": { - "post": { - "description": "Get the chain ID of the indexer", - "operationId": "indexer-GetChainID", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetChainID_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetChainID_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetChainID", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetEtherBalance": { - "post": { - "description": "Queries an ethereum node for the latest and confirm ETH balances", - "operationId": "indexer-GetEtherBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetEtherBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetEtherBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetEtherBalance", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetOrderbookOrders": { - "post": { - "description": "Fetch orderbook orders", - "operationId": "indexer-GetOrderbookOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetOrderbookOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetOrderbookOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetOrderbookOrders", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenBalances": { - "post": { - "description": "GetTokenBalances returns a balance summary/details for a specific account. By default if accountAddress is left empty, it will use the account from the jwt session.\nAlso, if contractAddress is undefined, then it will list all current user coins/collectibles. But, if contractAddress is provided, then it will return the token balances for the contract, this is only useful for 1155, but for other tokens, it can act as a filter for the single balance.", - "operationId": "indexer-GetTokenBalances", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenBalances_Request" - }, - "example": { - "value": { - "accountAddress": "0xE3f350a1ab7e6fC2Da7CCa7F567a77968B607d3b", - "includeMetadata": true - } - - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenBalances_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenBalances", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenSupplies": { - "post": { - "description": "GetTokenSupplies returns the set of tokenIDs used by a contract address, supporting ERC-20, ERC-721, and ERC-1155 contracts, and their respective supply as well.", - "operationId": "indexer-GetTokenSupplies", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSupplies_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSupplies_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenSupplies", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenSuppliesMap": { - "post": { - "description": "GetTokenSuppliesMap returns the token supplies of ERC-20 and ERC-1155 tokens as requested in the `tokenMap` represented as a map of contractAddress :: []tokenIDs.\nFor an ERC-20 specify tokenIDs as an empty array or [0], for example, { '0xdef': [] } or { '0xdef': [0] } For ERC-1155 pass the array of tokens are strings, ie. { '0xabc': ['1', '2', '3'] }", - "operationId": "indexer-GetTokenSuppliesMap", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSuppliesMap_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSuppliesMap_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenSuppliesMap", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTopOrders": { - "post": { - "operationId": "indexer-GetTopOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTopOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTopOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTopOrders", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTransactionHistory": { - "post": { - "description": "History of mined transactions for the account which includes a list of token transfers (sent/recieved) and sent transactions from a Sequence wallet", - "operationId": "indexer-GetTransactionHistory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTransactionHistory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTransactionHistory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTransactionHistory", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetWebhookListener": { - "post": { - "operationId": "indexer-GetWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/PauseAllWebhookListeners": { - "post": { - "operationId": "indexer-PauseAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_PauseAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_PauseAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "PauseAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/Ping": { - "post": { - "description": "Ping the indexer", - "operationId": "indexer-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/RemoveWebhookListener": { - "post": { - "operationId": "indexer-RemoveWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RemoveWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RemoveWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "RemoveWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/ResumeAllWebhookListeners": { - "post": { - "operationId": "indexer-ResumeAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ResumeAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ResumeAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "ResumeAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/RuntimeStatus": { - "post": { - "description": "Get the current runtime health status of the indexer", - "operationId": "indexer-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeBalanceUpdates": { - "post": { - "operationId": "indexer-SubscribeBalanceUpdates", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeBalanceUpdates_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeBalanceUpdates_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeBalanceUpdates", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeEvents": { - "post": { - "description": "TODO: pass optional block ... can pass too, reorg true, etc. or stay behind, etc.", - "operationId": "indexer-SubscribeEvents", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeEvents_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeEvents_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeEvents", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeReceipts": { - "post": { - "operationId": "indexer-SubscribeReceipts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeReceipts_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeReceipts_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeReceipts", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SyncBalance": { - "post": { - "description": "Re-sync an incorrect token balance with the correct on-chain balance", - "operationId": "indexer-SyncBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SyncBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SyncBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SyncBalance", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/ToggleWebhookListener": { - "post": { - "operationId": "indexer-ToggleWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ToggleWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ToggleWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "ToggleWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/UpdateWebhookListener": { - "post": { - "operationId": "indexer-UpdateWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_UpdateWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_UpdateWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "UpdateWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/Version": { - "post": { - "description": "Get the current version of the indexer", - "operationId": "indexer-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "indexer" - ] - } - } - }, - "components": { - "schemas": { - "Indexer_AddWebhookListener_Request": { - "properties": { - "filters": { - "$ref": "#/components/schemas/EventFilter" - }, - "projectId": { - "type": "number" - }, - "url": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_AddWebhookListener_Response": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnauthorized": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1000, - "type": "number" - }, - "error": { - "example": "Unauthorized", - "type": "string" - }, - "msg": { - "example": "Unauthorized access", - "type": "string" - }, - "status": { - "example": 401, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorPermissionDenied": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1001, - "type": "number" - }, - "error": { - "example": "PermissionDenied", - "type": "string" - }, - "msg": { - "example": "Permission denied", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSessionExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1002, - "type": "number" - }, - "error": { - "example": "SessionExpired", - "type": "string" - }, - "msg": { - "example": "Session expired", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMethodNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1003, - "type": "number" - }, - "error": { - "example": "MethodNotFound", - "type": "string" - }, - "msg": { - "example": "Method not found", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequestConflict": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1004, - "type": "number" - }, - "error": { - "example": "RequestConflict", - "type": "string" - }, - "msg": { - "example": "Conflict with target resource", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorAborted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Aborted", - "type": "string" - }, - "msg": { - "example": "Request aborted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTimeout": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2000, - "type": "number" - }, - "error": { - "example": "Timeout", - "type": "string" - }, - "msg": { - "example": "Request timed out", - "type": "string" - }, - "status": { - "example": 408, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2001, - "type": "number" - }, - "error": { - "example": "InvalidArgument", - "type": "string" - }, - "msg": { - "example": "Invalid argument", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnavailable": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "Unavailable", - "type": "string" - }, - "msg": { - "example": "Unavailable resource", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorQueryFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2003, - "type": "number" - }, - "error": { - "example": "QueryFailed", - "type": "string" - }, - "msg": { - "example": "Query failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorResourceExhausted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2004, - "type": "number" - }, - "error": { - "example": "ResourceExhausted", - "type": "string" - }, - "msg": { - "example": "Resource exhausted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3000, - "type": "number" - }, - "error": { - "example": "NotFound", - "type": "string" - }, - "msg": { - "example": "Resource not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorProjectNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3002, - "type": "number" - }, - "error": { - "example": "ProjectNotFound", - "type": "string" - }, - "msg": { - "example": "Project not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMetadataCallFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "MetadataCallFailed", - "type": "string" - }, - "msg": { - "example": "Metadata service call failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "Indexer_FetchTransactionReceipt_Request": { - "properties": { - "maxBlockWait": { - "type": "number" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceipt_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceiptWithFilter_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionFilter" - }, - "maxBlockWait": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceiptWithFilter_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_GetAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetAllWebhookListeners_Response": { - "properties": { - "listeners": { - "description": "[]WebhookListener", - "items": { - "$ref": "#/components/schemas/WebhookListener" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetBalanceUpdates_Request": { - "properties": { - "contractAddress": { - "type": "string" - }, - "lastBlockHash": { - "type": "string" - }, - "lastBlockNumber": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetBalanceUpdates_Response": { - "properties": { - "balances": { - "description": "[]TokenBalance", - "items": { - "$ref": "#/components/schemas/TokenBalance" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetChainID_Request": { - "type": "object" - }, - "Indexer_GetChainID_Response": { - "properties": { - "chainID": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetEtherBalance_Request": { - "properties": { - "accountAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_GetEtherBalance_Response": { - "properties": { - "balance": { - "$ref": "#/components/schemas/EtherBalance" - } - }, - "type": "object" - }, - "Indexer_GetOrderbookOrders_Request": { - "properties": { - "beforeExpiryTimestamp": { - "type": "number" - }, - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "filters": { - "description": "[]OrderbookOrderFilter", - "items": { - "$ref": "#/components/schemas/OrderbookOrderFilter" - }, - "type": "array" - }, - "orderStatuses": { - "description": "[]OrderStatus", - "items": { - "$ref": "#/components/schemas/OrderStatus" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetOrderbookOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenBalances_Request": { - "properties": { - "accountAddress": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "includeCollectionTokens": { - "type": "boolean" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenID": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_GetTokenBalances_Response": { - "properties": { - "balances": { - "description": "[]TokenBalance", - "items": { - "$ref": "#/components/schemas/TokenBalance" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenSupplies_Request": { - "properties": { - "contractAddress": { - "type": "string" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenSupplies_Response": { - "properties": { - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIDs": { - "description": "[]TokenSupply", - "items": { - "$ref": "#/components/schemas/TokenSupply" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTokenSuppliesMap_Request": { - "properties": { - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "tokenMap": { - "additionalProperties": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Indexer_GetTokenSuppliesMap_Response": { - "properties": { - "supplies": { - "additionalProperties": { - "description": "[]TokenSupply", - "items": { - "$ref": "#/components/schemas/TokenSupply" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Indexer_GetTopOrders_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "excludeUser": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderbookContractAddress": { - "type": "string" - }, - "priceSort": { - "$ref": "#/components/schemas/SortOrder" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTopOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTransactionHistory_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionHistoryFilter" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTransactionHistory_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetWebhookListener_Response": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - } - }, - "type": "object" - }, - "Indexer_PauseAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_PauseAllWebhookListeners_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_Ping_Request": { - "type": "object" - }, - "Indexer_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_RemoveWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_RemoveWebhookListener_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_ResumeAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_ResumeAllWebhookListeners_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_RuntimeStatus_Request": { - "type": "object" - }, - "Indexer_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Indexer_SubscribeBalanceUpdates_Request": { - "properties": { - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_SubscribeBalanceUpdates_Response": { - "properties": { - "balance": { - "$ref": "#/components/schemas/TokenBalance" - } - }, - "type": "object" - }, - "Indexer_SubscribeEvents_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/EventFilter" - } - }, - "type": "object" - }, - "Indexer_SubscribeEvents_Response": { - "properties": { - "log": { - "$ref": "#/components/schemas/EventLog" - } - }, - "type": "object" - }, - "Indexer_SubscribeReceipts_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionFilter" - } - }, - "type": "object" - }, - "Indexer_SubscribeReceipts_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_SyncBalance_Request": { - "properties": { - "accountAddress": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenID": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_SyncBalance_Response": { - "type": "object" - }, - "Indexer_ToggleWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_ToggleWebhookListener_Response": { - "properties": { - "webhookListener": { - "$ref": "#/components/schemas/WebhookListener" - } - }, - "type": "object" - }, - "Indexer_UpdateWebhookListener_Request": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_UpdateWebhookListener_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_Version_Request": { - "type": "object" - }, - "Indexer_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "EventFilter": { - "properties": { - "accounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "events": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "WebhookListener": { - "properties": { - "active": { - "type": "boolean" - }, - "filters": { - "$ref": "#/components/schemas/EventFilter" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectID": { - "type": "number" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "projectID", - "url", - "filters", - "name", - "updatedAt", - "active" - ], - "type": "object" - }, - "TransactionReceipt": { - "properties": { - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "effectiveGasPrice": { - "type": "string" - }, - "final": { - "type": "boolean" - }, - "from": { - "type": "string" - }, - "gasUsed": { - "type": "number" - }, - "logs": { - "description": "[]TransactionLog", - "items": { - "$ref": "#/components/schemas/TransactionLog" - }, - "type": "array" - }, - "reorged": { - "type": "boolean" - }, - "to": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnStatus": { - "$ref": "#/components/schemas/TransactionStatus" - }, - "txnType": { - "$ref": "#/components/schemas/TransactionType" - } - }, - "required": [ - "txnHash", - "txnStatus", - "txnIndex", - "txnType", - "blockHash", - "blockNumber", - "gasUsed", - "effectiveGasPrice", - "from", - "to", - "logs", - "final", - "reorged" - ], - "type": "object" - }, - "TransactionFilter": { - "properties": { - "contractAddress": { - "type": "string" - }, - "event": { - "type": "string" - }, - "from": { - "type": "string" - }, - "to": { - "type": "string" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "Page": { - "properties": { - "after": { - "type": "object" - }, - "before": { - "type": "object" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "page": { - "type": "number" - }, - "pageSize": { - "type": "number" - }, - "sort": { - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - }, - "type": "array" - }, - "totalRecords": { - "type": "number" - } - }, - "type": "object" - }, - "TokenBalance": { - "properties": { - "accountAddress": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "isNFTSummary": { - "type": "boolean" - }, - "tokenID": { - "type": "string" - }, - "tokenMetadata": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "required": [ - "contractType", - "contractAddress", - "accountAddress", - "balance", - "blockHash", - "blockNumber", - "chainId", - "isNFTSummary" - ], - "type": "object" - }, - "EtherBalance": { - "properties": { - "accountAddress": { - "type": "string" - }, - "balanceWei": { - "type": "string" - } - }, - "required": [ - "accountAddress", - "balanceWei" - ], - "type": "object" - }, - "OrderbookOrderFilter": { - "properties": { - "isListing": { - "type": "boolean" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "userAddress": { - "type": "string" - } - }, - "required": [ - "tokenIds" - ], - "type": "object" - }, - "OrderStatus": { - "description": "Represented as uint32 on the server side", - "enum": [ - "OPEN", - "CLOSED", - "CANCELLED" - ], - "type": "string" - }, - "OrderbookOrder": { - "properties": { - "createdAt": { - "type": "number" - }, - "createdBy": { - "type": "string" - }, - "currencyAddress": { - "type": "string" - }, - "expiry": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderId": { - "type": "string" - }, - "orderStatus": { - "$ref": "#/components/schemas/OrderStatus" - }, - "orderbookContractAddress": { - "type": "string" - }, - "pricePerToken": { - "type": "string" - }, - "quantity": { - "type": "string" - }, - "quantityRemaining": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "required": [ - "orderId", - "tokenContract", - "tokenId", - "isListing", - "quantity", - "quantityRemaining", - "currencyAddress", - "pricePerToken", - "expiry", - "orderStatus", - "createdBy", - "createdAt", - "orderbookContractAddress" - ], - "type": "object" - }, - "MetadataOptions": { - "properties": { - "includeContracts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "unverifiedOnly": { - "type": "boolean" - }, - "verifiedOnly": { - "type": "boolean" - } - }, - "type": "object" - }, - "ContractType": { - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "ERC20", - "ERC721", - "ERC1155" - ], - "type": "string" - }, - "TokenSupply": { - "properties": { - "chainId": { - "type": "number" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "supply": { - "type": "string" - }, - "tokenID": { - "type": "string" - }, - "tokenMetadata": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "required": [ - "tokenID", - "supply", - "chainId" - ], - "type": "object" - }, - "SortOrder": { - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ], - "type": "string" - }, - "TransactionHistoryFilter": { - "properties": { - "accountAddress": { - "type": "string" - }, - "accountAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "fromBlock": { - "type": "number" - }, - "metaTransactionIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "toBlock": { - "type": "number" - }, - "tokenID": { - "type": "string" - }, - "transactionHashes": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Transaction": { - "properties": { - "blockNumber": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "metaTxnID": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "transfers": { - "description": "[]TxnLogTransfer", - "items": { - "$ref": "#/components/schemas/TxnLogTransfer" - }, - "type": "array" - }, - "txnHash": { - "type": "string" - }, - "users": { - "additionalProperties": { - "$ref": "#/components/schemas/TxnLogUser" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "blockNumber", - "chainId", - "timestamp" - ], - "type": "object" - }, - "RuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "numTxnsRelayed": { - "$ref": "#/components/schemas/NumTxnsRelayed" - }, - "senders": { - "description": "[]SenderStatus", - "items": { - "$ref": "#/components/schemas/SenderStatus" - }, - "type": "array" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "useEIP1559": { - "type": "boolean" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "useEIP1559", - "senders", - "checks", - "numTxnsRelayed" - ], - "type": "object" - }, - "EventLog": { - "properties": { - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "event": { - "$ref": "#/components/schemas/EventDecoded" - }, - "id": { - "type": "number" - }, - "logDataType": { - "$ref": "#/components/schemas/EventLogDataType" - }, - "parentBlockHash": { - "type": "string" - }, - "rawLog": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "ts": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnInfo": { - "$ref": "#/components/schemas/TxnInfo" - }, - "txnLogIndex": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/EventLogType" - }, - "uid": { - "type": "string" - } - }, - "required": [ - "id", - "uid", - "type", - "blockNumber", - "blockHash", - "parentBlockHash", - "contractAddress", - "contractType", - "txnHash", - "txnIndex", - "txnLogIndex", - "logDataType", - "ts" - ], - "type": "object" - }, - "Version": { - "properties": { - "appVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "webrpcVersion": { - "type": "string" - } - }, - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], - "type": "object" - }, - "TransactionLog": { - "properties": { - "contractAddress": { - "type": "string" - }, - "data": { - "type": "string" - }, - "index": { - "type": "number" - }, - "topics": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "contractAddress", - "topics", - "data", - "index" - ], - "type": "object" - }, - "TransactionStatus": { - "description": "Represented as uint32 on the server side", - "enum": [ - "FAILED", - "SUCCESSFUL" - ], - "type": "string" - }, - "TransactionType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "LegacyTxnType", - "AccessListTxnType", - "DynamicFeeTxnType" - ], - "type": "string" - }, - "SortBy": { - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - }, - "required": [ - "column", - "order" - ], - "type": "object" - }, - "ContractInfo": { - "properties": { - "address": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contentHash": { - "type": "number" - }, - "decimals": { - "type": "number" - }, - "deployed": { - "type": "boolean" - }, - "extensions": { - "$ref": "#/components/schemas/ContractInfoExtensions" - }, - "logoURI": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "type": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "chainId", - "address", - "name", - "type", - "symbol", - "logoURI", - "deployed", - "bytecodeHash", - "extensions", - "contentHash", - "updatedAt" - ], - "type": "object" - }, - "TokenMetadata": { - "properties": { - "animationUrl": { - "type": "string" - }, - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "attributes": { - "description": "[]map", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "type": "array" - }, - "audio": { - "type": "string" - }, - "backgroundColor": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "description": { - "type": "string" - }, - "externalUrl": { - "type": "string" - }, - "image": { - "type": "string" - }, - "imageData": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "video": { - "type": "string" - } - }, - "required": [ - "tokenId", - "name", - "attributes" - ], - "type": "object" - }, - "TxnLogTransfer": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "from": { - "type": "string" - }, - "ids": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "to": { - "type": "string" - }, - "transferType": { - "$ref": "#/components/schemas/TransferType" - } - }, - "required": [ - "transferType", - "contractAddress", - "from", - "to", - "ids", - "amounts" - ], - "type": "object" - }, - "TxnLogUser": { - "properties": { - "username": { - "type": "string" - } - }, - "required": [ - "username" - ], - "type": "object" - }, - "RuntimeChecks": { - "type": "object" - }, - "NumTxnsRelayed": { - "properties": { - "current": { - "type": "number" - }, - "period": { - "type": "number" - }, - "prev": { - "type": "number" - } - }, - "required": [ - "prev", - "current", - "period" - ], - "type": "object" - }, - "SenderStatus": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "etherBalance": { - "type": "number" - }, - "index": { - "type": "number" - } - }, - "required": [ - "index", - "address", - "etherBalance", - "active" - ], - "type": "object" - }, - "EventDecoded": { - "properties": { - "eventSig": { - "type": "string" - }, - "names": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "topicHash": { - "type": "string" - }, - "types": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "values": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "topicHash", - "eventSig", - "types", - "names", - "values" - ], - "type": "object" - }, - "EventLogDataType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "EVENT", - "TOKEN_TRANSFER", - "NATIVE_TOKEN_TRANSFER", - "SEQUENCE_TXN" - ], - "type": "string" - }, - "TxnInfo": { - "properties": { - "from": { - "type": "string" - }, - "to": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "required": [ - "from", - "to", - "value" - ], - "type": "object" - }, - "EventLogType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "UNKNOWN", - "BLOCK_ADDED", - "BLOCK_REMOVED" - ], - "type": "string" - }, - "ContractInfoExtensions": { - "properties": { - "blacklist": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "link": { - "type": "string" - }, - "ogImage": { - "type": "string" - }, - "ogName": { - "type": "string" - }, - "originAddress": { - "type": "string" - }, - "originChainId": { - "type": "number" - }, - "verified": { - "type": "boolean" - }, - "verifiedBy": { - "type": "string" - } - }, - "required": [ - "link", - "description", - "ogImage", - "ogName", - "originChainId", - "originAddress", - "blacklist", - "verified", - "verifiedBy", - "featured" - ], - "type": "object" - }, - "Asset": { - "properties": { - "collectionId": { - "type": "number" - }, - "filename": { - "type": "string" - }, - "filesize": { - "type": "number" - }, - "height": { - "type": "number" - }, - "id": { - "type": "number" - }, - "metadataField": { - "type": "string" - }, - "mimeType": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - }, - "width": { - "type": "number" - } - }, - "required": [ - "id", - "collectionId", - "metadataField" - ], - "type": "object" - }, - "TransferType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "SEND", - "RECEIVE", - "BRIDGE_DEPOSIT", - "BRIDGE_WITHDRAW", - "BURN", - "UNKNOWN" - ], - "type": "string" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } -} \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/output/marketplace-openapi.json b/docs/components/SpecAPIComponent/output/marketplace-openapi.json deleted file mode 100644 index 5046ef5f12..0000000000 --- a/docs/components/SpecAPIComponent/output/marketplace-openapi.json +++ /dev/null @@ -1,2206 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API\n\nThis specification covers the marketplace endpoints of the API.", - "title": "Sequence API - Marketplace API", - "version": "1.0.0" - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/Marketplace/GetOrderbookOrders": { - "post": { - "operationId": "marketplace-GetOrderbookOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetOrderbookOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetOrderbookOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetOrderbookOrders", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Marketplace/GetTopOrders": { - "post": { - "operationId": "marketplace-GetTopOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetTopOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetTopOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetTopOrders", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Marketplace/GetUserActivities": { - "post": { - "operationId": "marketplace-GetUserActivities", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetUserActivities_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetUserActivities_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetUserActivities", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/AcceptRequest": { - "post": { - "operationId": "marketplace-AcceptRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "AcceptRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/AcceptRequestBatch": { - "post": { - "operationId": "marketplace-AcceptRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "AcceptRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CancelRequest": { - "post": { - "operationId": "marketplace-CancelRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CancelRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CancelRequestBatch": { - "post": { - "operationId": "marketplace-CancelRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CancelRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CreateRequest": { - "post": { - "operationId": "marketplace-CreateRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CreateRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CreateRequestBatch": { - "post": { - "operationId": "marketplace-CreateRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CreateRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRequest": { - "post": { - "operationId": "marketplace-GetRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRequestBatch": { - "post": { - "operationId": "marketplace-GetRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRoyaltyInfo": { - "post": { - "operationId": "marketplace-GetRoyaltyInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRoyaltyInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRoyaltyInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRoyaltyInfo", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/IsRequestValid": { - "post": { - "operationId": "marketplace-IsRequestValid", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValid_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValid_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "IsRequestValid", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/IsRequestValidBatch": { - "post": { - "operationId": "marketplace-IsRequestValidBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValidBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValidBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "IsRequestValidBatch", - "tags": [ - "marketplace" - ] - } - } - }, - "components": { - "schemas": { - "Marketplace_GetOrderbookOrders_Request": { - "properties": { - "beforeExpiryTimestamp": { - "type": "number" - }, - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "filters": { - "$ref": "#/components/schemas/OrderbookOrderFilter" - }, - "metadataFilter": { - "$ref": "#/components/schemas/Filter" - }, - "orderStatuses": { - "description": "[]OrderStatus", - "items": { - "$ref": "#/components/schemas/OrderStatus" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Marketplace_GetOrderbookOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "Marketplace_GetTopOrders_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "excludeUser": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderbookContractAddress": { - "type": "string" - }, - "priceSort": { - "$ref": "#/components/schemas/SortOrder" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Marketplace_GetTopOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - } - }, - "type": "object" - }, - "Marketplace_GetUserActivities_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "userAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Marketplace_GetUserActivities_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequest_Request": { - "properties": { - "additionalFeeRecipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "additionalFees": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "quantity": { - "type": "string" - }, - "recipient": { - "type": "string" - }, - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequestBatch_Request": { - "properties": { - "additionalFeeRecipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "additionalFees": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "quantities": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "recipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequest_Request": { - "properties": { - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequestBatch_Request": { - "properties": { - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_CancelRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CreateRequest_Request": { - "properties": { - "request": { - "$ref": "#/components/schemas/ISequenceMarketStorageRequestParams" - } - }, - "type": "object" - }, - "Orderbook_CreateRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CreateRequestBatch_Request": { - "properties": { - "requests": { - "description": "[]ISequenceMarketStorageRequestParams", - "items": { - "$ref": "#/components/schemas/ISequenceMarketStorageRequestParams" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_CreateRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequest_Request": { - "properties": { - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequestBatch_Request": { - "properties": { - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_GetRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRoyaltyInfo_Request": { - "properties": { - "cost": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRoyaltyInfo_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValid_Request": { - "properties": { - "quantity": { - "type": "string" - }, - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValid_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValidBatch_Request": { - "properties": { - "quantities": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValidBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "OrderbookOrderFilter": { - "properties": { - "isListing": { - "type": "boolean" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "userAddress": { - "type": "string" - } - }, - "required": [ - "tokenIds" - ], - "type": "object" - }, - "Filter": { - "properties": { - "properties": { - "description": "[]PropertyFilter", - "items": { - "$ref": "#/components/schemas/PropertyFilter" - }, - "type": "array" - }, - "text": { - "type": "string" - } - }, - "type": "object" - }, - "OrderStatus": { - "description": "Represented as uint32 on the server side", - "enum": [ - "OPEN", - "CLOSED", - "CANCELLED" - ], - "type": "string" - }, - "Page": { - "properties": { - "after": { - "type": "object" - }, - "before": { - "type": "object" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "page": { - "type": "number" - }, - "pageSize": { - "type": "number" - }, - "sort": { - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - }, - "type": "array" - }, - "totalRecords": { - "type": "number" - } - }, - "type": "object" - }, - "OrderbookOrder": { - "properties": { - "createdAt": { - "type": "number" - }, - "createdBy": { - "type": "string" - }, - "currencyAddress": { - "type": "string" - }, - "expiry": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderId": { - "type": "string" - }, - "orderStatus": { - "$ref": "#/components/schemas/OrderStatus" - }, - "orderbookContractAddress": { - "type": "string" - }, - "pricePerToken": { - "type": "string" - }, - "quantity": { - "type": "string" - }, - "quantityRemaining": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "required": [ - "orderId", - "tokenContract", - "tokenId", - "isListing", - "quantity", - "quantityRemaining", - "currencyAddress", - "pricePerToken", - "expiry", - "orderStatus", - "createdBy", - "createdAt", - "orderbookContractAddress" - ], - "type": "object" - }, - "SortOrder": { - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ], - "type": "string" - }, - "ISequenceMarketStorageRequestParams": { - "properties": { - "currency": { - "type": "string" - }, - "expiry": { - "type": "string" - }, - "isERC1155": { - "type": "boolean" - }, - "isListing": { - "type": "boolean" - }, - "pricePerToken": { - "type": "string" - }, - "quantity": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "required": [ - "isListing", - "isERC1155", - "tokenContract", - "tokenId", - "quantity", - "expiry", - "currency", - "pricePerToken" - ], - "type": "object" - }, - "PropertyFilter": { - "properties": { - "max": { - "type": "number" - }, - "min": { - "type": "number" - }, - "name": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/PropertyType" - }, - "values": { - "description": "[]any", - "items": { - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "name", - "type" - ], - "type": "object" - }, - "SortBy": { - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - }, - "required": [ - "column", - "order" - ], - "type": "object" - }, - "PropertyType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "INT", - "STRING", - "ARRAY", - "GENERIC" - ], - "type": "string" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } -} \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/output/marketplace.gen.yaml b/docs/components/SpecAPIComponent/output/marketplace.gen.yaml deleted file mode 100644 index f555fcc90c..0000000000 --- a/docs/components/SpecAPIComponent/output/marketplace.gen.yaml +++ /dev/null @@ -1,3133 +0,0 @@ -# marketplace-api f89c761f2d08c8b0869bf54905cb4483356c54a8 -# -- -# Code generated by webrpc-gen@v0.20.1 with openapi generator; DO NOT EDIT -# -# webrpc-gen -service=Marketplace -ignore=@internal -schema=proto/marketplace.ridl -target=openapi -title=Marketplace Api -servers=https://marketplace-api.sequence.app/;Marketplace API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/marketplace.gen.yaml -openapi: 3.0.0 -info: - title: 'Marketplace Api' - version: '' -servers: - - url: 'https://marketplace-api.sequence.app/' - description: 'Marketplace API' -components: - securitySchemes: {ApiKeyAuth: {type: apiKey, in: header, description: 'Project access key for authenticating requests, get an access key at https://sequence.build', name: X-Access-Key}} - schemas: - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - ErrorWebrpcClientDisconnected: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "WebrpcClientDisconnected" - code: - type: number - example: -8 - msg: - type: string - example: "client disconnected" - cause: - type: string - status: - type: number - example: 400 - ErrorWebrpcStreamLost: - type: object - required: - - 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 - ErrorWebrpcStreamFinished: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "WebrpcStreamFinished" - code: - type: number - example: -10 - msg: - type: string - example: "stream finished" - cause: - type: string - status: - type: number - example: 200 - ErrorUnauthorized: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "Unauthorized" - code: - type: number - example: 1000 - msg: - type: string - example: "Unauthorized access" - cause: - type: string - status: - type: number - example: 401 - ErrorPermissionDenied: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "PermissionDenied" - code: - type: number - example: 1001 - msg: - type: string - example: "Permission denied" - cause: - type: string - status: - type: number - example: 403 - ErrorSessionExpired: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "SessionExpired" - code: - type: number - example: 1002 - msg: - type: string - example: "Session expired" - cause: - type: string - status: - type: number - example: 403 - ErrorMethodNotFound: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "MethodNotFound" - code: - type: number - example: 1003 - msg: - type: string - example: "Method not found" - cause: - type: string - status: - type: number - example: 404 - ErrorTimeout: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "Timeout" - code: - type: number - example: 2000 - msg: - type: string - example: "Request timed out" - cause: - type: string - status: - type: number - example: 408 - ErrorInvalidArgument: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "InvalidArgument" - code: - type: number - example: 2001 - msg: - type: string - example: "Invalid argument" - cause: - type: string - status: - type: number - example: 400 - ErrorNotFound: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "NotFound" - code: - type: number - example: 3000 - msg: - type: string - example: "Resource not found" - cause: - type: string - status: - type: number - example: 400 - ErrorUserNotFound: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "UserNotFound" - code: - type: number - example: 3001 - msg: - type: string - example: "User not found" - cause: - type: string - status: - type: number - example: 400 - ErrorProjectNotFound: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "ProjectNotFound" - code: - type: number - example: 3002 - msg: - type: string - example: "Project not found" - cause: - type: string - status: - type: number - example: 400 - ErrorInvalidTier: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "InvalidTier" - code: - type: number - example: 3003 - msg: - type: string - example: "Invalid subscription tier" - cause: - type: string - status: - type: number - example: 400 - ErrorProjectLimitReached: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "ProjectLimitReached" - code: - type: number - example: 3005 - msg: - type: string - example: "Project limit reached" - cause: - type: string - status: - type: number - example: 402 - ErrorNotImplemented: - type: object - required: - - error - - code - - msg - - status - properties: - error: - type: string - example: "NotImplemented" - code: - type: number - example: 9999 - msg: - type: string - example: "Not Implemented" - cause: - type: string - status: - type: number - example: 500 - TokenMetadata: - type: object - required: - - tokenId - - name - - attributes - properties: - tokenId: - type: string - name: - type: string - description: - type: string - image: - type: string - video: - type: string - audio: - type: string - properties: - type: object - description: 'map' - additionalProperties: - type: object - attributes: - type: array - description: '[]map' - items: - type: object - description: 'map' - additionalProperties: - type: object - imageData: - type: string - externalUrl: - type: string - backgroundColor: - type: string - animationUrl: - type: string - decimals: - type: number - updatedAt: - type: string - assets: - type: array - description: '[]Asset' - items: - $ref: '#/components/schemas/Asset' - Asset: - type: object - required: - - id - - collectionId - - tokenId - - metadataField - properties: - id: - type: number - collectionId: - type: number - tokenId: - type: string - url: - type: string - metadataField: - type: string - filename: - type: string - filesize: - type: number - mimeType: - type: string - width: - type: number - height: - type: number - updatedAt: - type: string - SortOrder: - type: string - description: Represented as uint32 on the server side - enum: - - DESC - - ASC - PropertyType: - type: string - description: Represented as uint32 on the server side - enum: - - INT - - STRING - - ARRAY - - GENERIC - MarketplaceKind: - type: string - description: Represented as uint32 on the server side - enum: - - unknown - - sequence_marketplace_v1 - - sequence_marketplace_v2 - - opensea - - magic_eden - - mintify - - looks_rare - - x2y2 - - sudo_swap - - coinbase - - rarible - - nftx - - foundation - - manifold - - zora - - blur - - super_rare - - okx - - element - - aqua_xyz - - auranft_co - OrderbookKind: - type: string - description: Represented as uint32 on the server side - enum: - - unknown - - sequence_marketplace_v1 - - sequence_marketplace_v2 - - blur - - opensea - - looks_rare - - reservoir - - x2y2 - SourceKind: - type: string - description: Represented as uint32 on the server side - enum: - - unknown - - external - - sequence_marketplace_v1 - - sequence_marketplace_v2 - OrderSide: - type: string - description: Represented as uint8 on the server side - enum: - - unknown - - listing - - offer - OrderStatus: - type: string - description: Represented as uint8 on the server side - enum: - - unknown - - active - - inactive - - expired - - cancelled - - filled - ContractType: - type: string - description: Represented as uint16 on the server side - enum: - - UNKNOWN - - ERC20 - - ERC721 - - ERC1155 - CollectionStatus: - type: string - description: Represented as uint8 on the server side - enum: - - unknown - - created - - syncing_metadata - - synced_metadata - - syncing_tokens - - synced_tokens - - syncing_orders - - active - - failed - - inactive - ProjectStatus: - type: string - description: Represented as uint8 on the server side - enum: - - unknown - - active - - inactive - CollectibleStatus: - type: string - description: Represented as uint8 on the server side - enum: - - unknown - - active - - inactive - WalletKind: - type: string - description: Represented as uint8 on the server side - enum: - - unknown - - sequence - StepType: - type: string - description: Represented as uint8 on the server side - enum: - - unknown - - tokenApproval - - buy - - sell - - createListing - - createOffer - - signEIP712 - - signEIP191 - TransactionCrypto: - type: string - description: Represented as uint32 on the server side - enum: - - none - - partially - - all - TransactionNFTCheckoutProvider: - type: string - description: Represented as uint32 on the server side - enum: - - unknown - - sardine - - transak - TransactionOnRampProvider: - type: string - description: Represented as uint32 on the server side - enum: - - unknown - - sardine - - transak - TransactionSwapProvider: - type: string - description: Represented as uint32 on the server side - enum: - - unknown - - zerox - ExecuteType: - type: string - description: Represented as uint32 on the server side - enum: - - unknown - - order - Page: - type: object - required: - - page - - pageSize - properties: - page: - type: number - pageSize: - type: number - more: - type: boolean - sort: - type: array - description: '[]SortBy' - items: - $ref: '#/components/schemas/SortBy' - SortBy: - type: object - required: - - column - - order - properties: - column: - type: string - order: - $ref: '#/components/schemas/SortOrder' - Filter: - type: object - properties: - text: - type: string - properties: - type: array - description: '[]PropertyFilter' - items: - $ref: '#/components/schemas/PropertyFilter' - PropertyFilter: - type: object - required: - - name - - type - properties: - name: - type: string - type: - $ref: '#/components/schemas/PropertyType' - min: - type: number - max: - type: number - values: - type: array - description: '[]any' - items: - type: object - CollectiblesFilter: - type: object - required: - - includeEmpty - properties: - includeEmpty: - type: boolean - searchText: - type: string - properties: - type: array - description: '[]PropertyFilter' - items: - $ref: '#/components/schemas/PropertyFilter' - marketplaces: - type: array - description: '[]MarketplaceKind' - items: - $ref: '#/components/schemas/MarketplaceKind' - inAccounts: - type: array - description: '[]string' - items: - type: string - notInAccounts: - type: array - description: '[]string' - items: - type: string - ordersCreatedBy: - type: array - description: '[]string' - items: - type: string - ordersNotCreatedBy: - type: array - description: '[]string' - items: - type: string - Order: - type: object - required: - - id - - collectionId - - collectibleId - - orderId - - marketplace - - source - - side - - status - - chainId - - collectionContractAddress - - tokenId - - createdBy - - priceAmount - - priceAmountFormatted - - priceAmountNet - - priceAmountNetFormatted - - priceCurrencyAddress - - priceDecimals - - priceUSD - - quantityInitial - - quantityInitialFormatted - - quantityRemaining - - quantityRemainingFormatted - - quantityAvailable - - quantityAvailableFormatted - - quantityDecimals - - feeBps - - feeBreakdown - - validFrom - - validUntil - - createdAt - - updatedAt - properties: - id: - type: number - collectionId: - type: number - collectibleId: - type: number - orderId: - type: string - marketplace: - $ref: '#/components/schemas/MarketplaceKind' - source: - $ref: '#/components/schemas/SourceKind' - side: - $ref: '#/components/schemas/OrderSide' - status: - $ref: '#/components/schemas/OrderStatus' - chainId: - type: number - collectionContractAddress: - type: string - tokenId: - type: string - createdBy: - type: string - priceAmount: - type: string - priceAmountFormatted: - type: string - priceAmountNet: - type: string - priceAmountNetFormatted: - type: string - priceCurrencyAddress: - type: string - priceDecimals: - type: number - priceUSD: - type: number - quantityInitial: - type: string - quantityInitialFormatted: - type: string - quantityRemaining: - type: string - quantityRemainingFormatted: - type: string - quantityAvailable: - type: string - quantityAvailableFormatted: - type: string - quantityDecimals: - type: number - feeBps: - type: number - feeBreakdown: - type: array - description: '[]FeeBreakdown' - items: - $ref: '#/components/schemas/FeeBreakdown' - validFrom: - type: string - validUntil: - type: string - orderCreatedAt: - type: string - orderUpdatedAt: - type: string - createdAt: - type: string - updatedAt: - type: string - deletedAt: - type: string - FeeBreakdown: - type: object - required: - - kind - - recipientAddress - - bps - properties: - kind: - type: string - recipientAddress: - type: string - bps: - type: number - CollectibleOrder: - type: object - required: - - metadata - properties: - metadata: - $ref: '#/components/schemas/TokenMetadata' - order: - $ref: '#/components/schemas/Order' - OrderFilter: - type: object - properties: - createdBy: - type: array - description: '[]string' - items: - type: string - marketplace: - type: array - description: '[]MarketplaceKind' - items: - $ref: '#/components/schemas/MarketplaceKind' - currencies: - type: array - description: '[]string' - items: - type: string - Activity: - type: object - required: - - type - - fromAddress - - toAddress - - txHash - - timestamp - - tokenId - - tokenImage - - tokenName - properties: - type: - type: string - fromAddress: - type: string - toAddress: - type: string - txHash: - type: string - timestamp: - type: number - tokenId: - type: string - tokenImage: - type: string - tokenName: - type: string - currency: - $ref: '#/components/schemas/Currency' - Collection: - type: object - required: - - id - - status - - chainId - - contractAddress - - contractType - - tokenQuantityDecimals - - config - - refreshMetadataJob - - refreshMetadataTimestamp - - createdAt - - updatedAt - properties: - id: - type: number - status: - $ref: '#/components/schemas/CollectionStatus' - chainId: - type: number - contractAddress: - type: string - contractType: - $ref: '#/components/schemas/ContractType' - tokenQuantityDecimals: - type: number - config: - $ref: '#/components/schemas/CollectionConfig' - refreshMetadataJob: - type: number - refreshMetadataTimestamp: - type: string - createdAt: - type: string - updatedAt: - type: string - deletedAt: - type: string - CollectionConfig: - type: object - required: - - lastSynced - - collectiblesSynced - properties: - lastSynced: - type: object - description: 'map' - additionalProperties: - $ref: '#/components/schemas/CollectionLastSynced' - collectiblesSynced: - type: string - CollectionLastSynced: - type: object - required: - - allOrders - - newOrders - properties: - allOrders: - type: string - newOrders: - type: string - Project: - type: object - required: - - id - - projectId - - collectionId - - chainId - - contractAddress - - status - - createdAt - - updatedAt - properties: - id: - type: number - projectId: - type: number - collectionId: - type: number - chainId: - type: number - contractAddress: - type: string - status: - $ref: '#/components/schemas/ProjectStatus' - createdAt: - type: string - updatedAt: - type: string - deletedAt: - type: string - Collectible: - type: object - required: - - id - - collectionId - - chainId - - contractAddress - - status - - tokenId - - createdAt - - updatedAt - properties: - id: - type: number - collectionId: - type: number - chainId: - type: number - contractAddress: - type: string - status: - $ref: '#/components/schemas/CollectibleStatus' - tokenId: - type: string - createdAt: - type: string - updatedAt: - type: string - deletedAt: - type: string - Currency: - type: object - required: - - id - - chainId - - contractAddress - - name - - symbol - - decimals - - imageUrl - - exchangeRate - - defaultChainCurrency - - nativeCurrency - - sardineSupported - - transakSupported - - createdAt - - updatedAt - properties: - id: - type: number - chainId: - type: number - contractAddress: - type: string - name: - type: string - symbol: - type: string - decimals: - type: number - imageUrl: - type: string - exchangeRate: - type: number - defaultChainCurrency: - type: boolean - nativeCurrency: - type: boolean - sardineSupported: - type: boolean - transakSupported: - type: boolean - createdAt: - type: string - updatedAt: - type: string - deletedAt: - type: string - OrderData: - type: object - required: - - orderId - - quantity - properties: - orderId: - type: string - quantity: - type: string - AdditionalFee: - type: object - required: - - amount - - receiver - properties: - amount: - type: string - receiver: - type: string - Step: - type: object - required: - - id - - data - - to - - value - properties: - id: - $ref: '#/components/schemas/StepType' - data: - type: string - to: - type: string - value: - type: string - signature: - $ref: '#/components/schemas/Signature' - post: - $ref: '#/components/schemas/PostRequest' - executeType: - $ref: '#/components/schemas/ExecuteType' - PostRequest: - type: object - required: - - endpoint - - method - - body - properties: - endpoint: - type: string - method: - type: string - body: - type: object - CreateReq: - type: object - required: - - tokenId - - quantity - - expiry - - currencyAddress - - pricePerToken - properties: - tokenId: - type: string - quantity: - type: string - expiry: - type: string - currencyAddress: - type: string - pricePerToken: - type: string - GetOrdersInput: - type: object - required: - - contractAddress - - orderId - - marketplace - properties: - contractAddress: - type: string - orderId: - type: string - marketplace: - $ref: '#/components/schemas/MarketplaceKind' - Signature: - type: object - required: - - domain - - types - - primaryType - - value - properties: - domain: - $ref: '#/components/schemas/Domain' - types: - type: object - primaryType: - type: string - value: - type: object - Domain: - type: object - required: - - name - - version - - chainId - - verifyingContract - properties: - name: - type: string - version: - type: string - chainId: - type: number - verifyingContract: - type: string - CheckoutOptionsMarketplaceOrder: - type: object - required: - - contractAddress - - orderId - - marketplace - properties: - contractAddress: - type: string - orderId: - type: string - marketplace: - $ref: '#/components/schemas/MarketplaceKind' - CheckoutOptionsItem: - type: object - required: - - tokenId - - quantity - properties: - tokenId: - type: string - quantity: - type: string - CheckoutOptions: - type: object - required: - - crypto - - swap - - nftCheckout - - onRamp - properties: - crypto: - $ref: '#/components/schemas/TransactionCrypto' - swap: - type: array - description: '[]TransactionSwapProvider' - items: - $ref: '#/components/schemas/TransactionSwapProvider' - nftCheckout: - type: array - description: '[]TransactionNFTCheckoutProvider' - items: - $ref: '#/components/schemas/TransactionNFTCheckoutProvider' - onRamp: - type: array - description: '[]TransactionOnRampProvider' - items: - $ref: '#/components/schemas/TransactionOnRampProvider' - Marketplace_ListCurrencies_Request: - type: object - Marketplace_GetCollectible_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - Marketplace_GetLowestPriceOfferForCollectible_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_GetHighestPriceOfferForCollectible_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_GetLowestPriceListingForCollectible_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_GetHighestPriceListingForCollectible_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_ListListingsForCollectible_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - page: - $ref: '#/components/schemas/Page' - Marketplace_ListOffersForCollectible_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - page: - $ref: '#/components/schemas/Page' - Marketplace_GetCollectibleLowestOffer_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_GetCollectibleHighestOffer_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_GetCollectibleLowestListing_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_GetCollectibleHighestListing_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - Marketplace_ListCollectibleListings_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - page: - $ref: '#/components/schemas/Page' - Marketplace_ListCollectibleOffers_Request: - type: object - properties: - contractAddress: - type: string - tokenId: - type: string - filter: - $ref: '#/components/schemas/OrderFilter' - page: - $ref: '#/components/schemas/Page' - Marketplace_GenerateBuyTransaction_Request: - type: object - properties: - collectionAddress: - type: string - buyer: - type: string - marketplace: - $ref: '#/components/schemas/MarketplaceKind' - ordersData: - type: array - description: '[]OrderData' - items: - $ref: '#/components/schemas/OrderData' - additionalFees: - type: array - description: '[]AdditionalFee' - items: - $ref: '#/components/schemas/AdditionalFee' - walletType: - $ref: '#/components/schemas/WalletKind' - Marketplace_GenerateSellTransaction_Request: - type: object - properties: - collectionAddress: - type: string - buyer: - type: string - marketplace: - $ref: '#/components/schemas/MarketplaceKind' - ordersData: - type: array - description: '[]OrderData' - items: - $ref: '#/components/schemas/OrderData' - additionalFees: - type: array - description: '[]AdditionalFee' - items: - $ref: '#/components/schemas/AdditionalFee' - walletType: - $ref: '#/components/schemas/WalletKind' - Marketplace_GenerateListingTransaction_Request: - type: object - properties: - collectionAddress: - type: string - owner: - type: string - contractType: - $ref: '#/components/schemas/ContractType' - orderbook: - $ref: '#/components/schemas/OrderbookKind' - listing: - $ref: '#/components/schemas/CreateReq' - walletType: - $ref: '#/components/schemas/WalletKind' - Marketplace_GenerateOfferTransaction_Request: - type: object - properties: - collectionAddress: - type: string - maker: - type: string - contractType: - $ref: '#/components/schemas/ContractType' - orderbook: - $ref: '#/components/schemas/OrderbookKind' - offer: - $ref: '#/components/schemas/CreateReq' - walletType: - $ref: '#/components/schemas/WalletKind' - Marketplace_Execute_Request: - type: object - properties: - signature: - type: string - executeType: - $ref: '#/components/schemas/ExecuteType' - body: - type: object - Marketplace_ListCollectibles_Request: - type: object - properties: - side: - $ref: '#/components/schemas/OrderSide' - contractAddress: - type: string - filter: - $ref: '#/components/schemas/CollectiblesFilter' - page: - $ref: '#/components/schemas/Page' - Marketplace_GetFloorOrder_Request: - type: object - properties: - contractAddress: - type: string - filter: - $ref: '#/components/schemas/CollectiblesFilter' - Marketplace_ListCollectiblesWithLowestListing_Request: - type: object - properties: - contractAddress: - type: string - filter: - $ref: '#/components/schemas/CollectiblesFilter' - page: - $ref: '#/components/schemas/Page' - Marketplace_ListCollectiblesWithHighestOffer_Request: - type: object - properties: - contractAddress: - type: string - filter: - $ref: '#/components/schemas/CollectiblesFilter' - page: - $ref: '#/components/schemas/Page' - Marketplace_GetOrders_Request: - type: object - properties: - input: - type: array - description: '[]GetOrdersInput' - items: - $ref: '#/components/schemas/GetOrdersInput' - page: - $ref: '#/components/schemas/Page' - Marketplace_CheckoutOptionsMarketplace_Request: - type: object - properties: - wallet: - type: string - orders: - type: array - description: '[]CheckoutOptionsMarketplaceOrder' - items: - $ref: '#/components/schemas/CheckoutOptionsMarketplaceOrder' - additionalFee: - type: number - Marketplace_CheckoutOptionsSalesContract_Request: - type: object - properties: - wallet: - type: string - contractAddress: - type: string - collectionAddress: - type: string - items: - type: array - description: '[]CheckoutOptionsItem' - items: - $ref: '#/components/schemas/CheckoutOptionsItem' - Marketplace_ListCurrencies_Response: - type: object - properties: - currencies: - type: array - description: '[]Currency' - items: - $ref: '#/components/schemas/Currency' - Marketplace_GetCollectible_Response: - type: object - properties: - metadata: - $ref: '#/components/schemas/TokenMetadata' - Marketplace_GetLowestPriceOfferForCollectible_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_GetHighestPriceOfferForCollectible_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_GetLowestPriceListingForCollectible_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_GetHighestPriceListingForCollectible_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_ListListingsForCollectible_Response: - type: object - properties: - listings: - type: array - description: '[]Order' - items: - $ref: '#/components/schemas/Order' - page: - $ref: '#/components/schemas/Page' - Marketplace_ListOffersForCollectible_Response: - type: object - properties: - offers: - type: array - description: '[]Order' - items: - $ref: '#/components/schemas/Order' - page: - $ref: '#/components/schemas/Page' - Marketplace_GetCollectibleLowestOffer_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_GetCollectibleHighestOffer_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_GetCollectibleLowestListing_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_GetCollectibleHighestListing_Response: - type: object - properties: - order: - $ref: '#/components/schemas/Order' - Marketplace_ListCollectibleListings_Response: - type: object - properties: - listings: - type: array - description: '[]Order' - items: - $ref: '#/components/schemas/Order' - page: - $ref: '#/components/schemas/Page' - Marketplace_ListCollectibleOffers_Response: - type: object - properties: - offers: - type: array - description: '[]Order' - items: - $ref: '#/components/schemas/Order' - page: - $ref: '#/components/schemas/Page' - Marketplace_GenerateBuyTransaction_Response: - type: object - properties: - steps: - type: array - description: '[]Step' - items: - $ref: '#/components/schemas/Step' - Marketplace_GenerateSellTransaction_Response: - type: object - properties: - steps: - type: array - description: '[]Step' - items: - $ref: '#/components/schemas/Step' - Marketplace_GenerateListingTransaction_Response: - type: object - properties: - steps: - type: array - description: '[]Step' - items: - $ref: '#/components/schemas/Step' - Marketplace_GenerateOfferTransaction_Response: - type: object - properties: - steps: - type: array - description: '[]Step' - items: - $ref: '#/components/schemas/Step' - Marketplace_Execute_Response: - type: object - properties: - orderId: - type: string - Marketplace_ListCollectibles_Response: - type: object - properties: - collectibles: - type: array - description: '[]CollectibleOrder' - items: - $ref: '#/components/schemas/CollectibleOrder' - page: - $ref: '#/components/schemas/Page' - Marketplace_GetFloorOrder_Response: - type: object - properties: - collectible: - $ref: '#/components/schemas/CollectibleOrder' - Marketplace_ListCollectiblesWithLowestListing_Response: - type: object - properties: - collectibles: - type: array - description: '[]CollectibleOrder' - items: - $ref: '#/components/schemas/CollectibleOrder' - page: - $ref: '#/components/schemas/Page' - Marketplace_ListCollectiblesWithHighestOffer_Response: - type: object - properties: - collectibles: - type: array - description: '[]CollectibleOrder' - items: - $ref: '#/components/schemas/CollectibleOrder' - page: - $ref: '#/components/schemas/Page' - Marketplace_GetOrders_Response: - type: object - properties: - orders: - type: array - description: '[]Order' - items: - $ref: '#/components/schemas/Order' - page: - $ref: '#/components/schemas/Page' - Marketplace_CheckoutOptionsMarketplace_Response: - type: object - properties: - options: - $ref: '#/components/schemas/CheckoutOptions' - Marketplace_CheckoutOptionsSalesContract_Response: - type: object - properties: - options: - $ref: '#/components/schemas/CheckoutOptions' -paths: - /rpc/Marketplace/ListCurrencies: - post: - summary: ListCurrencies - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCurrencies_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCurrencies_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetCollectible: - post: - summary: GetCollectible - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectible_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectible_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetLowestPriceOfferForCollectible: - post: - summary: GetLowestPriceOfferForCollectible - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetLowestPriceOfferForCollectible_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetLowestPriceOfferForCollectible_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetHighestPriceOfferForCollectible: - post: - summary: GetHighestPriceOfferForCollectible - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetHighestPriceOfferForCollectible_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetHighestPriceOfferForCollectible_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetLowestPriceListingForCollectible: - post: - summary: GetLowestPriceListingForCollectible - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetLowestPriceListingForCollectible_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetLowestPriceListingForCollectible_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetHighestPriceListingForCollectible: - post: - summary: GetHighestPriceListingForCollectible - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetHighestPriceListingForCollectible_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetHighestPriceListingForCollectible_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/ListListingsForCollectible: - post: - summary: ListListingsForCollectible - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListListingsForCollectible_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListListingsForCollectible_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/ListOffersForCollectible: - post: - summary: ListOffersForCollectible - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListOffersForCollectible_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListOffersForCollectible_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetCollectibleLowestOffer: - post: - summary: GetCollectibleLowestOffer - deprecated: true - security: - - ApiKeyAuth: [] - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleLowestOffer_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleLowestOffer_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetCollectibleHighestOffer: - post: - summary: GetCollectibleHighestOffer - deprecated: true - description: "This endpoint is deprecated. Please use GetHighestPriceOfferForCollectible()" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleHighestOffer_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleHighestOffer_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetCollectibleLowestListing: - post: - summary: GetCollectibleLowestListing - deprecated: true - description: "This endpoint is deprecated. Please use GetLowestPriceListingForCollectible()" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleLowestListing_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleLowestListing_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetCollectibleHighestListing: - post: - summary: GetCollectibleHighestListing - deprecated: true - description: "This endpoint is deprecated. Please use GetHighestPriceListingForCollectible()" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleHighestListing_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetCollectibleHighestListing_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/ListCollectibleListings: - post: - summary: ListCollectibleListings - deprecated: true - description: "This endpoint is deprecated. Please use ListListingsForCollectible()" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectibleListings_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectibleListings_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/ListCollectibleOffers: - post: - summary: ListCollectibleOffers - deprecated: true - description: "This endpoint is deprecated. Please use ListOffersForCollectible()" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectibleOffers_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectibleOffers_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GenerateBuyTransaction: - post: - summary: GenerateBuyTransaction - description: "checkout process" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateBuyTransaction_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateBuyTransaction_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GenerateSellTransaction: - post: - summary: GenerateSellTransaction - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateSellTransaction_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateSellTransaction_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GenerateListingTransaction: - post: - summary: GenerateListingTransaction - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateListingTransaction_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateListingTransaction_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GenerateOfferTransaction: - post: - summary: GenerateOfferTransaction - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateOfferTransaction_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GenerateOfferTransaction_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/Execute: - post: - summary: Execute - description: "only used in a case of external transactions ( when we create off-chain transactions ) for instance opensea market" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_Execute_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_Execute_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/ListCollectibles: - post: - summary: ListCollectibles - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectibles_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectibles_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetFloorOrder: - post: - summary: GetFloorOrder - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetFloorOrder_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetFloorOrder_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/ListCollectiblesWithLowestListing: - post: - summary: ListCollectiblesWithLowestListing - deprecated: true - description: "Deprecated use ListCollectibles() with OrderSide = Listing" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectiblesWithLowestListing_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectiblesWithLowestListing_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/ListCollectiblesWithHighestOffer: - post: - summary: ListCollectiblesWithHighestOffer - deprecated: true - description: "Deprecated use ListCollectibles() with OrderSide = Offer" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectiblesWithHighestOffer_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_ListCollectiblesWithHighestOffer_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/GetOrders: - post: - summary: GetOrders - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetOrders_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_GetOrders_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/CheckoutOptionsMarketplace: - post: - summary: CheckoutOptionsMarketplace - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_CheckoutOptionsMarketplace_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_CheckoutOptionsMarketplace_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' - /rpc/Marketplace/CheckoutOptionsSalesContract: - post: - summary: CheckoutOptionsSalesContract - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_CheckoutOptionsSalesContract_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Marketplace_CheckoutOptionsSalesContract_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - - $ref: '#/components/schemas/ErrorUnauthorized' - - $ref: '#/components/schemas/ErrorPermissionDenied' - - $ref: '#/components/schemas/ErrorSessionExpired' - - $ref: '#/components/schemas/ErrorMethodNotFound' - - $ref: '#/components/schemas/ErrorTimeout' - - $ref: '#/components/schemas/ErrorInvalidArgument' - - $ref: '#/components/schemas/ErrorNotFound' - - $ref: '#/components/schemas/ErrorUserNotFound' - - $ref: '#/components/schemas/ErrorProjectNotFound' - - $ref: '#/components/schemas/ErrorInvalidTier' - - $ref: '#/components/schemas/ErrorProjectLimitReached' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorNotImplemented' -security: - - ApiKeyAuth: [] diff --git a/docs/components/SpecAPIComponent/output/metadata-openapi.json b/docs/components/SpecAPIComponent/output/metadata-openapi.json deleted file mode 100644 index 3b3de53750..0000000000 --- a/docs/components/SpecAPIComponent/output/metadata-openapi.json +++ /dev/null @@ -1,11148 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API\n\nThis specification covers the metadata endpoints of the API.", - "title": "Sequence API - Metadata API", - "version": "1.0.0" - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/Admin/AddContractsToTokenDirectory": { - "post": { - "operationId": "metadata-AddContractsToTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_AddContractsToTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_AddContractsToTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AddContractsToTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/GetFeatureIndex": { - "post": { - "operationId": "metadata-GetFeatureIndex", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_GetFeatureIndex_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_GetFeatureIndex_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetFeatureIndex", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/ListTokenDirectory": { - "post": { - "operationId": "metadata-ListTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ListTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ListTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/ModifyFeatureIndex": { - "post": { - "operationId": "metadata-ModifyFeatureIndex", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ModifyFeatureIndex_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ModifyFeatureIndex_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ModifyFeatureIndex", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/RemoveContractsFromTokenDirectory": { - "post": { - "operationId": "metadata-RemoveContractsFromTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_RemoveContractsFromTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_RemoveContractsFromTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RemoveContractsFromTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateAsset": { - "post": { - "operationId": "metadata-CreateAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateCollection": { - "post": { - "description": "NOTE: projectID is optional. If it's passed it will be used, otherwise the projectID will be retrieved based on the X-Access-Key. As well, user's still need to pass Authorization header for the user's auth. For more information see: https://github.com/0xsequence/builder/tree/master/api#sequence-stack-and-user-project-permissions", - "operationId": "metadata-CreateCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateContractCollection": { - "post": { - "operationId": "metadata-CreateContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateToken": { - "post": { - "operationId": "metadata-CreateToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteAsset": { - "post": { - "operationId": "metadata-DeleteAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteCollection": { - "post": { - "operationId": "metadata-DeleteCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteContractCollection": { - "post": { - "operationId": "metadata-DeleteContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteToken": { - "post": { - "operationId": "metadata-DeleteToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetAsset": { - "post": { - "operationId": "metadata-GetAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetCollection": { - "post": { - "operationId": "metadata-GetCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetContractCollection": { - "post": { - "operationId": "metadata-GetContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetToken": { - "post": { - "operationId": "metadata-GetToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListCollections": { - "post": { - "operationId": "metadata-ListCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListContractCollections": { - "post": { - "operationId": "metadata-ListContractCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListContractCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListContractCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListContractCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListTokens": { - "post": { - "operationId": "metadata-ListTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/PublishCollection": { - "post": { - "operationId": "metadata-PublishCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_PublishCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_PublishCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "PublishCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UnpublishCollection": { - "post": { - "operationId": "metadata-UnpublishCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UnpublishCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UnpublishCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UnpublishCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateAsset": { - "post": { - "operationId": "metadata-UpdateAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateCollection": { - "post": { - "operationId": "metadata-UpdateCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateContractCollection": { - "post": { - "operationId": "metadata-UpdateContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateToken": { - "post": { - "operationId": "metadata-UpdateToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/AbortContractSync": { - "post": { - "operationId": "metadata-AbortContractSync", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AbortContractSync_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AbortContractSync_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AbortContractSync", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/AddContractToMintMonitor": { - "post": { - "operationId": "metadata-AddContractToMintMonitor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AddContractToMintMonitor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AddContractToMintMonitor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AddContractToMintMonitor", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/CancelRefreshJob": { - "post": { - "operationId": "metadata-CancelRefreshJob", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_CancelRefreshJob_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_CancelRefreshJob_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CancelRefreshJob", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/ContractSyncJobStatus": { - "post": { - "operationId": "metadata-ContractSyncJobStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_ContractSyncJobStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_ContractSyncJobStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ContractSyncJobStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectoryGetCollections": { - "post": { - "operationId": "metadata-DirectoryGetCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectoryGetCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectoryGetNetworks": { - "post": { - "description": "Token Directory. NOTE: this only searches the 'token-directory' items. Use 'SearchContracts' or 'SearchTokens' for everything else.", - "operationId": "metadata-DirectoryGetNetworks", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetNetworks_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetNetworks_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectoryGetNetworks", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectorySearchCollections": { - "post": { - "operationId": "metadata-DirectorySearchCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectorySearchCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectorySearchCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectorySearchCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/EnqueueTokensForRefresh": { - "post": { - "operationId": "metadata-EnqueueTokensForRefresh", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_EnqueueTokensForRefresh_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_EnqueueTokensForRefresh_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "EnqueueTokensForRefresh", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetContractInfo": { - "post": { - "description": "Contract Info -- returns contract meta-info for contracts found in registered chain's token-lists", - "operationId": "metadata-GetContractInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractInfo", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetContractInfoBatch": { - "post": { - "operationId": "metadata-GetContractInfoBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfoBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfoBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractInfoBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapTokenQuantity": { - "post": { - "description": "Niftyswap querying data map of tokenID :: quantity", - "operationId": "metadata-GetNiftyswapTokenQuantity", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapTokenQuantity", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapUnitPrices": { - "post": { - "description": "map of tokenID :: price", - "operationId": "metadata-GetNiftyswapUnitPrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapUnitPrices", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapUnitPricesWithQuantities": { - "post": { - "operationId": "metadata-GetNiftyswapUnitPricesWithQuantities", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapUnitPricesWithQuantities", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenMetadata": { - "post": { - "description": "GetTokenMetadata - fetch token metadata for a particular contract and respective tokenIDs", - "operationId": "metadata-GetTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenMetadataBatch": { - "post": { - "description": "GetTokenMetadataBatch allows you to query the token metadata of a batch of contracts and respective tokenIDs where map is contractAddress::[]tokenID => contractAddress::[]TokenMetadata\nNote, we limit each request to 50 contracts max and 50 tokens max per contract.", - "operationId": "metadata-GetTokenMetadataBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadataBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadataBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenMetadataBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenRefreshResult": { - "post": { - "operationId": "metadata-GetTokenRefreshResult", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshResult_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshResult_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenRefreshResult", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenRefreshStatus": { - "post": { - "operationId": "metadata-GetTokenRefreshStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenRefreshStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/MintMonitorJobStatus": { - "post": { - "operationId": "metadata-MintMonitorJobStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorJobStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorJobStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "MintMonitorJobStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/MintMonitorTriggerJob": { - "post": { - "operationId": "metadata-MintMonitorTriggerJob", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorTriggerJob_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorTriggerJob_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "MintMonitorTriggerJob", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/Ping": { - "post": { - "operationId": "metadata-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RefreshTokenMetadata": { - "post": { - "operationId": "metadata-RefreshTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RefreshTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RefreshTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RefreshTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RemoveContractFromMintMonitor": { - "post": { - "operationId": "metadata-RemoveContractFromMintMonitor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RemoveContractFromMintMonitor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RemoveContractFromMintMonitor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RemoveContractFromMintMonitor", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RuntimeStatus": { - "post": { - "operationId": "metadata-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContractInfo": { - "post": { - "description": "Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all.", - "operationId": "metadata-SearchContractInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContractInfo", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContractInfoBatch": { - "post": { - "description": "map of contractAddress :: []ContractInfo", - "operationId": "metadata-SearchContractInfoBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfoBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfoBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContractInfoBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContracts": { - "post": { - "operationId": "metadata-SearchContracts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContracts_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContracts_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContracts", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchMetadata": { - "post": { - "description": "Deprecated: Use SearchTokens() and SearchContracts() instead.", - "operationId": "metadata-SearchMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokenIDs": { - "post": { - "operationId": "metadata-SearchTokenIDs", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenIDs_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenIDs_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokenIDs", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokenMetadata": { - "post": { - "operationId": "metadata-SearchTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokens": { - "post": { - "operationId": "metadata-SearchTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SyncContractTokens": { - "post": { - "operationId": "metadata-SyncContractTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SyncContractTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SyncContractTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SyncContractTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/TokenCollectionFilters": { - "post": { - "operationId": "metadata-TokenCollectionFilters", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_TokenCollectionFilters_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_TokenCollectionFilters_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "TokenCollectionFilters", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/Version": { - "post": { - "operationId": "metadata-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "metadata" - ] - } - } - }, - "components": { - "schemas": { - "Admin_AddContractsToTokenDirectory_Request": { - "properties": { - "contracts": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "featureIndexes": { - "description": "[]uint8", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "Admin_AddContractsToTokenDirectory_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnauthorized": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1000, - "type": "number" - }, - "error": { - "example": "Unauthorized", - "type": "string" - }, - "msg": { - "example": "Unauthorized access", - "type": "string" - }, - "status": { - "example": 401, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorPermissionDenied": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1001, - "type": "number" - }, - "error": { - "example": "PermissionDenied", - "type": "string" - }, - "msg": { - "example": "Permission denied", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSessionExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1002, - "type": "number" - }, - "error": { - "example": "SessionExpired", - "type": "string" - }, - "msg": { - "example": "Session expired", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMethodNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1003, - "type": "number" - }, - "error": { - "example": "MethodNotFound", - "type": "string" - }, - "msg": { - "example": "Method not found", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequestConflict": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1004, - "type": "number" - }, - "error": { - "example": "RequestConflict", - "type": "string" - }, - "msg": { - "example": "Conflict with target resource", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorGeoblocked": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1006, - "type": "number" - }, - "error": { - "example": "Geoblocked", - "type": "string" - }, - "msg": { - "example": "Geoblocked region", - "type": "string" - }, - "status": { - "example": 451, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTimeout": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2000, - "type": "number" - }, - "error": { - "example": "Timeout", - "type": "string" - }, - "msg": { - "example": "Request timed out", - "type": "string" - }, - "status": { - "example": 408, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2001, - "type": "number" - }, - "error": { - "example": "InvalidArgument", - "type": "string" - }, - "msg": { - "example": "Invalid argument", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequiredArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "RequiredArgument", - "type": "string" - }, - "msg": { - "example": "Required argument missing", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorQueryFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2003, - "type": "number" - }, - "error": { - "example": "QueryFailed", - "type": "string" - }, - "msg": { - "example": "Query failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorValidationFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2004, - "type": "number" - }, - "error": { - "example": "ValidationFailed", - "type": "string" - }, - "msg": { - "example": "Validation failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRateLimited": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2005, - "type": "number" - }, - "error": { - "example": "RateLimited", - "type": "string" - }, - "msg": { - "example": "Rate limited", - "type": "string" - }, - "status": { - "example": 429, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3000, - "type": "number" - }, - "error": { - "example": "NotFound", - "type": "string" - }, - "msg": { - "example": "Resource not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorProjectNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3002, - "type": "number" - }, - "error": { - "example": "ProjectNotFound", - "type": "string" - }, - "msg": { - "example": "Project not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorChainNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "ChainNotFound", - "type": "string" - }, - "msg": { - "example": "Chain not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTokenDirectoryDisabled": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4001, - "type": "number" - }, - "error": { - "example": "TokenDirectoryDisabled", - "type": "string" - }, - "msg": { - "example": "Token Directory is disabled", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorFail": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Fail", - "type": "string" - }, - "msg": { - "example": "Request Failed", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "Admin_GetFeatureIndex_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Admin_GetFeatureIndex_Response": { - "properties": { - "featured": { - "type": "number" - } - }, - "type": "object" - }, - "Admin_ListTokenDirectory_Request": { - "properties": { - "chainID": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Admin_ListTokenDirectory_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Admin_ModifyFeatureIndex_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "featured": { - "type": "number" - } - }, - "type": "object" - }, - "Admin_ModifyFeatureIndex_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Admin_RemoveContractsFromTokenDirectory_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contracts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Admin_RemoveContractsFromTokenDirectory_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_CreateAsset_Request": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_CreateCollection_Request": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_CreateContractCollection_Request": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateContractCollection_Response": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - } - }, - "type": "object" - }, - "Collections_CreateToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_CreateToken_Response": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_DeleteAsset_Request": { - "properties": { - "assetId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteAsset_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteCollection_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteContractCollection_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteContractCollection_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_DeleteToken_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_GetAsset_Request": { - "properties": { - "assetId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_GetCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_GetContractCollection_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetContractCollection_Response": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - } - }, - "type": "object" - }, - "Collections_GetToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_GetToken_Response": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_ListCollections_Request": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListCollections_Response": { - "properties": { - "collections": { - "description": "[]Collection", - "items": { - "$ref": "#/components/schemas/Collection" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Collections_ListContractCollections_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListContractCollections_Response": { - "properties": { - "contractCollections": { - "description": "[]ContractCollection", - "items": { - "$ref": "#/components/schemas/ContractCollection" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Collections_ListTokens_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListTokens_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokens": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Collections_PublishCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "recursive": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_PublishCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UnpublishCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UnpublishCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UpdateAsset_Request": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_UpdateCollection_Request": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UpdateContractCollection_Request": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateContractCollection_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_UpdateToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_UpdateToken_Response": { - "properties": { - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Metadata_AbortContractSync_Request": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_AbortContractSync_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_AddContractToMintMonitor_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_AddContractToMintMonitor_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_CancelRefreshJob_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_CancelRefreshJob_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_ContractSyncJobStatus_Request": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_ContractSyncJobStatus_Response": { - "properties": { - "refreshTask": { - "$ref": "#/components/schemas/Task" - }, - "syncTask": { - "$ref": "#/components/schemas/Task" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetCollections_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetCollections_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetNetworks_Request": { - "properties": { - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetNetworks_Response": { - "properties": { - "networks": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_DirectorySearchCollections_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "query": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_DirectorySearchCollections_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_EnqueueTokensForRefresh_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "refreshAll": { - "type": "boolean" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_EnqueueTokensForRefresh_Response": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetContractInfo_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_GetContractInfo_Response": { - "properties": { - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - } - }, - "type": "object" - }, - "Metadata_GetContractInfoBatch_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetContractInfoBatch_Response": { - "properties": { - "contractInfoMap": { - "additionalProperties": { - "$ref": "#/components/schemas/ContractInfo" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapTokenQuantity_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapTokenQuantity_Response": { - "properties": { - "quantity": { - "additionalProperties": { - "type": "string" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPrices_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "fresh": { - "type": "boolean" - }, - "req": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesRequest" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPrices_Response": { - "properties": { - "prices": { - "additionalProperties": { - "type": "string" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPricesWithQuantities_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "fresh": { - "type": "boolean" - }, - "req": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesRequest" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPricesWithQuantities_Response": { - "properties": { - "prices": { - "additionalProperties": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesResponse" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadata_Response": { - "properties": { - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadataBatch_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractTokenMap": { - "additionalProperties": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadataBatch_Response": { - "properties": { - "contractTokenMetadata": { - "additionalProperties": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshResult_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshResult_Response": { - "properties": { - "failureReasons": { - "additionalProperties": { - "type": "string" - }, - "description": "map", - "type": "object" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "tokens": { - "additionalProperties": { - "type": "boolean" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshStatus_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/TaskStatus" - } - }, - "type": "object" - }, - "Metadata_MintMonitorJobStatus_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_MintMonitorJobStatus_Response": { - "properties": { - "task": { - "$ref": "#/components/schemas/Task" - } - }, - "type": "object" - }, - "Metadata_MintMonitorTriggerJob_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_MintMonitorTriggerJob_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_Ping_Request": { - "type": "object" - }, - "Metadata_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_RefreshTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "refreshAll": { - "type": "boolean" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_RefreshTokenMetadata_Response": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_RemoveContractFromMintMonitor_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_RemoveContractFromMintMonitor_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_RuntimeStatus_Request": { - "type": "object" - }, - "Metadata_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfo_Request": { - "properties": { - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfo_Response": { - "properties": { - "contractInfoList": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfoBatch_Request": { - "properties": { - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfoBatch_Response": { - "properties": { - "contractInfoByChain": { - "additionalProperties": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_SearchContracts_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "chainIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "q": { - "type": "string" - }, - "types": { - "description": "[]ContractType", - "items": { - "$ref": "#/components/schemas/ContractType" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContracts_Response": { - "properties": { - "contractInfo": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "nextPage": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "excludeTokenMetadata": { - "type": "boolean" - }, - "filter": { - "type": "string" - }, - "types": { - "description": "[]ContractType", - "items": { - "$ref": "#/components/schemas/ContractType" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchMetadata_Response": { - "properties": { - "contractInfo": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokenIDs_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "filter": { - "$ref": "#/components/schemas/Filter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchTokenIDs_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "filter": { - "$ref": "#/components/schemas/Filter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchTokenMetadata_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokens_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "q": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SearchTokens_Response": { - "properties": { - "nextPage": { - "$ref": "#/components/schemas/Page" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SyncContractTokens_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SyncContractTokens_Response": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_TokenCollectionFilters_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_TokenCollectionFilters_Response": { - "properties": { - "filters": { - "description": "[]PropertyFilter", - "items": { - "$ref": "#/components/schemas/PropertyFilter" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_Version_Request": { - "type": "object" - }, - "Metadata_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "ContractInfo": { - "properties": { - "address": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contentHash": { - "type": "number" - }, - "decimals": { - "type": "number" - }, - "deployed": { - "type": "boolean" - }, - "extensions": { - "$ref": "#/components/schemas/ContractInfoExtensions" - }, - "logoURI": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "type": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "chainId", - "address", - "name", - "type", - "symbol", - "logoURI", - "deployed", - "bytecodeHash", - "extensions", - "contentHash", - "updatedAt" - ], - "type": "object" - }, - "Page": { - "properties": { - "after": { - "type": "object" - }, - "before": { - "type": "object" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "page": { - "type": "number" - }, - "pageSize": { - "type": "number" - }, - "sort": { - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - }, - "type": "array" - }, - "totalRecords": { - "type": "number" - } - }, - "type": "object" - }, - "Asset": { - "properties": { - "collectionId": { - "type": "number" - }, - "filename": { - "type": "string" - }, - "filesize": { - "type": "number" - }, - "height": { - "type": "number" - }, - "id": { - "type": "number" - }, - "metadataField": { - "type": "string" - }, - "mimeType": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - }, - "width": { - "type": "number" - } - }, - "required": [ - "id", - "collectionId", - "metadataField" - ], - "type": "object" - }, - "Collection": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "baseURIs": { - "$ref": "#/components/schemas/CollectionBaseURIs" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "metadata": { - "$ref": "#/components/schemas/CollectionMetadata" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "revealKey": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "metadata", - "private" - ], - "type": "object" - }, - "ContractCollection": { - "properties": { - "chainId": { - "type": "number" - }, - "collectionId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "id": { - "type": "number" - } - }, - "required": [ - "id", - "chainId", - "contractAddress", - "collectionId" - ], - "type": "object" - }, - "TokenMetadata": { - "properties": { - "animationUrl": { - "type": "string" - }, - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "attributes": { - "description": "[]map", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "type": "array" - }, - "audio": { - "type": "string" - }, - "backgroundColor": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "description": { - "type": "string" - }, - "externalUrl": { - "type": "string" - }, - "image": { - "type": "string" - }, - "imageData": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "video": { - "type": "string" - } - }, - "required": [ - "tokenId", - "name", - "attributes" - ], - "type": "object" - }, - "Task": { - "properties": { - "createdAt": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "id": { - "type": "number" - }, - "lastRanAt": { - "type": "string" - }, - "payload": { - "description": "[]byte", - "items": { - "type": "string" - }, - "type": "array" - }, - "queue": { - "type": "string" - }, - "runAt": { - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "try": { - "type": "number" - } - }, - "required": [ - "id", - "queue", - "try", - "payload" - ], - "type": "object" - }, - "GetNiftyswapUnitPricesRequest": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "ids": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "swapType": { - "$ref": "#/components/schemas/SwapType" - } - }, - "required": [ - "swapType", - "ids", - "amounts" - ], - "type": "object" - }, - "GetNiftyswapUnitPricesResponse": { - "properties": { - "availableAmount": { - "type": "string" - }, - "unitAmount": { - "type": "string" - }, - "unitPrice": { - "type": "string" - } - }, - "required": [ - "unitPrice", - "unitAmount", - "availableAmount" - ], - "type": "object" - }, - "TaskStatus": { - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "PAUSED", - "FAILED", - "COMPLETED", - "DISABLED" - ], - "type": "string" - }, - "RuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "numTxnsRelayed": { - "$ref": "#/components/schemas/NumTxnsRelayed" - }, - "senders": { - "description": "[]SenderStatus", - "items": { - "$ref": "#/components/schemas/SenderStatus" - }, - "type": "array" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "useEIP1559": { - "type": "boolean" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "useEIP1559", - "senders", - "checks", - "numTxnsRelayed" - ], - "type": "object" - }, - "ContractType": { - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "ERC20", - "ERC721", - "ERC1155" - ], - "type": "string" - }, - "Filter": { - "properties": { - "properties": { - "description": "[]PropertyFilter", - "items": { - "$ref": "#/components/schemas/PropertyFilter" - }, - "type": "array" - }, - "text": { - "type": "string" - } - }, - "type": "object" - }, - "PropertyFilter": { - "properties": { - "max": { - "type": "number" - }, - "min": { - "type": "number" - }, - "name": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/PropertyType" - }, - "values": { - "description": "[]any", - "items": { - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "name", - "type" - ], - "type": "object" - }, - "Version": { - "properties": { - "appVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "webrpcVersion": { - "type": "string" - } - }, - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], - "type": "object" - }, - "ContractInfoExtensions": { - "properties": { - "blacklist": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "link": { - "type": "string" - }, - "ogImage": { - "type": "string" - }, - "ogName": { - "type": "string" - }, - "originAddress": { - "type": "string" - }, - "originChainId": { - "type": "number" - }, - "verified": { - "type": "boolean" - }, - "verifiedBy": { - "type": "string" - } - }, - "required": [ - "link", - "description", - "ogImage", - "ogName", - "originChainId", - "originAddress", - "blacklist", - "verified", - "verifiedBy", - "featured" - ], - "type": "object" - }, - "SortBy": { - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - }, - "required": [ - "column", - "order" - ], - "type": "object" - }, - "CollectionBaseURIs": { - "properties": { - "contractMetadataURI": { - "type": "string" - }, - "tokenMetadataURI": { - "type": "string" - } - }, - "required": [ - "contractMetadataURI", - "tokenMetadataURI" - ], - "type": "object" - }, - "CollectionMetadata": { - "properties": { - "attributes": { - "description": "[]map", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "type": "array" - }, - "description": { - "type": "string" - }, - "externalLink": { - "type": "string" - }, - "image": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "SwapType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "BUY", - "SELL" - ], - "type": "string" - }, - "RuntimeChecks": { - "type": "object" - }, - "NumTxnsRelayed": { - "properties": { - "current": { - "type": "number" - }, - "period": { - "type": "number" - }, - "prev": { - "type": "number" - } - }, - "required": [ - "prev", - "current", - "period" - ], - "type": "object" - }, - "SenderStatus": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "etherBalance": { - "type": "number" - }, - "index": { - "type": "number" - } - }, - "required": [ - "index", - "address", - "etherBalance", - "active" - ], - "type": "object" - }, - "PropertyType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "INT", - "STRING", - "ARRAY", - "GENERIC" - ], - "type": "string" - }, - "SortOrder": { - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ], - "type": "string" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } -} \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/output/relayer-openapi.json b/docs/components/SpecAPIComponent/output/relayer-openapi.json deleted file mode 100644 index 643f2f48bd..0000000000 --- a/docs/components/SpecAPIComponent/output/relayer-openapi.json +++ /dev/null @@ -1,6599 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API\n\nThis specification covers the relayer endpoints of the API.", - "title": "Sequence API - Relayer API", - "version": "1.0.0" - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/Relayer/AddGasSponsor": { - "post": { - "operationId": "relayer-AddGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AddGasTank": { - "post": { - "operationId": "relayer-AddGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AddressGasSponsors": { - "post": { - "operationId": "relayer-AddressGasSponsors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddressGasSponsors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddressGasSponsors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddressGasSponsors", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AdjustGasTankBalance": { - "post": { - "operationId": "relayer-AdjustGasTankBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AdjustGasTankBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AdjustGasTankBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AdjustGasTankBalance", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/FeeOptions": { - "post": { - "operationId": "relayer-FeeOptions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeOptions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeOptions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "FeeOptions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/FeeTokens": { - "post": { - "operationId": "relayer-FeeTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "FeeTokens", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetChainID": { - "post": { - "description": "TODO: return a string instead", - "operationId": "relayer-GetChainID", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetChainID_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetChainID_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetChainID", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasSponsor": { - "post": { - "operationId": "relayer-GetGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasTank": { - "post": { - "operationId": "relayer-GetGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasTankBalanceAdjustment": { - "post": { - "operationId": "relayer-GetGasTankBalanceAdjustment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTankBalanceAdjustment_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTankBalanceAdjustment_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasTankBalanceAdjustment", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTransactions": { - "post": { - "operationId": "relayer-GetMetaTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnNetworkFeeOptions": { - "post": { - "description": "TODO: deprecated, to be removed by https://github.com/0xsequence/stack/pull/356 at a later date", - "operationId": "relayer-GetMetaTxnNetworkFeeOptions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNetworkFeeOptions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNetworkFeeOptions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnNetworkFeeOptions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnNonce": { - "post": { - "operationId": "relayer-GetMetaTxnNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnNonce", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnReceipt": { - "post": { - "description": "TODO: one day, make GetMetaTxnReceipt respond immediately with receipt or not and add WaitTransactionReceipt method, which will block and wait, similar to how GetMetaTxnReceipt is implemented now. For backwards compat, we can leave the current GetMetaTxnReceipt how it is, an deprecate it, and introduce new, GetTransactionReceipt and WaitTransactionReceipt methods we can also accept metaTxnId and txnHash .. so can take either or.. I wonder if ERC-4337 has any convention on this?", - "operationId": "relayer-GetMetaTxnReceipt", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnReceipt_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnReceipt_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnReceipt", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetSequenceContext": { - "post": { - "operationId": "relayer-GetSequenceContext", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetSequenceContext_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetSequenceContext_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetSequenceContext", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ListGasSponsors": { - "post": { - "operationId": "relayer-ListGasSponsors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasSponsors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasSponsors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ListGasSponsors", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ListGasTankBalanceAdjustments": { - "post": { - "operationId": "relayer-ListGasTankBalanceAdjustments", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasTankBalanceAdjustments_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasTankBalanceAdjustments_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ListGasTankBalanceAdjustments", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/NextGasTankBalanceAdjustmentNonce": { - "post": { - "operationId": "relayer-NextGasTankBalanceAdjustmentNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_NextGasTankBalanceAdjustmentNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_NextGasTankBalanceAdjustmentNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "NextGasTankBalanceAdjustmentNonce", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/PendingTransactions": { - "post": { - "description": "Pending transactions waiting to be mined for an account. This endpoint is just a sugar of `SentTransactions` with the filter set to pending: true.", - "operationId": "relayer-PendingTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_PendingTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_PendingTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "PendingTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Ping": { - "post": { - "operationId": "relayer-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/RemoveGasSponsor": { - "post": { - "operationId": "relayer-RemoveGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RemoveGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RemoveGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "RemoveGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ReportGasSponsorUsage": { - "post": { - "operationId": "relayer-ReportGasSponsorUsage", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ReportGasSponsorUsage_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ReportGasSponsorUsage_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ReportGasSponsorUsage", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/RuntimeStatus": { - "post": { - "operationId": "relayer-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/SendMetaTxn": { - "post": { - "description": " Transactions\nTODO (future): rename this to just, 'SendTransaction(txn: MetaTransaction)' or 'SendTransaction(txn: SignedTransaction)', or something.. Project ID is only used by service and admin calls. Other clients must have projectID passed via the context TODO: rename return txnHash: string to metaTxnID: string", - "operationId": "relayer-SendMetaTxn", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SendMetaTxn_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SendMetaTxn_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "SendMetaTxn", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/SentTransactions": { - "post": { - "description": "Sent transactions from an account. If filter is omitted then it will return all transactions.", - "operationId": "relayer-SentTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SentTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SentTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "SentTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Simulate": { - "post": { - "operationId": "relayer-Simulate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Simulate_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Simulate_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Simulate", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateGasSponsor": { - "post": { - "operationId": "relayer-UpdateGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateGasTank": { - "post": { - "operationId": "relayer-UpdateGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateMetaTxnGasLimits": { - "post": { - "description": "TODO: deprecated, to be removed by https://github.com/0xsequence/stack/pull/356 at a later date", - "operationId": "relayer-UpdateMetaTxnGasLimits", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateMetaTxnGasLimits_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateMetaTxnGasLimits_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateMetaTxnGasLimits", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Version": { - "post": { - "operationId": "relayer-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "relayer" - ] - } - } - }, - "components": { - "schemas": { - "Relayer_AddGasSponsor_Request": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_AddGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnauthorized": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1000, - "type": "number" - }, - "error": { - "example": "Unauthorized", - "type": "string" - }, - "msg": { - "example": "Unauthorized access", - "type": "string" - }, - "status": { - "example": 401, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorPermissionDenied": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1001, - "type": "number" - }, - "error": { - "example": "PermissionDenied", - "type": "string" - }, - "msg": { - "example": "Permission denied", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMethodNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1003, - "type": "number" - }, - "error": { - "example": "MethodNotFound", - "type": "string" - }, - "msg": { - "example": "Method not found", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorAborted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Aborted", - "type": "string" - }, - "msg": { - "example": "Request aborted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorGeoblocked": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1006, - "type": "number" - }, - "error": { - "example": "Geoblocked", - "type": "string" - }, - "msg": { - "example": "Geoblocked region", - "type": "string" - }, - "status": { - "example": 451, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2001, - "type": "number" - }, - "error": { - "example": "InvalidArgument", - "type": "string" - }, - "msg": { - "example": "Invalid argument", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnavailable": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "Unavailable", - "type": "string" - }, - "msg": { - "example": "Unavailable resource", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorQueryFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2003, - "type": "number" - }, - "error": { - "example": "QueryFailed", - "type": "string" - }, - "msg": { - "example": "Query failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3000, - "type": "number" - }, - "error": { - "example": "NotFound", - "type": "string" - }, - "msg": { - "example": "Resource not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInsufficientFee": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3004, - "type": "number" - }, - "error": { - "example": "InsufficientFee", - "type": "string" - }, - "msg": { - "example": "Insufficient fee", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "Relayer_AddGasTank_Request": { - "properties": { - "feeMarkupFactor": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddressGasSponsors_Request": { - "properties": { - "address": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_AddressGasSponsors_Response": { - "properties": { - "gasSponsors": { - "description": "[]GasSponsor", - "items": { - "$ref": "#/components/schemas/GasSponsor" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_AdjustGasTankBalance_Request": { - "properties": { - "amount": { - "type": "number" - }, - "id": { - "type": "number" - }, - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_AdjustGasTankBalance_Response": { - "properties": { - "adjustment": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_FeeOptions_Request": { - "properties": { - "data": { - "type": "string" - }, - "simulate": { - "type": "boolean" - }, - "to": { - "type": "string" - }, - "wallet": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_FeeOptions_Response": { - "properties": { - "options": { - "description": "[]FeeOption", - "items": { - "$ref": "#/components/schemas/FeeOption" - }, - "type": "array" - }, - "quote": { - "type": "string" - }, - "sponsored": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_FeeTokens_Request": { - "type": "object" - }, - "Relayer_FeeTokens_Response": { - "properties": { - "isFeeRequired": { - "type": "boolean" - }, - "tokens": { - "description": "[]FeeToken", - "items": { - "$ref": "#/components/schemas/FeeToken" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetChainID_Request": { - "type": "object" - }, - "Relayer_GetChainID_Response": { - "properties": { - "chainID": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasSponsor_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - } - }, - "type": "object" - }, - "Relayer_GetGasTank_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - } - }, - "type": "object" - }, - "Relayer_GetGasTankBalanceAdjustment_Request": { - "properties": { - "id": { - "type": "number" - }, - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasTankBalanceAdjustment_Response": { - "properties": { - "adjustment": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - } - }, - "type": "object" - }, - "Relayer_GetMetaTransactions_Request": { - "properties": { - "gasTankId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetMetaTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]MetaTxnLog", - "items": { - "$ref": "#/components/schemas/MetaTxnLog" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNetworkFeeOptions_Request": { - "properties": { - "payload": { - "type": "string" - }, - "walletConfig": { - "type": "object" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNetworkFeeOptions_Response": { - "properties": { - "options": { - "description": "[]FeeOption", - "items": { - "$ref": "#/components/schemas/FeeOption" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNonce_Request": { - "properties": { - "space": { - "type": "string" - }, - "walletContractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNonce_Response": { - "properties": { - "nonce": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnReceipt_Request": { - "properties": { - "metaTxID": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnReceipt_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/MetaTxnReceipt" - } - }, - "type": "object" - }, - "Relayer_GetSequenceContext_Request": { - "type": "object" - }, - "Relayer_GetSequenceContext_Response": { - "properties": { - "data": { - "$ref": "#/components/schemas/SequenceContext" - } - }, - "type": "object" - }, - "Relayer_ListGasSponsors_Request": { - "properties": { - "gasTankId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_ListGasSponsors_Response": { - "properties": { - "gasSponsors": { - "description": "[]GasSponsor", - "items": { - "$ref": "#/components/schemas/GasSponsor" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_ListGasTankBalanceAdjustments_Request": { - "properties": { - "id": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_ListGasTankBalanceAdjustments_Response": { - "properties": { - "adjustments": { - "description": "[]GasTankBalanceAdjustment", - "items": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_NextGasTankBalanceAdjustmentNonce_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_NextGasTankBalanceAdjustmentNonce_Response": { - "properties": { - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_PendingTransactions_Request": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_PendingTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_Ping_Request": { - "type": "object" - }, - "Relayer_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_RemoveGasSponsor_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_RemoveGasSponsor_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_ReportGasSponsorUsage_Request": { - "properties": { - "endTime": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "startTime": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_ReportGasSponsorUsage_Response": { - "properties": { - "gasSponsorUsage": { - "description": "[]GasSponsorUsage", - "items": { - "$ref": "#/components/schemas/GasSponsorUsage" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_RuntimeStatus_Request": { - "type": "object" - }, - "Relayer_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Relayer_SendMetaTxn_Request": { - "properties": { - "call": { - "$ref": "#/components/schemas/MetaTxn" - }, - "projectID": { - "type": "number" - }, - "quote": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_SendMetaTxn_Response": { - "properties": { - "status": { - "type": "boolean" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_SentTransactions_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/SentTransactionsFilter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_SentTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_Simulate_Request": { - "properties": { - "transactions": { - "type": "string" - }, - "wallet": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_Simulate_Response": { - "properties": { - "results": { - "description": "[]SimulateResult", - "items": { - "$ref": "#/components/schemas/SimulateResult" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_UpdateGasSponsor_Request": { - "properties": { - "active": { - "type": "boolean" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_UpdateGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateGasTank_Request": { - "properties": { - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateMetaTxnGasLimits_Request": { - "properties": { - "payload": { - "type": "string" - }, - "walletAddress": { - "type": "string" - }, - "walletConfig": { - "type": "object" - } - }, - "type": "object" - }, - "Relayer_UpdateMetaTxnGasLimits_Response": { - "properties": { - "payload": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_Version_Request": { - "type": "object" - }, - "Relayer_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "GasSponsor": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "gasTankId", - "projectId", - "address", - "name", - "active", - "updatedAt", - "createdAt", - "deletedAt" - ], - "type": "object" - }, - "GasTank": { - "properties": { - "createdAt": { - "type": "string" - }, - "currentBalance": { - "type": "number" - }, - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "currentBalance", - "unlimited", - "feeMarkupFactor", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "Page": { - "properties": { - "after": { - "type": "object" - }, - "before": { - "type": "object" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "page": { - "type": "number" - }, - "pageSize": { - "type": "number" - }, - "sort": { - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - }, - "type": "array" - }, - "totalRecords": { - "type": "number" - } - }, - "type": "object" - }, - "GasTankBalanceAdjustment": { - "properties": { - "amount": { - "type": "number" - }, - "balanceTimestamp": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "nonce": { - "type": "number" - }, - "totalBalance": { - "type": "number" - } - }, - "required": [ - "gasTankId", - "nonce", - "amount", - "totalBalance", - "balanceTimestamp", - "createdAt" - ], - "type": "object" - }, - "FeeOption": { - "properties": { - "gasLimit": { - "type": "number" - }, - "to": { - "type": "string" - }, - "token": { - "$ref": "#/components/schemas/FeeToken" - }, - "value": { - "type": "string" - } - }, - "required": [ - "token", - "to", - "value", - "gasLimit" - ], - "type": "object" - }, - "FeeToken": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "logoURL": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "tokenID": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/FeeTokenType" - } - }, - "required": [ - "chainId", - "name", - "symbol", - "type", - "logoURL" - ], - "type": "object" - }, - "MetaTxnLog": { - "properties": { - "createdAt": { - "type": "string" - }, - "creditsUsed": { - "type": "number" - }, - "gasEstimated": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "number" - }, - "gasLimit": { - "type": "number" - }, - "gasPrice": { - "type": "string" - }, - "gasSponsor": { - "type": "number" - }, - "gasTank": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "id": { - "type": "number" - }, - "input": { - "type": "string" - }, - "isWhitelisted": { - "type": "boolean" - }, - "metaTxnID": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "minedAt": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "queuedAt": { - "type": "string" - }, - "requeues": { - "type": "number" - }, - "sentAt": { - "type": "string" - }, - "target": { - "type": "string" - }, - "txnArgs": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "txnHash": { - "type": "string" - }, - "txnNonce": { - "type": "string" - }, - "txnReceipt": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "txnRevertReason": { - "type": "string" - }, - "txnStatus": { - "$ref": "#/components/schemas/ETHTxnStatus" - }, - "updatedAt": { - "type": "string" - }, - "usdRate": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", - "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "isWhitelisted", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "MetaTxnReceipt": { - "properties": { - "id": { - "type": "string" - }, - "index": { - "type": "number" - }, - "logs": { - "description": "[]MetaTxnReceiptLog", - "items": { - "$ref": "#/components/schemas/MetaTxnReceiptLog" - }, - "type": "array" - }, - "receipts": { - "description": "[]MetaTxnReceipt", - "items": { - "$ref": "#/components/schemas/MetaTxnReceipt" - }, - "type": "array" - }, - "revertReason": { - "type": "string" - }, - "status": { - "type": "string" - }, - "txnReceipt": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "index", - "logs", - "receipts", - "txnReceipt" - ], - "type": "object" - }, - "SequenceContext": { - "properties": { - "factory": { - "type": "string" - }, - "guestModule": { - "type": "string" - }, - "mainModule": { - "type": "string" - }, - "mainModuleUpgradable": { - "type": "string" - }, - "utils": { - "type": "string" - } - }, - "required": [ - "factory", - "mainModule", - "mainModuleUpgradable", - "guestModule", - "utils" - ], - "type": "object" - }, - "Transaction": { - "properties": { - "blockNumber": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "metaTxnID": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "transfers": { - "description": "[]TxnLogTransfer", - "items": { - "$ref": "#/components/schemas/TxnLogTransfer" - }, - "type": "array" - }, - "txnHash": { - "type": "string" - }, - "users": { - "additionalProperties": { - "$ref": "#/components/schemas/TxnLogUser" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "blockNumber", - "chainId", - "timestamp" - ], - "type": "object" - }, - "GasSponsorUsage": { - "properties": { - "avgGasPrice": { - "type": "number" - }, - "endTime": { - "type": "string" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "startTime": { - "type": "string" - }, - "totalGasUsed": { - "type": "number" - }, - "totalTxnFees": { - "type": "number" - }, - "totalTxnFeesUsd": { - "type": "number" - }, - "totalTxns": { - "type": "number" - } - }, - "required": [ - "name", - "id", - "totalGasUsed", - "totalTxnFees", - "totalTxnFeesUsd", - "avgGasPrice", - "totalTxns", - "startTime", - "endTime" - ], - "type": "object" - }, - "RuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "numTxnsRelayed": { - "$ref": "#/components/schemas/NumTxnsRelayed" - }, - "senders": { - "description": "[]SenderStatus", - "items": { - "$ref": "#/components/schemas/SenderStatus" - }, - "type": "array" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "useEIP1559": { - "type": "boolean" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "useEIP1559", - "senders", - "checks", - "numTxnsRelayed" - ], - "type": "object" - }, - "MetaTxn": { - "properties": { - "contract": { - "type": "string" - }, - "input": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "walletAddress", - "contract", - "input" - ], - "type": "object" - }, - "SentTransactionsFilter": { - "properties": { - "failed": { - "type": "boolean" - }, - "pending": { - "type": "boolean" - } - }, - "type": "object" - }, - "SimulateResult": { - "properties": { - "executed": { - "type": "boolean" - }, - "gasLimit": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "reason": { - "type": "string" - }, - "result": { - "type": "string" - }, - "succeeded": { - "type": "boolean" - } - }, - "required": [ - "executed", - "succeeded", - "gasUsed", - "gasLimit" - ], - "type": "object" - }, - "Version": { - "properties": { - "appVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "webrpcVersion": { - "type": "string" - } - }, - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], - "type": "object" - }, - "SortBy": { - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - }, - "required": [ - "column", - "order" - ], - "type": "object" - }, - "FeeTokenType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "ERC20_TOKEN", - "ERC1155_TOKEN" - ], - "type": "string" - }, - "ETHTxnStatus": { - "description": "Represented as uint on the server side", - "enum": [ - "UNKNOWN", - "DROPPED", - "QUEUED", - "SENT", - "SUCCEEDED", - "PARTIALLY_FAILED", - "FAILED" - ], - "type": "string" - }, - "MetaTxnReceiptLog": { - "properties": { - "address": { - "type": "string" - }, - "data": { - "type": "string" - }, - "topics": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "address", - "topics", - "data" - ], - "type": "object" - }, - "TxnLogTransfer": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "from": { - "type": "string" - }, - "ids": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "to": { - "type": "string" - }, - "transferType": { - "$ref": "#/components/schemas/TransferType" - } - }, - "required": [ - "transferType", - "contractAddress", - "from", - "to", - "ids", - "amounts" - ], - "type": "object" - }, - "TxnLogUser": { - "properties": { - "username": { - "type": "string" - } - }, - "required": [ - "username" - ], - "type": "object" - }, - "RuntimeChecks": { - "type": "object" - }, - "NumTxnsRelayed": { - "properties": { - "current": { - "type": "number" - }, - "period": { - "type": "number" - }, - "prev": { - "type": "number" - } - }, - "required": [ - "prev", - "current", - "period" - ], - "type": "object" - }, - "SenderStatus": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "etherBalance": { - "type": "number" - }, - "index": { - "type": "number" - } - }, - "required": [ - "index", - "address", - "etherBalance", - "active" - ], - "type": "object" - }, - "SortOrder": { - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ], - "type": "string" - }, - "TransferType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "SEND", - "RECEIVE", - "BRIDGE_DEPOSIT", - "BRIDGE_WITHDRAW", - "BURN", - "UNKNOWN" - ], - "type": "string" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } -} \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/output/updated-openapi.json b/docs/components/SpecAPIComponent/output/updated-openapi.json deleted file mode 100644 index 21f609b8db..0000000000 --- a/docs/components/SpecAPIComponent/output/updated-openapi.json +++ /dev/null @@ -1,40689 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API", - "title": "Sequence API", - "version": "1.0.0" - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - }, - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - }, - { - "description": "Analytics", - "url": "https://api.sequence.build" - }, - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - }, - { - "description": "", - "url": "https://marketplace.sequence.app" - }, - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/API/AddCurrencyGroup": { - "post": { - "description": " Inventory, payments and management ", - "operationId": "api-AddCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/AddFriend": { - "post": { - "operationId": "api-AddFriend", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddFriend_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddFriend_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddFriend", - "tags": [ - "api" - ] - } - }, - "/rpc/API/AddInventoryPaymentConfig": { - "post": { - "operationId": "api-AddInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/BlockNumberAtTime": { - "post": { - "description": "Utils", - "operationId": "api-BlockNumberAtTime", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_BlockNumberAtTime_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_BlockNumberAtTime_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "BlockNumberAtTime", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Clock": { - "post": { - "operationId": "api-Clock", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Clock_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Clock_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Clock", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ContractCall": { - "post": { - "description": " Chain-Utils ", - "operationId": "api-ContractCall", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ContractCall_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ContractCall_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ContractCall", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DecodeContractCall": { - "post": { - "operationId": "api-DecodeContractCall", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DecodeContractCall_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DecodeContractCall_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DecodeContractCall", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DeleteCurrencyGroup": { - "post": { - "operationId": "api-DeleteCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DeleteCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DeleteInventoryPaymentConfig": { - "post": { - "operationId": "api-DeleteInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DeleteInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/FriendList": { - "post": { - "description": " Contacts / Friends ", - "operationId": "api-FriendList", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_FriendList_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_FriendList_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "FriendList", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GenerateWaaSVerificationURL": { - "post": { - "operationId": "api-GenerateWaaSVerificationURL", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GenerateWaaSVerificationURL_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GenerateWaaSVerificationURL_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GenerateWaaSVerificationURL", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetAuthToken": { - "post": { - "description": " Auth\nTODO: rename 'ewtString' arg to 'ethauthProof'", - "operationId": "api-GetAuthToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetAuthToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetAuthToken2": { - "post": { - "operationId": "api-GetAuthToken2", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken2_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken2_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetAuthToken2", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetCoinPrices": { - "post": { - "description": " Price Feed ", - "operationId": "api-GetCoinPrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCoinPrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCoinPrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetCoinPrices", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetCollectiblePrices": { - "post": { - "operationId": "api-GetCollectiblePrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCollectiblePrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCollectiblePrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetCollectiblePrices", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetExchangeRate": { - "post": { - "description": " Price Feed utils ", - "operationId": "api-GetExchangeRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetExchangeRate_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetExchangeRate_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetExchangeRate", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetFriendByAddress": { - "post": { - "operationId": "api-GetFriendByAddress", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetFriendByAddress_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetFriendByAddress_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetFriendByAddress", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetInventoryPaymentConfig": { - "post": { - "operationId": "api-GetInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetInviteInfo": { - "post": { - "description": " Legacy ", - "operationId": "api-GetInviteInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInviteInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInviteInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetInviteInfo", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetLinkedWallets": { - "post": { - "operationId": "api-GetLinkedWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetLinkedWallets_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetLinkedWallets_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetLinkedWallets", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetMoonpayLink": { - "post": { - "description": " Wallet utils ", - "operationId": "api-GetMoonpayLink", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetMoonpayLink_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetMoonpayLink_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetMoonpayLink", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineClientToken": { - "post": { - "operationId": "api-GetSardineClientToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineClientToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineClientToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineClientToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineNFTCheckoutOrderStatus": { - "post": { - "operationId": "api-GetSardineNFTCheckoutOrderStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutOrderStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutOrderStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineNFTCheckoutOrderStatus", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineNFTCheckoutToken": { - "post": { - "operationId": "api-GetSardineNFTCheckoutToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineNFTCheckoutToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSequenceContext": { - "post": { - "operationId": "api-GetSequenceContext", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSequenceContext_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSequenceContext_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSequenceContext", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSwapQuotes": { - "post": { - "description": " Currency abstraction ", - "operationId": "api-GetSwapQuotes", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSwapQuotes_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSwapQuotes_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSwapQuotes", - "tags": [ - "api" - ] - } - }, - "/rpc/API/InternalClaimAccessCode": { - "post": { - "operationId": "api-InternalClaimAccessCode", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_InternalClaimAccessCode_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_InternalClaimAccessCode_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "InternalClaimAccessCode", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidAccessCode": { - "post": { - "description": "NOTE: we're still using this from SW-API to Sequence-API to claim invite code", - "operationId": "api-IsValidAccessCode", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidAccessCode_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidAccessCode_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidAccessCode", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidETHAuthProof": { - "post": { - "operationId": "api-IsValidETHAuthProof", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidETHAuthProof_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidETHAuthProof_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidETHAuthProof", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidMessageSignature": { - "post": { - "operationId": "api-IsValidMessageSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidMessageSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidMessageSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidMessageSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidSignature": { - "post": { - "description": "TODO: we can add walletContext optional in the future when we need it NOTE: chainId can be either a number or canonical name", - "operationId": "api-IsValidSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidTypedDataSignature": { - "post": { - "operationId": "api-IsValidTypedDataSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidTypedDataSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidTypedDataSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidTypedDataSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/LinkWallet": { - "post": { - "description": " Linked wallets (v0 -- simple support) ", - "operationId": "api-LinkWallet", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LinkWallet_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LinkWallet_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "LinkWallet", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ListCurrencyGroups": { - "post": { - "operationId": "api-ListCurrencyGroups", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListCurrencyGroups_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListCurrencyGroups_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ListCurrencyGroups", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ListInventoryPaymentConfigs": { - "post": { - "operationId": "api-ListInventoryPaymentConfigs", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListInventoryPaymentConfigs_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListInventoryPaymentConfigs_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ListInventoryPaymentConfigs", - "tags": [ - "api" - ] - } - }, - "/rpc/API/LookupContractCallSelectors": { - "post": { - "operationId": "api-LookupContractCallSelectors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LookupContractCallSelectors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LookupContractCallSelectors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "LookupContractCallSelectors", - "tags": [ - "api" - ] - } - }, - "/rpc/API/MemoryLoad": { - "post": { - "operationId": "api-MemoryLoad", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryLoad_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryLoad_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "MemoryLoad", - "tags": [ - "api" - ] - } - }, - "/rpc/API/MemoryStore": { - "post": { - "description": " Util / misc ", - "operationId": "api-MemoryStore", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryStore_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryStore_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "MemoryStore", - "tags": [ - "api" - ] - } - }, - "/rpc/API/PaperSessionSecret": { - "post": { - "description": " Paper TODO: deprecate in the future ", - "operationId": "api-PaperSessionSecret", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "PaperSessionSecret", - "tags": [ - "api" - ] - } - }, - "/rpc/API/PaperSessionSecret2": { - "post": { - "operationId": "api-PaperSessionSecret2", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret2_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret2_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "PaperSessionSecret2", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Ping": { - "post": { - "description": " Runtime ", - "operationId": "api-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RemoveFriend": { - "post": { - "operationId": "api-RemoveFriend", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveFriend_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveFriend_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RemoveFriend", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RemoveLinkedWallet": { - "post": { - "operationId": "api-RemoveLinkedWallet", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveLinkedWallet_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveLinkedWallet_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RemoveLinkedWallet", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RequestInventoryPayment": { - "post": { - "operationId": "api-RequestInventoryPayment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RequestInventoryPayment_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RequestInventoryPayment_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RequestInventoryPayment", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ResolveENSAddress": { - "post": { - "description": "- IsUsingGoogleMail(domain: string) => (yes: bool)", - "operationId": "api-ResolveENSAddress", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ResolveENSAddress_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ResolveENSAddress_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ResolveENSAddress", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RuntimeStatus": { - "post": { - "operationId": "api-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "api" - ] - } - }, - "/rpc/API/SearchFriends": { - "post": { - "operationId": "api-SearchFriends", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SearchFriends_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SearchFriends_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "SearchFriends", - "tags": [ - "api" - ] - } - }, - "/rpc/API/SendPasswordlessLink": { - "post": { - "operationId": "api-SendPasswordlessLink", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SendPasswordlessLink_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SendPasswordlessLink_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "SendPasswordlessLink", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateCurrencyGroup": { - "post": { - "operationId": "api-UpdateCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateFriendNickname": { - "post": { - "operationId": "api-UpdateFriendNickname", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateFriendNickname_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateFriendNickname_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateFriendNickname", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateInventoryPaymentConfig": { - "post": { - "operationId": "api-UpdateInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageDelete": { - "post": { - "operationId": "api-UserStorageDelete", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageDelete_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageDelete_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageDelete", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageFetch": { - "post": { - "description": " User Storage ", - "operationId": "api-UserStorageFetch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageFetch", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageFetchAll": { - "post": { - "operationId": "api-UserStorageFetchAll", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetchAll_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetchAll_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageFetchAll", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageSave": { - "post": { - "operationId": "api-UserStorageSave", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageSave_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageSave_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageSave", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ValidateWaaSVerificationNonce": { - "post": { - "operationId": "api-ValidateWaaSVerificationNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ValidateWaaSVerificationNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ValidateWaaSVerificationNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ValidateWaaSVerificationNonce", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Version": { - "post": { - "operationId": "api-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "api" - ] - } - }, - "/rpc/Admin/AddContractsToTokenDirectory": { - "post": { - "operationId": "metadata-AddContractsToTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_AddContractsToTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_AddContractsToTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AddContractsToTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/GetFeatureIndex": { - "post": { - "operationId": "metadata-GetFeatureIndex", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_GetFeatureIndex_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_GetFeatureIndex_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetFeatureIndex", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/ListTokenDirectory": { - "post": { - "operationId": "metadata-ListTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ListTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ListTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/ModifyFeatureIndex": { - "post": { - "operationId": "metadata-ModifyFeatureIndex", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ModifyFeatureIndex_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ModifyFeatureIndex_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ModifyFeatureIndex", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/RemoveContractsFromTokenDirectory": { - "post": { - "operationId": "metadata-RemoveContractsFromTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_RemoveContractsFromTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_RemoveContractsFromTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RemoveContractsFromTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Builder/ComputeByService": { - "post": { - "operationId": "analytics-ComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "ComputeByService", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/DailyComputeByService": { - "post": { - "operationId": "analytics-DailyComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "DailyComputeByService", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/DailyComputeByType": { - "post": { - "operationId": "analytics-DailyComputeByType", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "DailyComputeByType", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketTxnEventDaily": { - "post": { - "operationId": "analytics-MarketTxnEventDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketTxnEventDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketTxnEventTotal": { - "post": { - "operationId": "analytics-MarketTxnEventTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketTxnEventTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketWalletsDaily": { - "post": { - "operationId": "analytics-MarketWalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketWalletsDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketWalletsTotal": { - "post": { - "operationId": "analytics-MarketWalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketWalletsTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/TotalCompute": { - "post": { - "operationId": "analytics-TotalCompute", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "TotalCompute", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByCountry": { - "post": { - "operationId": "analytics-WalletsByCountry", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByCountry", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByDevice": { - "post": { - "operationId": "analytics-WalletsByDevice", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByDevice", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByOS": { - "post": { - "operationId": "analytics-WalletsByOS", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByOS", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsDaily": { - "post": { - "operationId": "analytics-WalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTotal": { - "post": { - "operationId": "analytics-WalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTxnSentDaily": { - "post": { - "operationId": "analytics-WalletsTxnSentDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTxnSentDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTxnSentTotal": { - "post": { - "operationId": "analytics-WalletsTxnSentTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTxnSentTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Collections/CreateAsset": { - "post": { - "operationId": "metadata-CreateAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateCollection": { - "post": { - "description": "NOTE: projectID is optional. If it's passed it will be used, otherwise the projectID will be retrieved based on the X-Access-Key. As well, user's still need to pass Authorization header for the user's auth. For more information see: https://github.com/0xsequence/builder/tree/master/api#sequence-stack-and-user-project-permissions", - "operationId": "metadata-CreateCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateContractCollection": { - "post": { - "operationId": "metadata-CreateContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateToken": { - "post": { - "operationId": "metadata-CreateToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteAsset": { - "post": { - "operationId": "metadata-DeleteAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteCollection": { - "post": { - "operationId": "metadata-DeleteCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteContractCollection": { - "post": { - "operationId": "metadata-DeleteContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteToken": { - "post": { - "operationId": "metadata-DeleteToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetAsset": { - "post": { - "operationId": "metadata-GetAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetCollection": { - "post": { - "operationId": "metadata-GetCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetContractCollection": { - "post": { - "operationId": "metadata-GetContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetToken": { - "post": { - "operationId": "metadata-GetToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListCollections": { - "post": { - "operationId": "metadata-ListCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListContractCollections": { - "post": { - "operationId": "metadata-ListContractCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListContractCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListContractCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListContractCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListTokens": { - "post": { - "operationId": "metadata-ListTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/PublishCollection": { - "post": { - "operationId": "metadata-PublishCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_PublishCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_PublishCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "PublishCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UnpublishCollection": { - "post": { - "operationId": "metadata-UnpublishCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UnpublishCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UnpublishCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UnpublishCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateAsset": { - "post": { - "operationId": "metadata-UpdateAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateCollection": { - "post": { - "operationId": "metadata-UpdateCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateContractCollection": { - "post": { - "operationId": "metadata-UpdateContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateToken": { - "post": { - "operationId": "metadata-UpdateToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Indexer/AddWebhookListener": { - "post": { - "operationId": "indexer-AddWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_AddWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_AddWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "AddWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/FetchTransactionReceipt": { - "post": { - "description": "Fetches a single receipt and then will stop the subscription", - "operationId": "indexer-FetchTransactionReceipt", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceipt_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceipt_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "FetchTransactionReceipt", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/FetchTransactionReceiptWithFilter": { - "post": { - "description": "Fetches a single receipt with filter and then will stop the subscription", - "operationId": "indexer-FetchTransactionReceiptWithFilter", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceiptWithFilter_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceiptWithFilter_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "FetchTransactionReceiptWithFilter", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetAllWebhookListeners": { - "post": { - "operationId": "indexer-GetAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetBalanceUpdates": { - "post": { - "description": "Get balance update aggregate values -- useful for syncing balance details of a contract, ie. from Skyweaver", - "operationId": "indexer-GetBalanceUpdates", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetBalanceUpdates_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetBalanceUpdates_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetBalanceUpdates", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetChainID": { - "post": { - "description": "Get the chain ID of the indexer", - "operationId": "indexer-GetChainID", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetChainID_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetChainID_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetChainID", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetEtherBalance": { - "post": { - "description": "Queries an ethereum node for the latest and confirm ETH balances", - "operationId": "indexer-GetEtherBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetEtherBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetEtherBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetEtherBalance", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetOrderbookOrders": { - "post": { - "description": "Fetch orderbook orders", - "operationId": "indexer-GetOrderbookOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetOrderbookOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetOrderbookOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetOrderbookOrders", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenBalances": { - "post": { - "description": "GetTokenBalances returns a balance summary/details for a specific account. By default if accountAddress is left empty, it will use the account from the jwt session.\nAlso, if contractAddress is undefined, then it will list all current user coins/collectibles. But, if contractAddress is provided, then it will return the token balances for the contract, this is only useful for 1155, but for other tokens, it can act as a filter for the single balance.", - "operationId": "indexer-GetTokenBalances", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenBalances_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenBalances_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenBalances", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenSupplies": { - "post": { - "description": "GetTokenSupplies returns the set of tokenIDs used by a contract address, supporting ERC-20, ERC-721, and ERC-1155 contracts, and their respective supply as well.", - "operationId": "indexer-GetTokenSupplies", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSupplies_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSupplies_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenSupplies", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenSuppliesMap": { - "post": { - "description": "GetTokenSuppliesMap returns the token supplies of ERC-20 and ERC-1155 tokens as requested in the `tokenMap` represented as a map of contractAddress :: []tokenIDs.\nFor an ERC-20 specify tokenIDs as an empty array or [0], for example, { '0xdef': [] } or { '0xdef': [0] } For ERC-1155 pass the array of tokens are strings, ie. { '0xabc': ['1', '2', '3'] }", - "operationId": "indexer-GetTokenSuppliesMap", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSuppliesMap_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSuppliesMap_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenSuppliesMap", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTopOrders": { - "post": { - "operationId": "indexer-GetTopOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTopOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTopOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTopOrders", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTransactionHistory": { - "post": { - "description": "History of mined transactions for the account which includes a list of token transfers (sent/recieved) and sent transactions from a Sequence wallet", - "operationId": "indexer-GetTransactionHistory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTransactionHistory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTransactionHistory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTransactionHistory", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetWebhookListener": { - "post": { - "operationId": "indexer-GetWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/PauseAllWebhookListeners": { - "post": { - "operationId": "indexer-PauseAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_PauseAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_PauseAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "PauseAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/Ping": { - "post": { - "description": "Ping the indexer", - "operationId": "indexer-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/RemoveWebhookListener": { - "post": { - "operationId": "indexer-RemoveWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RemoveWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RemoveWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "RemoveWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/ResumeAllWebhookListeners": { - "post": { - "operationId": "indexer-ResumeAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ResumeAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ResumeAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "ResumeAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/RuntimeStatus": { - "post": { - "description": "Get the current runtime health status of the indexer", - "operationId": "indexer-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeBalanceUpdates": { - "post": { - "operationId": "indexer-SubscribeBalanceUpdates", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeBalanceUpdates_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeBalanceUpdates_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeBalanceUpdates", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeEvents": { - "post": { - "description": "TODO: pass optional block ... can pass too, reorg true, etc. or stay behind, etc.", - "operationId": "indexer-SubscribeEvents", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeEvents_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeEvents_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeEvents", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeReceipts": { - "post": { - "operationId": "indexer-SubscribeReceipts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeReceipts_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeReceipts_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeReceipts", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SyncBalance": { - "post": { - "description": "Re-sync an incorrect token balance with the correct on-chain balance", - "operationId": "indexer-SyncBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SyncBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SyncBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SyncBalance", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/ToggleWebhookListener": { - "post": { - "operationId": "indexer-ToggleWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ToggleWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ToggleWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "ToggleWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/UpdateWebhookListener": { - "post": { - "operationId": "indexer-UpdateWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_UpdateWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_UpdateWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "UpdateWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/Version": { - "post": { - "description": "Get the current version of the indexer", - "operationId": "indexer-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Marketplace/GetOrderbookOrders": { - "post": { - "operationId": "marketplace-GetOrderbookOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetOrderbookOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetOrderbookOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetOrderbookOrders", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Marketplace/GetTopOrders": { - "post": { - "operationId": "marketplace-GetTopOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetTopOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetTopOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetTopOrders", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Marketplace/GetUserActivities": { - "post": { - "operationId": "marketplace-GetUserActivities", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetUserActivities_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetUserActivities_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetUserActivities", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Metadata/AbortContractSync": { - "post": { - "operationId": "metadata-AbortContractSync", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AbortContractSync_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AbortContractSync_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AbortContractSync", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/AddContractToMintMonitor": { - "post": { - "operationId": "metadata-AddContractToMintMonitor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AddContractToMintMonitor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AddContractToMintMonitor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AddContractToMintMonitor", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/CancelRefreshJob": { - "post": { - "operationId": "metadata-CancelRefreshJob", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_CancelRefreshJob_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_CancelRefreshJob_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CancelRefreshJob", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/ContractSyncJobStatus": { - "post": { - "operationId": "metadata-ContractSyncJobStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_ContractSyncJobStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_ContractSyncJobStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ContractSyncJobStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectoryGetCollections": { - "post": { - "operationId": "metadata-DirectoryGetCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectoryGetCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectoryGetNetworks": { - "post": { - "description": "Token Directory. NOTE: this only searches the 'token-directory' items. Use 'SearchContracts' or 'SearchTokens' for everything else.", - "operationId": "metadata-DirectoryGetNetworks", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetNetworks_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetNetworks_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectoryGetNetworks", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectorySearchCollections": { - "post": { - "operationId": "metadata-DirectorySearchCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectorySearchCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectorySearchCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectorySearchCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/EnqueueTokensForRefresh": { - "post": { - "operationId": "metadata-EnqueueTokensForRefresh", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_EnqueueTokensForRefresh_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_EnqueueTokensForRefresh_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "EnqueueTokensForRefresh", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetContractInfo": { - "post": { - "description": "Contract Info -- returns contract meta-info for contracts found in registered chain's token-lists", - "operationId": "metadata-GetContractInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractInfo", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetContractInfoBatch": { - "post": { - "operationId": "metadata-GetContractInfoBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfoBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfoBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractInfoBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapTokenQuantity": { - "post": { - "description": "Niftyswap querying data map of tokenID :: quantity", - "operationId": "metadata-GetNiftyswapTokenQuantity", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapTokenQuantity", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapUnitPrices": { - "post": { - "description": "map of tokenID :: price", - "operationId": "metadata-GetNiftyswapUnitPrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapUnitPrices", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapUnitPricesWithQuantities": { - "post": { - "operationId": "metadata-GetNiftyswapUnitPricesWithQuantities", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapUnitPricesWithQuantities", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenMetadata": { - "post": { - "description": "GetTokenMetadata - fetch token metadata for a particular contract and respective tokenIDs", - "operationId": "metadata-GetTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenMetadataBatch": { - "post": { - "description": "GetTokenMetadataBatch allows you to query the token metadata of a batch of contracts and respective tokenIDs where map is contractAddress::[]tokenID => contractAddress::[]TokenMetadata\nNote, we limit each request to 50 contracts max and 50 tokens max per contract.", - "operationId": "metadata-GetTokenMetadataBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadataBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadataBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenMetadataBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenRefreshResult": { - "post": { - "operationId": "metadata-GetTokenRefreshResult", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshResult_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshResult_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenRefreshResult", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenRefreshStatus": { - "post": { - "operationId": "metadata-GetTokenRefreshStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenRefreshStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/MintMonitorJobStatus": { - "post": { - "operationId": "metadata-MintMonitorJobStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorJobStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorJobStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "MintMonitorJobStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/MintMonitorTriggerJob": { - "post": { - "operationId": "metadata-MintMonitorTriggerJob", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorTriggerJob_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorTriggerJob_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "MintMonitorTriggerJob", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/Ping": { - "post": { - "operationId": "metadata-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RefreshTokenMetadata": { - "post": { - "operationId": "metadata-RefreshTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RefreshTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RefreshTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RefreshTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RemoveContractFromMintMonitor": { - "post": { - "operationId": "metadata-RemoveContractFromMintMonitor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RemoveContractFromMintMonitor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RemoveContractFromMintMonitor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RemoveContractFromMintMonitor", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RuntimeStatus": { - "post": { - "operationId": "metadata-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContractInfo": { - "post": { - "description": "Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all.", - "operationId": "metadata-SearchContractInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContractInfo", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContractInfoBatch": { - "post": { - "description": "map of contractAddress :: []ContractInfo", - "operationId": "metadata-SearchContractInfoBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfoBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfoBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContractInfoBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContracts": { - "post": { - "operationId": "metadata-SearchContracts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContracts_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContracts_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContracts", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchMetadata": { - "post": { - "description": "Deprecated: Use SearchTokens() and SearchContracts() instead.", - "operationId": "metadata-SearchMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokenIDs": { - "post": { - "operationId": "metadata-SearchTokenIDs", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenIDs_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenIDs_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokenIDs", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokenMetadata": { - "post": { - "operationId": "metadata-SearchTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokens": { - "post": { - "operationId": "metadata-SearchTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SyncContractTokens": { - "post": { - "operationId": "metadata-SyncContractTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SyncContractTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SyncContractTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SyncContractTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/TokenCollectionFilters": { - "post": { - "operationId": "metadata-TokenCollectionFilters", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_TokenCollectionFilters_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_TokenCollectionFilters_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "TokenCollectionFilters", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/Version": { - "post": { - "operationId": "metadata-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Orderbook/AcceptRequest": { - "post": { - "operationId": "marketplace-AcceptRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "AcceptRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/AcceptRequestBatch": { - "post": { - "operationId": "marketplace-AcceptRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "AcceptRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CancelRequest": { - "post": { - "operationId": "marketplace-CancelRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CancelRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CancelRequestBatch": { - "post": { - "operationId": "marketplace-CancelRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CancelRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CreateRequest": { - "post": { - "operationId": "marketplace-CreateRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CreateRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CreateRequestBatch": { - "post": { - "operationId": "marketplace-CreateRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CreateRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRequest": { - "post": { - "operationId": "marketplace-GetRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRequestBatch": { - "post": { - "operationId": "marketplace-GetRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRoyaltyInfo": { - "post": { - "operationId": "marketplace-GetRoyaltyInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRoyaltyInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRoyaltyInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRoyaltyInfo", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/IsRequestValid": { - "post": { - "operationId": "marketplace-IsRequestValid", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValid_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValid_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "IsRequestValid", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/IsRequestValidBatch": { - "post": { - "operationId": "marketplace-IsRequestValidBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValidBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValidBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "IsRequestValidBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Relayer/AddGasSponsor": { - "post": { - "operationId": "relayer-AddGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AddGasTank": { - "post": { - "operationId": "relayer-AddGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AddressGasSponsors": { - "post": { - "operationId": "relayer-AddressGasSponsors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddressGasSponsors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddressGasSponsors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddressGasSponsors", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AdjustGasTankBalance": { - "post": { - "operationId": "relayer-AdjustGasTankBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AdjustGasTankBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AdjustGasTankBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AdjustGasTankBalance", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/FeeOptions": { - "post": { - "operationId": "relayer-FeeOptions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeOptions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeOptions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "FeeOptions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/FeeTokens": { - "post": { - "operationId": "relayer-FeeTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "FeeTokens", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetChainID": { - "post": { - "description": "TODO: return a string instead", - "operationId": "relayer-GetChainID", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetChainID_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetChainID_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetChainID", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasSponsor": { - "post": { - "operationId": "relayer-GetGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasTank": { - "post": { - "operationId": "relayer-GetGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasTankBalanceAdjustment": { - "post": { - "operationId": "relayer-GetGasTankBalanceAdjustment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTankBalanceAdjustment_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTankBalanceAdjustment_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasTankBalanceAdjustment", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTransactions": { - "post": { - "operationId": "relayer-GetMetaTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnNetworkFeeOptions": { - "post": { - "description": "TODO: deprecated, to be removed by https://github.com/0xsequence/stack/pull/356 at a later date", - "operationId": "relayer-GetMetaTxnNetworkFeeOptions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNetworkFeeOptions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNetworkFeeOptions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnNetworkFeeOptions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnNonce": { - "post": { - "operationId": "relayer-GetMetaTxnNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnNonce", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnReceipt": { - "post": { - "description": "TODO: one day, make GetMetaTxnReceipt respond immediately with receipt or not and add WaitTransactionReceipt method, which will block and wait, similar to how GetMetaTxnReceipt is implemented now. For backwards compat, we can leave the current GetMetaTxnReceipt how it is, an deprecate it, and introduce new, GetTransactionReceipt and WaitTransactionReceipt methods we can also accept metaTxnId and txnHash .. so can take either or.. I wonder if ERC-4337 has any convention on this?", - "operationId": "relayer-GetMetaTxnReceipt", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnReceipt_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnReceipt_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnReceipt", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetSequenceContext": { - "post": { - "operationId": "relayer-GetSequenceContext", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetSequenceContext_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetSequenceContext_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetSequenceContext", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ListGasSponsors": { - "post": { - "operationId": "relayer-ListGasSponsors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasSponsors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasSponsors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ListGasSponsors", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ListGasTankBalanceAdjustments": { - "post": { - "operationId": "relayer-ListGasTankBalanceAdjustments", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasTankBalanceAdjustments_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasTankBalanceAdjustments_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ListGasTankBalanceAdjustments", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/NextGasTankBalanceAdjustmentNonce": { - "post": { - "operationId": "relayer-NextGasTankBalanceAdjustmentNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_NextGasTankBalanceAdjustmentNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_NextGasTankBalanceAdjustmentNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "NextGasTankBalanceAdjustmentNonce", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/PendingTransactions": { - "post": { - "description": "Pending transactions waiting to be mined for an account. This endpoint is just a sugar of `SentTransactions` with the filter set to pending: true.", - "operationId": "relayer-PendingTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_PendingTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_PendingTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "PendingTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Ping": { - "post": { - "operationId": "relayer-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/RemoveGasSponsor": { - "post": { - "operationId": "relayer-RemoveGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RemoveGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RemoveGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "RemoveGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ReportGasSponsorUsage": { - "post": { - "operationId": "relayer-ReportGasSponsorUsage", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ReportGasSponsorUsage_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ReportGasSponsorUsage_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ReportGasSponsorUsage", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/RuntimeStatus": { - "post": { - "operationId": "relayer-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/SendMetaTxn": { - "post": { - "description": " Transactions\nTODO (future): rename this to just, 'SendTransaction(txn: MetaTransaction)' or 'SendTransaction(txn: SignedTransaction)', or something.. Project ID is only used by service and admin calls. Other clients must have projectID passed via the context TODO: rename return txnHash: string to metaTxnID: string", - "operationId": "relayer-SendMetaTxn", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SendMetaTxn_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SendMetaTxn_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "SendMetaTxn", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/SentTransactions": { - "post": { - "description": "Sent transactions from an account. If filter is omitted then it will return all transactions.", - "operationId": "relayer-SentTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SentTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SentTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "SentTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Simulate": { - "post": { - "operationId": "relayer-Simulate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Simulate_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Simulate_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Simulate", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateGasSponsor": { - "post": { - "operationId": "relayer-UpdateGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateGasTank": { - "post": { - "operationId": "relayer-UpdateGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateMetaTxnGasLimits": { - "post": { - "description": "TODO: deprecated, to be removed by https://github.com/0xsequence/stack/pull/356 at a later date", - "operationId": "relayer-UpdateMetaTxnGasLimits", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateMetaTxnGasLimits_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateMetaTxnGasLimits_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateMetaTxnGasLimits", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Version": { - "post": { - "operationId": "relayer-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "relayer" - ] - } - } - }, - "components": { - "schemas": { - "API_AddCurrencyGroup_Request": { - "properties": { - "currencyGroup": { - "$ref": "#/components/schemas/CurrencyGroup" - } - }, - "type": "object" - }, - "API_AddCurrencyGroup_Response": { - "properties": { - "groupId": { - "type": "number" - } - }, - "type": "object" - }, - "API_AddFriend_Request": { - "properties": { - "friendAddress": { - "type": "string" - }, - "optionalNickname": { - "type": "string" - } - }, - "type": "object" - }, - "API_AddFriend_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_AddInventoryPaymentConfig_Request": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_AddInventoryPaymentConfig_Response": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_BlockNumberAtTime_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "timestamps": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_BlockNumberAtTime_Response": { - "properties": { - "blocks": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_Clock_Request": { - "type": "object" - }, - "API_Clock_Response": { - "properties": { - "serverTime": { - "type": "string" - } - }, - "type": "object" - }, - "API_ContractCall_Request": { - "properties": { - "args": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "chainID": { - "type": "string" - }, - "contract": { - "type": "string" - }, - "inputExpr": { - "type": "string" - }, - "outputExpr": { - "type": "string" - } - }, - "type": "object" - }, - "API_ContractCall_Response": { - "properties": { - "returns": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_DecodeContractCall_Request": { - "properties": { - "callData": { - "type": "string" - } - }, - "type": "object" - }, - "API_DecodeContractCall_Response": { - "properties": { - "call": { - "$ref": "#/components/schemas/ContractCall" - } - }, - "type": "object" - }, - "API_DeleteCurrencyGroup_Request": { - "properties": { - "groupId": { - "type": "number" - } - }, - "type": "object" - }, - "API_DeleteCurrencyGroup_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_DeleteInventoryPaymentConfig_Request": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_DeleteInventoryPaymentConfig_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_FriendList_Request": { - "properties": { - "nickname": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_FriendList_Response": { - "properties": { - "friends": { - "description": "[]Friend", - "items": { - "$ref": "#/components/schemas/Friend" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_GenerateWaaSVerificationURL_Request": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GenerateWaaSVerificationURL_Response": { - "properties": { - "nonce": { - "type": "string" - }, - "verificationURL": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetAuthToken2_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "ewtString": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetAuthToken2_Response": { - "properties": { - "address": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "status": { - "type": "boolean" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "type": "object" - }, - "API_GetAuthToken_Request": { - "properties": { - "ewtString": { - "type": "string" - }, - "testnetMode": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_GetAuthToken_Response": { - "properties": { - "address": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "status": { - "type": "boolean" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "type": "object" - }, - "API_GetCoinPrices_Request": { - "properties": { - "tokens": { - "description": "[]Token", - "items": { - "$ref": "#/components/schemas/Token" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCoinPrices_Response": { - "properties": { - "tokenPrices": { - "description": "[]TokenPrice", - "items": { - "$ref": "#/components/schemas/TokenPrice" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCollectiblePrices_Request": { - "properties": { - "tokens": { - "description": "[]Token", - "items": { - "$ref": "#/components/schemas/Token" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCollectiblePrices_Response": { - "properties": { - "tokenPrices": { - "description": "[]TokenPrice", - "items": { - "$ref": "#/components/schemas/TokenPrice" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetExchangeRate_Request": { - "properties": { - "toCurrency": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetExchangeRate_Response": { - "properties": { - "exchangeRate": { - "$ref": "#/components/schemas/ExchangeRate" - } - }, - "type": "object" - }, - "API_GetFriendByAddress_Request": { - "properties": { - "friendAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetFriendByAddress_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_GetInventoryPaymentConfig_Request": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_GetInventoryPaymentConfig_Response": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_GetInviteInfo_Request": { - "type": "object" - }, - "API_GetInviteInfo_Response": { - "properties": { - "inviteInfo": { - "$ref": "#/components/schemas/InviteInfo" - } - }, - "type": "object" - }, - "API_GetLinkedWallets_Request": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetLinkedWallets_Response": { - "properties": { - "linkedWallets": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetMoonpayLink_Request": { - "properties": { - "url": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetMoonpayLink_Response": { - "properties": { - "signedUrl": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineClientToken_Request": { - "type": "object" - }, - "API_GetSardineClientToken_Response": { - "properties": { - "token": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutOrderStatus_Request": { - "properties": { - "orderId": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutOrderStatus_Response": { - "properties": { - "resp": { - "$ref": "#/components/schemas/SardineOrder" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutToken_Request": { - "properties": { - "params": { - "$ref": "#/components/schemas/NftCheckoutParams" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutToken_Response": { - "properties": { - "resp": { - "$ref": "#/components/schemas/NftCheckout" - } - }, - "type": "object" - }, - "API_GetSequenceContext_Request": { - "type": "object" - }, - "API_GetSequenceContext_Response": { - "properties": { - "data": { - "$ref": "#/components/schemas/SequenceContext" - } - }, - "type": "object" - }, - "API_GetSwapQuotes_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "currencyAddress": { - "type": "string" - }, - "currencyAmount": { - "type": "string" - }, - "includeApprove": { - "type": "boolean" - }, - "userAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSwapQuotes_Response": { - "properties": { - "swapQuotes": { - "description": "[]SwapQuote", - "items": { - "$ref": "#/components/schemas/SwapQuote" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_InternalClaimAccessCode_Request": { - "properties": { - "accessCode": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "type": "object" - }, - "API_InternalClaimAccessCode_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidAccessCode_Request": { - "properties": { - "accessCode": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidAccessCode_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidETHAuthProof_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidETHAuthProof_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidMessageSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "message": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidMessageSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "digest": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidTypedDataSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "typedData": { - "type": "object" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidTypedDataSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_LinkWallet_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "linkedWalletMessage": { - "type": "string" - }, - "linkedWalletSignature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_LinkWallet_Response": { - "properties": { - "linkedWalletAddress": { - "type": "string" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_ListCurrencyGroups_Request": { - "type": "object" - }, - "API_ListCurrencyGroups_Response": { - "properties": { - "currencyGroups": { - "description": "[]CurrencyGroup", - "items": { - "$ref": "#/components/schemas/CurrencyGroup" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_ListInventoryPaymentConfigs_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "API_ListInventoryPaymentConfigs_Response": { - "properties": { - "configs": { - "description": "[]InventoryPaymentConfig", - "items": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_LookupContractCallSelectors_Request": { - "properties": { - "selectors": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_LookupContractCallSelectors_Response": { - "properties": { - "signatures": { - "description": "[][]string", - "items": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_MemoryLoad_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryLoad_Response": { - "properties": { - "value": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryStore_Request": { - "properties": { - "key": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryStore_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_PaperSessionSecret2_Request": { - "properties": { - "abi": { - "type": "string" - }, - "chainName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "paramsJson": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret2_Response": { - "properties": { - "secret": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret_Request": { - "properties": { - "chainName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "paramsJson": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret_Response": { - "properties": { - "secret": { - "type": "string" - } - }, - "type": "object" - }, - "API_Ping_Request": { - "type": "object" - }, - "API_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RemoveFriend_Request": { - "properties": { - "friendAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RemoveFriend_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RemoveLinkedWallet_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "linkedWalletMessage": { - "type": "string" - }, - "linkedWalletSignature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RemoveLinkedWallet_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RequestInventoryPayment_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "configId": { - "type": "number" - }, - "recipient": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RequestInventoryPayment_Response": { - "properties": { - "payment": { - "$ref": "#/components/schemas/InventoryPaymentResponse" - } - }, - "type": "object" - }, - "API_ResolveENSAddress_Request": { - "properties": { - "ens": { - "type": "string" - } - }, - "type": "object" - }, - "API_ResolveENSAddress_Response": { - "properties": { - "address": { - "type": "string" - }, - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RuntimeStatus_Request": { - "type": "object" - }, - "API_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "API_SearchFriends_Request": { - "properties": { - "filterUsername": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_SearchFriends_Response": { - "properties": { - "friends": { - "description": "[]Friend", - "items": { - "$ref": "#/components/schemas/Friend" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_SendPasswordlessLink_Request": { - "properties": { - "email": { - "type": "string" - }, - "intent": { - "type": "string" - }, - "redirectUri": { - "type": "string" - } - }, - "type": "object" - }, - "API_SendPasswordlessLink_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UpdateCurrencyGroup_Request": { - "properties": { - "currencyGroup": { - "$ref": "#/components/schemas/CurrencyGroup" - } - }, - "type": "object" - }, - "API_UpdateCurrencyGroup_Response": { - "type": "object" - }, - "API_UpdateFriendNickname_Request": { - "properties": { - "friendAddress": { - "type": "string" - }, - "nickname": { - "type": "string" - } - }, - "type": "object" - }, - "API_UpdateFriendNickname_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UpdateInventoryPaymentConfig_Request": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_UpdateInventoryPaymentConfig_Response": { - "type": "object" - }, - "API_UserStorageDelete_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_UserStorageDelete_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UserStorageFetchAll_Request": { - "properties": { - "keys": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_UserStorageFetchAll_Response": { - "properties": { - "objects": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageFetch_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_UserStorageFetch_Response": { - "properties": { - "object": { - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageSave_Request": { - "properties": { - "key": { - "type": "string" - }, - "object": { - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageSave_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_ValidateWaaSVerificationNonce_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "nonce": { - "type": "string" - }, - "sessionId": { - "type": "string" - }, - "signature": { - "type": "string" - } - }, - "type": "object" - }, - "API_ValidateWaaSVerificationNonce_Response": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_Version_Request": { - "type": "object" - }, - "API_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "Admin_AddContractsToTokenDirectory_Request": { - "properties": { - "contracts": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "featureIndexes": { - "description": "[]uint8", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "Admin_AddContractsToTokenDirectory_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Admin_GetFeatureIndex_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Admin_GetFeatureIndex_Response": { - "properties": { - "featured": { - "type": "number" - } - }, - "type": "object" - }, - "Admin_ListTokenDirectory_Request": { - "properties": { - "chainID": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Admin_ListTokenDirectory_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Admin_ModifyFeatureIndex_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "featured": { - "type": "number" - } - }, - "type": "object" - }, - "Admin_ModifyFeatureIndex_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Admin_RemoveContractsFromTokenDirectory_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contracts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Admin_RemoveContractsFromTokenDirectory_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Asset": { - "properties": { - "collectionId": { - "type": "number" - }, - "filename": { - "type": "string" - }, - "filesize": { - "type": "number" - }, - "height": { - "type": "number" - }, - "id": { - "type": "number" - }, - "metadataField": { - "type": "string" - }, - "mimeType": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - }, - "width": { - "type": "number" - } - }, - "required": [ - "id", - "collectionId", - "metadataField" - ], - "type": "object" - }, - "AuthSessionType": { - "description": "Represented as uint16 on the server side", - "enum": [ - "PUBLIC", - "WALLET", - "USER", - "ADMIN", - "SERVICE" - ], - "type": "string" - }, - "AuthState": { - "properties": { - "address": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "sessionType": { - "$ref": "#/components/schemas/AuthSessionType" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "required": [ - "jwtToken", - "expiresAt", - "address", - "sessionType" - ], - "type": "object" - }, - "BillingOverride": { - "properties": { - "creditsIncludedExtra": { - "type": "number" - }, - "creditsIncludedWarn": { - "type": "number" - }, - "creditsOverageMax": { - "type": "number" - }, - "creditsOverageWarn": { - "type": "number" - }, - "discountCreditOverage": { - "type": "number" - }, - "discountSubscriptionTier": { - "type": "number" - }, - "extraKeys": { - "type": "number" - }, - "forceAllowTransactions": { - "type": "boolean" - }, - "marketplaceFee": { - "type": "number" - }, - "rateLimit": { - "type": "number" - } - }, - "required": [ - "extraKeys", - "creditsIncludedExtra", - "discountSubscriptionTier", - "discountCreditOverage", - "forceAllowTransactions" - ], - "type": "object" - }, - "BillingSettings": { - "properties": { - "blockTransactions": { - "type": "boolean" - }, - "creditsIncludedMax": { - "type": "number" - }, - "creditsIncludedWarn": { - "type": "number" - }, - "creditsOverageMax": { - "type": "number" - }, - "creditsOverageWarn": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "string" - }, - "marketplaceFee": { - "type": "string" - }, - "maxKeys": { - "type": "number" - }, - "priceCreditOverage": { - "type": "string" - }, - "priceSubscriptionTier": { - "type": "string" - }, - "rateLimit": { - "type": "number" - } - }, - "required": [ - "maxKeys", - "rateLimit", - "creditsIncludedWarn", - "creditsIncludedMax", - "creditsOverageWarn", - "creditsOverageMax", - "priceSubscriptionTier", - "priceCreditOverage", - "marketplaceFee", - "gasFeeMarkup", - "blockTransactions" - ], - "type": "object" - }, - "BloomStatus": { - "properties": { - "bloomInitElapsedTime": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "initialized": { - "type": "boolean" - } - }, - "required": [ - "enabled", - "initialized", - "bloomInitElapsedTime" - ], - "type": "object" - }, - "Bond": { - "properties": { - "estimatedDiskUsagePerTable": { - "type": "object" - }, - "estimatedDiskUsageTotal": { - "type": "string" - }, - "pebble": { - "$ref": "#/components/schemas/PebbleMetrics" - } - }, - "required": [ - "pebble", - "estimatedDiskUsagePerTable", - "estimatedDiskUsageTotal" - ], - "type": "object" - }, - "Builder_ComputeByService_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_ComputeByService_Response": { - "properties": { - "computeStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_DailyComputeByService_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_DailyComputeByService_Response": { - "properties": { - "computeStats": { - "additionalProperties": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Builder_DailyComputeByType_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_DailyComputeByType_Response": { - "properties": { - "computeStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventDaily_Response": { - "properties": { - "marketStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventTotal_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketWalletsDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketWalletsDaily_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketWalletsTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketWalletsTotal_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_TotalCompute_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_TotalCompute_Response": { - "properties": { - "computeStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByCountry_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByCountry_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByDevice_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByDevice_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByOS_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByOS_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsDaily_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTotal_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentDaily_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentTotal_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Chart": { - "properties": { - "label": { - "type": "string" - }, - "value": { - "type": "number" - } - }, - "required": [ - "value", - "label" - ], - "type": "object" - }, - "Collaborator": { - "properties": { - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "invitationId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/CollaboratorType" - }, - "updatedAt": { - "type": "string" - }, - "userAddress": { - "type": "string" - }, - "userAvatarKey": { - "type": "string" - }, - "userAvatarUrl": { - "type": "string" - }, - "userEmail": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "type", - "userAddress", - "access", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "CollaboratorAccess": { - "description": "Represented as uint32 on the server side", - "enum": [ - "NONE", - "READ", - "WRITE", - "ADMIN" - ], - "type": "string" - }, - "CollaboratorType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "USER", - "SERVICE_ACCOUNT" - ], - "type": "string" - }, - "Collection": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "baseURIs": { - "$ref": "#/components/schemas/CollectionBaseURIs" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "metadata": { - "$ref": "#/components/schemas/CollectionMetadata" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "revealKey": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "metadata", - "private" - ], - "type": "object" - }, - "CollectionBaseURIs": { - "properties": { - "contractMetadataURI": { - "type": "string" - }, - "tokenMetadataURI": { - "type": "string" - } - }, - "required": [ - "contractMetadataURI", - "tokenMetadataURI" - ], - "type": "object" - }, - "CollectionInfo": { - "properties": { - "address": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "description": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "image": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "chainId", - "title", - "type", - "image", - "address", - "link", - "description", - "featured" - ], - "type": "object" - }, - "CollectionMetadata": { - "properties": { - "attributes": { - "description": "[]map", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "type": "array" - }, - "description": { - "type": "string" - }, - "externalLink": { - "type": "string" - }, - "image": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "Collections_CreateAsset_Request": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_CreateCollection_Request": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_CreateContractCollection_Request": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateContractCollection_Response": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - } - }, - "type": "object" - }, - "Collections_CreateToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_CreateToken_Response": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_DeleteAsset_Request": { - "properties": { - "assetId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteAsset_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteCollection_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteContractCollection_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteContractCollection_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_DeleteToken_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_GetAsset_Request": { - "properties": { - "assetId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_GetCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_GetContractCollection_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetContractCollection_Response": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - } - }, - "type": "object" - }, - "Collections_GetToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_GetToken_Response": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_ListCollections_Request": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListCollections_Response": { - "properties": { - "collections": { - "description": "[]Collection", - "items": { - "$ref": "#/components/schemas/Collection" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Collections_ListContractCollections_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListContractCollections_Response": { - "properties": { - "contractCollections": { - "description": "[]ContractCollection", - "items": { - "$ref": "#/components/schemas/ContractCollection" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Collections_ListTokens_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListTokens_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokens": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Collections_PublishCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "recursive": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_PublishCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UnpublishCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UnpublishCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UpdateAsset_Request": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_UpdateCollection_Request": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UpdateContractCollection_Request": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateContractCollection_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_UpdateToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_UpdateToken_Response": { - "properties": { - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Configuration": { - "properties": { - "animationUrl": { - "type": "string" - }, - "backgroundUrl": { - "type": "string" - }, - "chainIds": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - }, - "crispWebsiteId": { - "type": "string" - }, - "customCss": { - "type": "string" - }, - "learnMoreButton": { - "type": "string" - }, - "learnMoreUrl": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "mobileBackgroundUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "titleUrl": { - "type": "string" - } - }, - "required": [ - "name", - "title", - "chainIds" - ], - "type": "object" - }, - "Contract": { - "properties": { - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractName": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "isLinked": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "contractName", - "contractAddress", - "contractType", - "chainId", - "isLinked", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractCall": { - "properties": { - "args": { - "description": "[]TupleComponent", - "items": { - "$ref": "#/components/schemas/TupleComponent" - }, - "type": "array" - }, - "function": { - "type": "string" - }, - "signature": { - "type": "string" - } - }, - "required": [ - "signature", - "function", - "args" - ], - "type": "object" - }, - "ContractCollection": { - "properties": { - "chainId": { - "type": "number" - }, - "collectionId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "id": { - "type": "number" - } - }, - "required": [ - "id", - "chainId", - "contractAddress", - "collectionId" - ], - "type": "object" - }, - "ContractFactory": { - "properties": { - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "factorySourceUid": { - "type": "string" - }, - "id": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "chainId", - "contractAddress", - "factorySourceUid", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractFactorySource": { - "properties": { - "abi": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "description": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "id": { - "type": "number" - }, - "license": { - "type": "string" - }, - "moreInfoUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "uid": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "uid", - "contractType", - "name", - "description", - "author", - "license", - "audited", - "moreInfoUrl", - "disabled", - "abi", - "bytecode", - "bytecodeHash", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractIndex": { - "properties": { - "address": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contentHash": { - "type": "number" - }, - "deployed": { - "type": "boolean" - }, - "metadata": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "notFound": { - "type": "boolean" - }, - "type": { - "$ref": "#/components/schemas/ContractType" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "chainId", - "address", - "type", - "metadata", - "contentHash", - "deployed", - "bytecodeHash", - "notFound", - "updatedAt" - ], - "type": "object" - }, - "ContractInfo": { - "properties": { - "address": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contentHash": { - "type": "number" - }, - "decimals": { - "type": "number" - }, - "deployed": { - "type": "boolean" - }, - "extensions": { - "$ref": "#/components/schemas/ContractInfoExtensions" - }, - "logoURI": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "type": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "chainId", - "address", - "name", - "type", - "symbol", - "logoURI", - "deployed", - "bytecodeHash", - "extensions", - "contentHash", - "updatedAt" - ], - "type": "object" - }, - "ContractInfoExtensions": { - "properties": { - "blacklist": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "link": { - "type": "string" - }, - "ogImage": { - "type": "string" - }, - "ogName": { - "type": "string" - }, - "originAddress": { - "type": "string" - }, - "originChainId": { - "type": "number" - }, - "verified": { - "type": "boolean" - }, - "verifiedBy": { - "type": "string" - } - }, - "required": [ - "link", - "description", - "ogImage", - "ogName", - "originChainId", - "originAddress", - "blacklist", - "verified", - "verifiedBy", - "featured" - ], - "type": "object" - }, - "ContractLink": { - "properties": { - "collaborator": { - "$ref": "#/components/schemas/Collaborator" - }, - "contract": { - "$ref": "#/components/schemas/Contract" - }, - "project": { - "$ref": "#/components/schemas/Project" - } - }, - "required": [ - "project", - "collaborator" - ], - "type": "object" - }, - "ContractSource": { - "properties": { - "abi": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "description": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "factorySourceUid": { - "type": "string" - }, - "id": { - "type": "number" - }, - "license": { - "type": "string" - }, - "moreInfoUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "uid": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "uid", - "contractType", - "name", - "description", - "author", - "license", - "audited", - "moreInfoUrl", - "disabled", - "factorySourceUid", - "abi", - "bytecode", - "bytecodeHash", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractType": { - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "ERC20", - "ERC721", - "ERC1155" - ], - "type": "string" - }, - "CreditBonus": { - "properties": { - "amount": { - "type": "number" - }, - "balance": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "amount", - "balance", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "CurrencyGroup": { - "properties": { - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "tokens": { - "description": "[]CurrencyGroupToken", - "items": { - "$ref": "#/components/schemas/CurrencyGroupToken" - }, - "type": "array" - } - }, - "required": [ - "id", - "name", - "tokens" - ], - "type": "object" - }, - "CurrencyGroupToken": { - "properties": { - "chainId": { - "type": "number" - }, - "currencyGroupId": { - "type": "number" - }, - "id": { - "type": "number" - }, - "tokenAddress": { - "type": "string" - } - }, - "required": [ - "id", - "currencyGroupId", - "chainId", - "tokenAddress" - ], - "type": "object" - }, - "DateInterval": { - "description": "Represented as uint16 on the server side", - "enum": [ - "DAY", - "WEEK", - "MONTH" - ], - "type": "string" - }, - "DiskUsage": { - "properties": { - "dirs": { - "additionalProperties": { - "type": "string" - }, - "description": "map", - "type": "object" - }, - "humanReadable": { - "type": "string" - }, - "percent": { - "type": "number" - }, - "size": { - "type": "number" - }, - "used": { - "type": "number" - } - }, - "required": [ - "humanReadable", - "used", - "size", - "percent", - "dirs" - ], - "type": "object" - }, - "ETHTxnStatus": { - "description": "Represented as uint on the server side", - "enum": [ - "UNKNOWN", - "DROPPED", - "QUEUED", - "SENT", - "SUCCEEDED", - "PARTIALLY_FAILED", - "FAILED" - ], - "type": "string" - }, - "EmailTemplate": { - "properties": { - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "introText": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "placeholders": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "projectId": { - "type": "number" - }, - "subject": { - "type": "string" - }, - "template": { - "type": "string" - }, - "templateType": { - "$ref": "#/components/schemas/EmailTemplateType" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "subject", - "introText", - "logoUrl", - "placeholders", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "EmailTemplateType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "UNKNOWN", - "LOGIN", - "GUARD" - ], - "type": "string" - }, - "ErrorAborted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Aborted", - "type": "string" - }, - "msg": { - "example": "Request aborted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorAlreadyCollaborator": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4001, - "type": "number" - }, - "error": { - "example": "AlreadyCollaborator", - "type": "string" - }, - "msg": { - "example": "Already a collaborator", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorChainNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "ChainNotFound", - "type": "string" - }, - "msg": { - "example": "Chain not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorEmailTemplateExists": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3004, - "type": "number" - }, - "error": { - "example": "EmailTemplateExists", - "type": "string" - }, - "msg": { - "example": "Email Template exists", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorFail": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Fail", - "type": "string" - }, - "msg": { - "example": "Request Failed", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorFeatureNotIncluded": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3006, - "type": "number" - }, - "error": { - "example": "FeatureNotIncluded", - "type": "string" - }, - "msg": { - "example": "Feature not included", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorGeoblocked": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1006, - "type": "number" - }, - "error": { - "example": "Geoblocked", - "type": "string" - }, - "msg": { - "example": "Geoblocked region", - "type": "string" - }, - "status": { - "example": 451, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInsufficientFee": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3004, - "type": "number" - }, - "error": { - "example": "InsufficientFee", - "type": "string" - }, - "msg": { - "example": "Insufficient fee", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2001, - "type": "number" - }, - "error": { - "example": "InvalidArgument", - "type": "string" - }, - "msg": { - "example": "Invalid argument", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidNetwork": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3007, - "type": "number" - }, - "error": { - "example": "InvalidNetwork", - "type": "string" - }, - "msg": { - "example": "Invalid network", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidTier": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "InvalidTier", - "type": "string" - }, - "msg": { - "example": "Invalid subscription tier", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvitationExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4000, - "type": "number" - }, - "error": { - "example": "InvitationExpired", - "type": "string" - }, - "msg": { - "example": "Invitation code is expired", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMetadataCallFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "MetadataCallFailed", - "type": "string" - }, - "msg": { - "example": "Metadata service call failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMethodNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1003, - "type": "number" - }, - "error": { - "example": "MethodNotFound", - "type": "string" - }, - "msg": { - "example": "Method not found", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3000, - "type": "number" - }, - "error": { - "example": "NotFound", - "type": "string" - }, - "msg": { - "example": "Resource not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorPermissionDenied": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1001, - "type": "number" - }, - "error": { - "example": "PermissionDenied", - "type": "string" - }, - "msg": { - "example": "Permission denied", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorProjectNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3002, - "type": "number" - }, - "error": { - "example": "ProjectNotFound", - "type": "string" - }, - "msg": { - "example": "Project not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorQueryFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2003, - "type": "number" - }, - "error": { - "example": "QueryFailed", - "type": "string" - }, - "msg": { - "example": "Query failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRateLimited": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2005, - "type": "number" - }, - "error": { - "example": "RateLimited", - "type": "string" - }, - "msg": { - "example": "Rate limited", - "type": "string" - }, - "status": { - "example": 429, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequestConflict": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1004, - "type": "number" - }, - "error": { - "example": "RequestConflict", - "type": "string" - }, - "msg": { - "example": "Conflict with target resource", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequiredArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "RequiredArgument", - "type": "string" - }, - "msg": { - "example": "Required argument missing", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorResourceExhausted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2004, - "type": "number" - }, - "error": { - "example": "ResourceExhausted", - "type": "string" - }, - "msg": { - "example": "Resource exhausted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSessionExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1002, - "type": "number" - }, - "error": { - "example": "SessionExpired", - "type": "string" - }, - "msg": { - "example": "Session expired", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSubscriptionLimit": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3005, - "type": "number" - }, - "error": { - "example": "SubscriptionLimit", - "type": "string" - }, - "msg": { - "example": "Subscription limit reached", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTimeout": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2000, - "type": "number" - }, - "error": { - "example": "Timeout", - "type": "string" - }, - "msg": { - "example": "Request timed out", - "type": "string" - }, - "status": { - "example": 408, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTokenDirectoryDisabled": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4001, - "type": "number" - }, - "error": { - "example": "TokenDirectoryDisabled", - "type": "string" - }, - "msg": { - "example": "Token Directory is disabled", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnauthorized": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1000, - "type": "number" - }, - "error": { - "example": "Unauthorized", - "type": "string" - }, - "msg": { - "example": "Unauthorized access", - "type": "string" - }, - "status": { - "example": 401, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnavailable": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "Unavailable", - "type": "string" - }, - "msg": { - "example": "Unavailable resource", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUserNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3001, - "type": "number" - }, - "error": { - "example": "UserNotFound", - "type": "string" - }, - "msg": { - "example": "User not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorValidationFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2004, - "type": "number" - }, - "error": { - "example": "ValidationFailed", - "type": "string" - }, - "msg": { - "example": "Validation failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamFinished": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -10, - "type": "number" - }, - "error": { - "example": "WebrpcStreamFinished", - "type": "string" - }, - "msg": { - "example": "stream finished", - "type": "string" - }, - "status": { - "example": 200, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "EtherBalance": { - "properties": { - "accountAddress": { - "type": "string" - }, - "balanceWei": { - "type": "string" - } - }, - "required": [ - "accountAddress", - "balanceWei" - ], - "type": "object" - }, - "EventDecoded": { - "properties": { - "eventSig": { - "type": "string" - }, - "names": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "topicHash": { - "type": "string" - }, - "types": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "values": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "topicHash", - "eventSig", - "types", - "names", - "values" - ], - "type": "object" - }, - "EventFilter": { - "properties": { - "accounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "events": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "EventLog": { - "properties": { - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "event": { - "$ref": "#/components/schemas/EventDecoded" - }, - "id": { - "type": "number" - }, - "logDataType": { - "$ref": "#/components/schemas/EventLogDataType" - }, - "parentBlockHash": { - "type": "string" - }, - "rawLog": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "ts": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnInfo": { - "$ref": "#/components/schemas/TxnInfo" - }, - "txnLogIndex": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/EventLogType" - }, - "uid": { - "type": "string" - } - }, - "required": [ - "id", - "uid", - "type", - "blockNumber", - "blockHash", - "parentBlockHash", - "contractAddress", - "contractType", - "txnHash", - "txnIndex", - "txnLogIndex", - "logDataType", - "ts" - ], - "type": "object" - }, - "EventLogDataType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "EVENT", - "TOKEN_TRANSFER", - "NATIVE_TOKEN_TRANSFER", - "SEQUENCE_TXN" - ], - "type": "string" - }, - "EventLogType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "UNKNOWN", - "BLOCK_ADDED", - "BLOCK_REMOVED" - ], - "type": "string" - }, - "ExchangeRate": { - "properties": { - "currencyType": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "value": { - "type": "number" - }, - "vsCurrency": { - "type": "string" - } - }, - "required": [ - "name", - "symbol", - "value", - "vsCurrency", - "currencyType" - ], - "type": "object" - }, - "FeeOption": { - "properties": { - "gasLimit": { - "type": "number" - }, - "to": { - "type": "string" - }, - "token": { - "$ref": "#/components/schemas/FeeToken" - }, - "value": { - "type": "string" - } - }, - "required": [ - "token", - "to", - "value", - "gasLimit" - ], - "type": "object" - }, - "FeeToken": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "logoURL": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "tokenID": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/FeeTokenType" - } - }, - "required": [ - "chainId", - "name", - "symbol", - "type", - "logoURL" - ], - "type": "object" - }, - "FeeTokenType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "ERC20_TOKEN", - "ERC1155_TOKEN" - ], - "type": "string" - }, - "FileScope": { - "description": "Represented as uint8 on the server side", - "enum": [ - "LOGO", - "MARKETPLACE", - "AVATAR", - "EMAIL", - "WALLET" - ], - "type": "string" - }, - "Filter": { - "properties": { - "properties": { - "description": "[]PropertyFilter", - "items": { - "$ref": "#/components/schemas/PropertyFilter" - }, - "type": "array" - }, - "text": { - "type": "string" - } - }, - "type": "object" - }, - "Friend": { - "properties": { - "createdAt": { - "type": "string" - }, - "friendAddress": { - "type": "string" - }, - "id": { - "type": "number" - }, - "nickname": { - "type": "string" - }, - "user": { - "$ref": "#/components/schemas/User" - }, - "userAddress": { - "type": "string" - } - }, - "required": [ - "id", - "userAddress", - "friendAddress", - "nickname" - ], - "type": "object" - }, - "GasSponsor": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "gasTankId", - "projectId", - "address", - "name", - "active", - "updatedAt", - "createdAt", - "deletedAt" - ], - "type": "object" - }, - "GasSponsorUsage": { - "properties": { - "avgGasPrice": { - "type": "number" - }, - "endTime": { - "type": "string" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "startTime": { - "type": "string" - }, - "totalGasUsed": { - "type": "number" - }, - "totalTxnFees": { - "type": "number" - }, - "totalTxnFeesUsd": { - "type": "number" - }, - "totalTxns": { - "type": "number" - } - }, - "required": [ - "name", - "id", - "totalGasUsed", - "totalTxnFees", - "totalTxnFeesUsd", - "avgGasPrice", - "totalTxns", - "startTime", - "endTime" - ], - "type": "object" - }, - "GasTank": { - "properties": { - "createdAt": { - "type": "string" - }, - "currentBalance": { - "type": "number" - }, - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "currentBalance", - "unlimited", - "feeMarkupFactor", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "GasTankBalanceAdjustment": { - "properties": { - "amount": { - "type": "number" - }, - "balanceTimestamp": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "nonce": { - "type": "number" - }, - "totalBalance": { - "type": "number" - } - }, - "required": [ - "gasTankId", - "nonce", - "amount", - "totalBalance", - "balanceTimestamp", - "createdAt" - ], - "type": "object" - }, - "GetNiftyswapUnitPricesRequest": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "ids": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "swapType": { - "$ref": "#/components/schemas/SwapType" - } - }, - "required": [ - "swapType", - "ids", - "amounts" - ], - "type": "object" - }, - "GetNiftyswapUnitPricesResponse": { - "properties": { - "availableAmount": { - "type": "string" - }, - "unitAmount": { - "type": "string" - }, - "unitPrice": { - "type": "string" - } - }, - "required": [ - "unitPrice", - "unitAmount", - "availableAmount" - ], - "type": "object" - }, - "ISequenceMarketStorageRequestParams": { - "properties": { - "currency": { - "type": "string" - }, - "expiry": { - "type": "string" - }, - "isERC1155": { - "type": "boolean" - }, - "isListing": { - "type": "boolean" - }, - "pricePerToken": { - "type": "string" - }, - "quantity": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "required": [ - "isListing", - "isERC1155", - "tokenContract", - "tokenId", - "quantity", - "expiry", - "currency", - "pricePerToken" - ], - "type": "object" - }, - "IndexState": { - "properties": { - "chainId": { - "type": "string" - }, - "lastBlockHash": { - "type": "string" - }, - "lastBlockNum": { - "type": "number" - } - }, - "required": [ - "chainId", - "lastBlockNum", - "lastBlockHash" - ], - "type": "object" - }, - "IndexedBlock": { - "properties": { - "blockNumber": { - "type": "number" - }, - "blockShortHash": { - "type": "string" - } - }, - "required": [ - "blockNumber", - "blockShortHash" - ], - "type": "object" - }, - "IndexerWebhook": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "eventSig": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - }, - "webhookUrl": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "chainId", - "contractAddress", - "eventSig", - "webhookUrl", - "disabled", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "Indexer_AddWebhookListener_Request": { - "properties": { - "filters": { - "$ref": "#/components/schemas/EventFilter" - }, - "projectId": { - "type": "number" - }, - "url": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_AddWebhookListener_Response": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceiptWithFilter_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionFilter" - }, - "maxBlockWait": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceiptWithFilter_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceipt_Request": { - "properties": { - "maxBlockWait": { - "type": "number" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceipt_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_GetAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetAllWebhookListeners_Response": { - "properties": { - "listeners": { - "description": "[]WebhookListener", - "items": { - "$ref": "#/components/schemas/WebhookListener" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetBalanceUpdates_Request": { - "properties": { - "contractAddress": { - "type": "string" - }, - "lastBlockHash": { - "type": "string" - }, - "lastBlockNumber": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetBalanceUpdates_Response": { - "properties": { - "balances": { - "description": "[]TokenBalance", - "items": { - "$ref": "#/components/schemas/TokenBalance" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetChainID_Request": { - "type": "object" - }, - "Indexer_GetChainID_Response": { - "properties": { - "chainID": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetEtherBalance_Request": { - "properties": { - "accountAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_GetEtherBalance_Response": { - "properties": { - "balance": { - "$ref": "#/components/schemas/EtherBalance" - } - }, - "type": "object" - }, - "Indexer_GetOrderbookOrders_Request": { - "properties": { - "beforeExpiryTimestamp": { - "type": "number" - }, - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "filters": { - "description": "[]OrderbookOrderFilter", - "items": { - "$ref": "#/components/schemas/OrderbookOrderFilter" - }, - "type": "array" - }, - "orderStatuses": { - "description": "[]OrderStatus", - "items": { - "$ref": "#/components/schemas/OrderStatus" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetOrderbookOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenBalances_Request": { - "properties": { - "accountAddress": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "includeCollectionTokens": { - "type": "boolean" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenID": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_GetTokenBalances_Response": { - "properties": { - "balances": { - "description": "[]TokenBalance", - "items": { - "$ref": "#/components/schemas/TokenBalance" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenSuppliesMap_Request": { - "properties": { - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "tokenMap": { - "additionalProperties": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Indexer_GetTokenSuppliesMap_Response": { - "properties": { - "supplies": { - "additionalProperties": { - "description": "[]TokenSupply", - "items": { - "$ref": "#/components/schemas/TokenSupply" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Indexer_GetTokenSupplies_Request": { - "properties": { - "contractAddress": { - "type": "string" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenSupplies_Response": { - "properties": { - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIDs": { - "description": "[]TokenSupply", - "items": { - "$ref": "#/components/schemas/TokenSupply" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTopOrders_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "excludeUser": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderbookContractAddress": { - "type": "string" - }, - "priceSort": { - "$ref": "#/components/schemas/SortOrder" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTopOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTransactionHistory_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionHistoryFilter" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTransactionHistory_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetWebhookListener_Response": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - } - }, - "type": "object" - }, - "Indexer_PauseAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_PauseAllWebhookListeners_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_Ping_Request": { - "type": "object" - }, - "Indexer_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_RemoveWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_RemoveWebhookListener_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_ResumeAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_ResumeAllWebhookListeners_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_RuntimeStatus_Request": { - "type": "object" - }, - "Indexer_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Indexer_SubscribeBalanceUpdates_Request": { - "properties": { - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_SubscribeBalanceUpdates_Response": { - "properties": { - "balance": { - "$ref": "#/components/schemas/TokenBalance" - } - }, - "type": "object" - }, - "Indexer_SubscribeEvents_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/EventFilter" - } - }, - "type": "object" - }, - "Indexer_SubscribeEvents_Response": { - "properties": { - "log": { - "$ref": "#/components/schemas/EventLog" - } - }, - "type": "object" - }, - "Indexer_SubscribeReceipts_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionFilter" - } - }, - "type": "object" - }, - "Indexer_SubscribeReceipts_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_SyncBalance_Request": { - "properties": { - "accountAddress": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenID": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_SyncBalance_Response": { - "type": "object" - }, - "Indexer_ToggleWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_ToggleWebhookListener_Response": { - "properties": { - "webhookListener": { - "$ref": "#/components/schemas/WebhookListener" - } - }, - "type": "object" - }, - "Indexer_UpdateWebhookListener_Request": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_UpdateWebhookListener_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_Version_Request": { - "type": "object" - }, - "Indexer_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "InventoryPayment": { - "properties": { - "completedAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "expiration": { - "type": "string" - }, - "id": { - "type": "number" - }, - "inventoryPaymentConfigId": { - "type": "number" - }, - "paymentChainId": { - "type": "number" - }, - "paymentTokenAddress": { - "type": "string" - }, - "processedAt": { - "type": "string" - }, - "productRecipient": { - "type": "string" - } - }, - "required": [ - "id", - "inventoryPaymentConfigId", - "productRecipient", - "paymentChainId", - "paymentTokenAddress", - "expiration", - "createdAt" - ], - "type": "object" - }, - "InventoryPaymentConfig": { - "properties": { - "allowCrossChainPayments": { - "type": "boolean" - }, - "callbackURL": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "chainedCallAddress": { - "type": "string" - }, - "chainedCallData": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "externalProductId": { - "type": "string" - }, - "id": { - "type": "number" - }, - "paymentAmount": { - "type": "number" - }, - "paymentRecipient": { - "type": "string" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "projectId": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentAmount", - "paymentRecipient", - "createdAt" - ], - "type": "object" - }, - "InventoryPaymentResponse": { - "properties": { - "chainId": { - "type": "number" - }, - "expiration": { - "type": "string" - }, - "externalProductId": { - "type": "string" - }, - "inventoryPaymentConfigId": { - "type": "number" - }, - "paymentId": { - "type": "number" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "paymentTotal": { - "type": "number" - }, - "signature": { - "type": "string" - }, - "txData": { - "type": "string" - }, - "txTo": { - "type": "string" - } - }, - "required": [ - "paymentId", - "inventoryPaymentConfigId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentTotal", - "expiration", - "signature", - "txTo", - "txData" - ], - "type": "object" - }, - "InviteCode": { - "properties": { - "code": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "email": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "ownerAccount": { - "type": "string" - }, - "source": { - "type": "string" - }, - "url": { - "type": "string" - }, - "usesLeft": { - "type": "number" - } - }, - "required": [ - "code", - "source", - "usesLeft", - "ownerAccount", - "url" - ], - "type": "object" - }, - "InviteCodeAccount": { - "properties": { - "claimedAt": { - "type": "string" - }, - "claimedByUserAddress": { - "type": "string" - }, - "code": { - "type": "string" - } - }, - "required": [ - "code", - "claimedByUserAddress" - ], - "type": "object" - }, - "InviteInfo": { - "properties": { - "expiryInHours": { - "type": "number" - }, - "invites": { - "description": "[]InviteCode", - "items": { - "$ref": "#/components/schemas/InviteCode" - }, - "type": "array" - }, - "max": { - "type": "number" - } - }, - "required": [ - "expiryInHours", - "max", - "invites" - ], - "type": "object" - }, - "Invoice": { - "properties": { - "amount": { - "type": "string" - }, - "date": { - "type": "string" - }, - "id": { - "type": "string" - }, - "paid": { - "type": "boolean" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "date", - "amount", - "paid", - "url" - ], - "type": "object" - }, - "InvoicesReturn": { - "properties": { - "hasMore": { - "type": "boolean" - }, - "invoices": { - "description": "[]Invoice", - "items": { - "$ref": "#/components/schemas/Invoice" - }, - "type": "array" - } - }, - "required": [ - "hasMore", - "invoices" - ], - "type": "object" - }, - "LinkedWallet": { - "properties": { - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "linkedWalletAddress": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "id", - "walletAddress", - "linkedWalletAddress" - ], - "type": "object" - }, - "MarketplaceConfig": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "style": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "updatedAt": { - "type": "string" - }, - "version": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "version", - "config", - "style" - ], - "type": "object" - }, - "MarketplaceConfigSchema": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "style": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "version": { - "type": "number" - } - }, - "required": [ - "version", - "config", - "style" - ], - "type": "object" - }, - "MarketplaceHostname": { - "properties": { - "createdAt": { - "type": "string" - }, - "hostname": { - "type": "string" - }, - "id": { - "type": "number" - }, - "isCustomDomain": { - "type": "boolean" - }, - "isDefaultHostname": { - "type": "boolean" - }, - "marketplaceConfigId": { - "type": "number" - } - }, - "required": [ - "id", - "marketplaceConfigId", - "hostname", - "isDefaultHostname", - "isCustomDomain", - "createdAt" - ], - "type": "object" - }, - "Marketplace_GetOrderbookOrders_Request": { - "properties": { - "beforeExpiryTimestamp": { - "type": "number" - }, - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "filters": { - "$ref": "#/components/schemas/OrderbookOrderFilter" - }, - "metadataFilter": { - "$ref": "#/components/schemas/Filter" - }, - "orderStatuses": { - "description": "[]OrderStatus", - "items": { - "$ref": "#/components/schemas/OrderStatus" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Marketplace_GetOrderbookOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Marketplace_GetTopOrders_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "excludeUser": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderbookContractAddress": { - "type": "string" - }, - "priceSort": { - "$ref": "#/components/schemas/SortOrder" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Marketplace_GetTopOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - } - }, - "type": "object" - }, - "Marketplace_GetUserActivities_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "userAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Marketplace_GetUserActivities_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "MetaTxn": { - "properties": { - "contract": { - "type": "string" - }, - "input": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "walletAddress", - "contract", - "input" - ], - "type": "object" - }, - "MetaTxnEntry": { - "properties": { - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "index": { - "type": "number" - }, - "logs": { - "description": "[]any", - "items": { - "type": "object" - }, - "type": "array" - }, - "metaTxnID": { - "type": "string" - }, - "txnRevertReason": { - "type": "string" - }, - "txnStatus": { - "$ref": "#/components/schemas/ETHTxnStatus" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "metaTxnID", - "txnStatus", - "txnRevertReason", - "index", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "MetaTxnLog": { - "properties": { - "createdAt": { - "type": "string" - }, - "creditsUsed": { - "type": "number" - }, - "gasEstimated": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "number" - }, - "gasLimit": { - "type": "number" - }, - "gasPrice": { - "type": "string" - }, - "gasSponsor": { - "type": "number" - }, - "gasTank": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "id": { - "type": "number" - }, - "input": { - "type": "string" - }, - "isWhitelisted": { - "type": "boolean" - }, - "metaTxnID": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "minedAt": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "queuedAt": { - "type": "string" - }, - "requeues": { - "type": "number" - }, - "sentAt": { - "type": "string" - }, - "target": { - "type": "string" - }, - "txnArgs": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "txnHash": { - "type": "string" - }, - "txnNonce": { - "type": "string" - }, - "txnReceipt": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "txnRevertReason": { - "type": "string" - }, - "txnStatus": { - "$ref": "#/components/schemas/ETHTxnStatus" - }, - "updatedAt": { - "type": "string" - }, - "usdRate": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", - "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "isWhitelisted", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "MetaTxnReceipt": { - "properties": { - "id": { - "type": "string" - }, - "index": { - "type": "number" - }, - "logs": { - "description": "[]MetaTxnReceiptLog", - "items": { - "$ref": "#/components/schemas/MetaTxnReceiptLog" - }, - "type": "array" - }, - "receipts": { - "description": "[]MetaTxnReceipt", - "items": { - "$ref": "#/components/schemas/MetaTxnReceipt" - }, - "type": "array" - }, - "revertReason": { - "type": "string" - }, - "status": { - "type": "string" - }, - "txnReceipt": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "index", - "logs", - "receipts", - "txnReceipt" - ], - "type": "object" - }, - "MetaTxnReceiptLog": { - "properties": { - "address": { - "type": "string" - }, - "data": { - "type": "string" - }, - "topics": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "address", - "topics", - "data" - ], - "type": "object" - }, - "MetadataOptions": { - "properties": { - "includeContracts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "unverifiedOnly": { - "type": "boolean" - }, - "verifiedOnly": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_AbortContractSync_Request": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_AbortContractSync_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_AddContractToMintMonitor_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_AddContractToMintMonitor_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_CancelRefreshJob_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_CancelRefreshJob_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_ContractSyncJobStatus_Request": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_ContractSyncJobStatus_Response": { - "properties": { - "refreshTask": { - "$ref": "#/components/schemas/Task" - }, - "syncTask": { - "$ref": "#/components/schemas/Task" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetCollections_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetCollections_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetNetworks_Request": { - "properties": { - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetNetworks_Response": { - "properties": { - "networks": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_DirectorySearchCollections_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "query": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_DirectorySearchCollections_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_EnqueueTokensForRefresh_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "refreshAll": { - "type": "boolean" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_EnqueueTokensForRefresh_Response": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetContractInfoBatch_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetContractInfoBatch_Response": { - "properties": { - "contractInfoMap": { - "additionalProperties": { - "$ref": "#/components/schemas/ContractInfo" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetContractInfo_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_GetContractInfo_Response": { - "properties": { - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapTokenQuantity_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapTokenQuantity_Response": { - "properties": { - "quantity": { - "additionalProperties": { - "type": "string" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPricesWithQuantities_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "fresh": { - "type": "boolean" - }, - "req": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesRequest" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPricesWithQuantities_Response": { - "properties": { - "prices": { - "additionalProperties": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesResponse" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPrices_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "fresh": { - "type": "boolean" - }, - "req": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesRequest" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPrices_Response": { - "properties": { - "prices": { - "additionalProperties": { - "type": "string" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadataBatch_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractTokenMap": { - "additionalProperties": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadataBatch_Response": { - "properties": { - "contractTokenMetadata": { - "additionalProperties": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadata_Response": { - "properties": { - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshResult_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshResult_Response": { - "properties": { - "failureReasons": { - "additionalProperties": { - "type": "string" - }, - "description": "map", - "type": "object" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "tokens": { - "additionalProperties": { - "type": "boolean" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshStatus_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/TaskStatus" - } - }, - "type": "object" - }, - "Metadata_MintMonitorJobStatus_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_MintMonitorJobStatus_Response": { - "properties": { - "task": { - "$ref": "#/components/schemas/Task" - } - }, - "type": "object" - }, - "Metadata_MintMonitorTriggerJob_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_MintMonitorTriggerJob_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_Ping_Request": { - "type": "object" - }, - "Metadata_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_RefreshTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "refreshAll": { - "type": "boolean" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_RefreshTokenMetadata_Response": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_RemoveContractFromMintMonitor_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_RemoveContractFromMintMonitor_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_RuntimeStatus_Request": { - "type": "object" - }, - "Metadata_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfoBatch_Request": { - "properties": { - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfoBatch_Response": { - "properties": { - "contractInfoByChain": { - "additionalProperties": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "description": "map", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfo_Request": { - "properties": { - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfo_Response": { - "properties": { - "contractInfoList": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContracts_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "chainIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "q": { - "type": "string" - }, - "types": { - "description": "[]ContractType", - "items": { - "$ref": "#/components/schemas/ContractType" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContracts_Response": { - "properties": { - "contractInfo": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "nextPage": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "excludeTokenMetadata": { - "type": "boolean" - }, - "filter": { - "type": "string" - }, - "types": { - "description": "[]ContractType", - "items": { - "$ref": "#/components/schemas/ContractType" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchMetadata_Response": { - "properties": { - "contractInfo": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokenIDs_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "filter": { - "$ref": "#/components/schemas/Filter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchTokenIDs_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "filter": { - "$ref": "#/components/schemas/Filter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchTokenMetadata_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokens_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "q": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SearchTokens_Response": { - "properties": { - "nextPage": { - "$ref": "#/components/schemas/Page" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SyncContractTokens_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SyncContractTokens_Response": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_TokenCollectionFilters_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_TokenCollectionFilters_Response": { - "properties": { - "filters": { - "description": "[]PropertyFilter", - "items": { - "$ref": "#/components/schemas/PropertyFilter" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_Version_Request": { - "type": "object" - }, - "Metadata_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "MultiValueChart": { - "properties": { - "label": { - "type": "string" - }, - "value": { - "additionalProperties": { - "type": "number" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "value", - "label" - ], - "type": "object" - }, - "NewContractSource": { - "properties": { - "abi": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "description": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "license": { - "type": "string" - }, - "moreInfoUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "uid": { - "type": "string" - } - }, - "required": [ - "uid", - "name", - "contractType", - "bytecode", - "abi" - ], - "type": "object" - }, - "NftCheckout": { - "properties": { - "expiresAt": { - "type": "string" - }, - "orderId": { - "type": "string" - }, - "token": { - "type": "string" - } - }, - "required": [ - "token", - "expiresAt", - "orderId" - ], - "type": "object" - }, - "NftCheckoutParams": { - "properties": { - "approvedSpenderAddress": { - "type": "string" - }, - "blockchainNftId": { - "type": "string" - }, - "calldata": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "imageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "network": { - "type": "string" - }, - "platform": { - "type": "string" - }, - "quantity": { - "type": "number" - }, - "recipientAddress": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "tokenAmount": { - "type": "string" - }, - "tokenDecimals": { - "type": "number" - }, - "tokenSymbol": { - "type": "string" - } - }, - "required": [ - "name", - "imageUrl", - "network", - "recipientAddress", - "blockchainNftId", - "contractAddress", - "quantity", - "tokenAmount", - "tokenAddress", - "tokenSymbol", - "calldata", - "platform" - ], - "type": "object" - }, - "NodeAccount": { - "properties": { - "active": { - "type": "boolean" - }, - "displayName": { - "type": "string" - }, - "id": { - "type": "number" - }, - "requestMonthlyQuota": { - "type": "number" - }, - "requestRateLimit": { - "type": "number" - } - }, - "required": [ - "id", - "displayName", - "requestRateLimit", - "requestMonthlyQuota", - "active" - ], - "type": "object" - }, - "NumTxnsRelayed": { - "properties": { - "current": { - "type": "number" - }, - "period": { - "type": "number" - }, - "prev": { - "type": "number" - } - }, - "required": [ - "prev", - "current", - "period" - ], - "type": "object" - }, - "OnboardingStep": { - "description": "Represented as uint8 on the server side", - "enum": [ - "LinkOrDeployContract", - "CreateMarketplace", - "SetUpGasTank", - "CustomizeWallet", - "InviteCollaborator" - ], - "type": "string" - }, - "OnboardingSteps": { - "properties": { - "createMarketplace": { - "type": "boolean" - }, - "customizeWallet": { - "type": "boolean" - }, - "inviteCollaborator": { - "type": "boolean" - }, - "linkOrDeployContract": { - "type": "boolean" - }, - "setUpGasTank": { - "type": "boolean" - } - }, - "required": [ - "linkOrDeployContract", - "createMarketplace", - "setUpGasTank", - "customizeWallet", - "inviteCollaborator" - ], - "type": "object" - }, - "OpenIdProvider": { - "properties": { - "aud": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "iss": { - "type": "string" - } - }, - "required": [ - "iss", - "aud" - ], - "type": "object" - }, - "OrderStatus": { - "description": "Represented as uint32 on the server side", - "enum": [ - "OPEN", - "CLOSED", - "CANCELLED" - ], - "type": "string" - }, - "OrderbookOrder": { - "properties": { - "createdAt": { - "type": "number" - }, - "createdBy": { - "type": "string" - }, - "currencyAddress": { - "type": "string" - }, - "expiry": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderId": { - "type": "string" - }, - "orderStatus": { - "$ref": "#/components/schemas/OrderStatus" - }, - "orderbookContractAddress": { - "type": "string" - }, - "pricePerToken": { - "type": "string" - }, - "quantity": { - "type": "string" - }, - "quantityRemaining": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "required": [ - "orderId", - "tokenContract", - "tokenId", - "isListing", - "quantity", - "quantityRemaining", - "currencyAddress", - "pricePerToken", - "expiry", - "orderStatus", - "createdBy", - "createdAt", - "orderbookContractAddress" - ], - "type": "object" - }, - "OrderbookOrderFilter": { - "properties": { - "isListing": { - "type": "boolean" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "userAddress": { - "type": "string" - } - }, - "required": [ - "tokenIds" - ], - "type": "object" - }, - "Orderbook_AcceptRequestBatch_Request": { - "properties": { - "additionalFeeRecipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "additionalFees": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "quantities": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "recipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequest_Request": { - "properties": { - "additionalFeeRecipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "additionalFees": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "quantity": { - "type": "string" - }, - "recipient": { - "type": "string" - }, - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequestBatch_Request": { - "properties": { - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_CancelRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequest_Request": { - "properties": { - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CreateRequestBatch_Request": { - "properties": { - "requests": { - "description": "[]ISequenceMarketStorageRequestParams", - "items": { - "$ref": "#/components/schemas/ISequenceMarketStorageRequestParams" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_CreateRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CreateRequest_Request": { - "properties": { - "request": { - "$ref": "#/components/schemas/ISequenceMarketStorageRequestParams" - } - }, - "type": "object" - }, - "Orderbook_CreateRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequestBatch_Request": { - "properties": { - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_GetRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequest_Request": { - "properties": { - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRoyaltyInfo_Request": { - "properties": { - "cost": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRoyaltyInfo_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValidBatch_Request": { - "properties": { - "quantities": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValidBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValid_Request": { - "properties": { - "quantity": { - "type": "string" - }, - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValid_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Page": { - "properties": { - "after": { - "type": "object" - }, - "before": { - "type": "object" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "page": { - "type": "number" - }, - "pageSize": { - "type": "number" - }, - "sort": { - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - }, - "type": "array" - }, - "totalRecords": { - "type": "number" - } - }, - "type": "object" - }, - "Payment": { - "properties": { - "chainId": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "externalTxnID": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "provider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "status": { - "$ref": "#/components/schemas/PaymentStatus" - } - }, - "required": [ - "id", - "projectId", - "provider", - "externalTxnID", - "createdAt" - ], - "type": "object" - }, - "PaymentHistory": { - "properties": { - "payments": { - "description": "[]Payment", - "items": { - "$ref": "#/components/schemas/Payment" - }, - "type": "array" - }, - "totalPayments": { - "type": "number" - } - }, - "required": [ - "totalPayments", - "payments" - ], - "type": "object" - }, - "PaymentLog": { - "properties": { - "createdAt": { - "type": "string" - }, - "data": { - "$ref": "#/components/schemas/PaymentLogData" - }, - "id": { - "type": "number" - }, - "paymentID": { - "type": "number" - } - }, - "required": [ - "id", - "paymentID", - "data", - "createdAt" - ], - "type": "object" - }, - "PaymentLogData": { - "properties": { - "data": { - "type": "object" - }, - "type": { - "type": "string" - } - }, - "required": [ - "type", - "data" - ], - "type": "object" - }, - "PaymentProvider": { - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "STRIPE", - "MANUAL" - ], - "type": "string" - }, - "PaymentStatus": { - "description": "Represented as uint16 on the server side", - "enum": [ - "INITIATED", - "PENDING", - "SUCCEEDED", - "FAILED", - "PROCESSED" - ], - "type": "string" - }, - "PebbleMetrics": { - "properties": { - "compactionCount": { - "type": "number" - }, - "compactionEstimatedDebt": { - "type": "number" - }, - "compactionInProgressBytes": { - "type": "number" - }, - "compactionMarkedFiles": { - "type": "number" - }, - "compactionNumInProgress": { - "type": "number" - } - }, - "required": [ - "compactionCount", - "compactionEstimatedDebt", - "compactionInProgressBytes", - "compactionNumInProgress", - "compactionMarkedFiles" - ], - "type": "object" - }, - "Price": { - "properties": { - "currency": { - "type": "string" - }, - "value": { - "type": "number" - } - }, - "required": [ - "value", - "currency" - ], - "type": "object" - }, - "Project": { - "properties": { - "chainIds": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - }, - "collaboratorCount": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "logoImageKey": { - "type": "string" - }, - "logoImageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "onboardingSteps": { - "$ref": "#/components/schemas/OnboardingSteps" - }, - "ownerAddress": { - "type": "string" - }, - "ownerAvatarUrl": { - "type": "string" - }, - "ownerEmail": { - "type": "string" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "updatedAt": { - "type": "string" - }, - "websiteUrl": { - "type": "string" - }, - "whitelabel": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "ownerAddress", - "ownerAvatarUrl", - "logoImageKey", - "logoImageUrl", - "websiteUrl", - "chainIds", - "whitelabel", - "subscriptionTier", - "collaboratorCount", - "onboardingSteps", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ProjectFile": { - "properties": { - "contents": { - "description": "[]byte", - "items": { - "type": "string" - }, - "type": "array" - }, - "createdAt": { - "type": "string" - }, - "filepath": { - "type": "string" - }, - "hash": { - "description": "[]byte", - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "number" - }, - "mimetype": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "scope": { - "$ref": "#/components/schemas/FileScope" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "scope", - "mimetype", - "filepath", - "contents", - "hash", - "url", - "createdAt" - ], - "type": "object" - }, - "ProjectInvitation": { - "properties": { - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "code": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "signupLimit": { - "type": "number" - }, - "usageCount": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "code", - "access", - "expiresAt", - "usageCount", - "createdAt" - ], - "type": "object" - }, - "ProjectSubscription": { - "properties": { - "dateEnd": { - "type": "string" - }, - "dateStart": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "provider": { - "$ref": "#/components/schemas/SubscriptionProvider" - }, - "providerId": { - "type": "string" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - } - }, - "required": [ - "id", - "projectId", - "subscriptionTier", - "provider", - "dateStart" - ], - "type": "object" - }, - "PropertyFilter": { - "properties": { - "max": { - "type": "number" - }, - "min": { - "type": "number" - }, - "name": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/PropertyType" - }, - "values": { - "description": "[]any", - "items": { - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "name", - "type" - ], - "type": "object" - }, - "PropertyType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "INT", - "STRING", - "ARRAY", - "GENERIC" - ], - "type": "string" - }, - "QueryFilter": { - "properties": { - "dateInterval": { - "$ref": "#/components/schemas/DateInterval" - }, - "endDate": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "startDate": { - "type": "string" - } - }, - "type": "object" - }, - "RawData": { - "properties": { - "data": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "Redirect": { - "properties": { - "url": { - "type": "string" - } - }, - "required": [ - "url" - ], - "type": "object" - }, - "RelayerGasBalance": { - "properties": { - "chainId": { - "type": "number" - }, - "currentBalance": { - "type": "number" - }, - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "chainId", - "currentBalance", - "feeMarkupFactor", - "unlimited" - ], - "type": "object" - }, - "RelayerGasSponsor": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "displayName": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "chainId", - "displayName", - "address", - "active", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "RelayerGasSponsorUsage": { - "properties": { - "avgGasPrice": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "endTime": { - "type": "string" - }, - "id": { - "type": "number" - }, - "startTime": { - "type": "string" - }, - "totalGasUsed": { - "type": "number" - }, - "totalTxnFees": { - "type": "number" - }, - "totalTxns": { - "type": "number" - } - }, - "required": [ - "id", - "chainId", - "totalGasUsed", - "totalTxnFees", - "avgGasPrice", - "totalTxns", - "startTime", - "endTime" - ], - "type": "object" - }, - "RelayerGasTank": { - "properties": { - "id": { - "type": "number" - }, - "lastPaymentId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "relayerIdMap": { - "additionalProperties": { - "type": "number" - }, - "description": "map", - "type": "object" - }, - "timestampUsage": { - "type": "string" - }, - "totalPayments": { - "type": "number" - }, - "totalUsage": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "relayerIdMap", - "totalPayments", - "totalUsage" - ], - "type": "object" - }, - "RelayerTransaction": { - "properties": { - "createdAt": { - "type": "string" - }, - "creditsUsed": { - "type": "number" - }, - "gasEstimated": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "number" - }, - "gasLimit": { - "type": "number" - }, - "gasPrice": { - "type": "string" - }, - "gasSponsor": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "input": { - "type": "string" - }, - "isWhitelisted": { - "type": "boolean" - }, - "metaTxnID": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "minedAt": { - "type": "string" - }, - "queuedAt": { - "type": "string" - }, - "requeues": { - "type": "number" - }, - "sentAt": { - "type": "string" - }, - "target": { - "type": "string" - }, - "txnArgs": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "txnHash": { - "type": "string" - }, - "txnNonce": { - "type": "string" - }, - "txnReceipt": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "txnRevertReason": { - "type": "string" - }, - "txnStatus": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "usdRate": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", - "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "isWhitelisted", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "Relayer_AddGasSponsor_Request": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_AddGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddGasTank_Request": { - "properties": { - "feeMarkupFactor": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddressGasSponsors_Request": { - "properties": { - "address": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_AddressGasSponsors_Response": { - "properties": { - "gasSponsors": { - "description": "[]GasSponsor", - "items": { - "$ref": "#/components/schemas/GasSponsor" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_AdjustGasTankBalance_Request": { - "properties": { - "amount": { - "type": "number" - }, - "id": { - "type": "number" - }, - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_AdjustGasTankBalance_Response": { - "properties": { - "adjustment": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_FeeOptions_Request": { - "properties": { - "data": { - "type": "string" - }, - "simulate": { - "type": "boolean" - }, - "to": { - "type": "string" - }, - "wallet": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_FeeOptions_Response": { - "properties": { - "options": { - "description": "[]FeeOption", - "items": { - "$ref": "#/components/schemas/FeeOption" - }, - "type": "array" - }, - "quote": { - "type": "string" - }, - "sponsored": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_FeeTokens_Request": { - "type": "object" - }, - "Relayer_FeeTokens_Response": { - "properties": { - "isFeeRequired": { - "type": "boolean" - }, - "tokens": { - "description": "[]FeeToken", - "items": { - "$ref": "#/components/schemas/FeeToken" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetChainID_Request": { - "type": "object" - }, - "Relayer_GetChainID_Response": { - "properties": { - "chainID": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasSponsor_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - } - }, - "type": "object" - }, - "Relayer_GetGasTankBalanceAdjustment_Request": { - "properties": { - "id": { - "type": "number" - }, - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasTankBalanceAdjustment_Response": { - "properties": { - "adjustment": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - } - }, - "type": "object" - }, - "Relayer_GetGasTank_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - } - }, - "type": "object" - }, - "Relayer_GetMetaTransactions_Request": { - "properties": { - "gasTankId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetMetaTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]MetaTxnLog", - "items": { - "$ref": "#/components/schemas/MetaTxnLog" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNetworkFeeOptions_Request": { - "properties": { - "payload": { - "type": "string" - }, - "walletConfig": { - "type": "object" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNetworkFeeOptions_Response": { - "properties": { - "options": { - "description": "[]FeeOption", - "items": { - "$ref": "#/components/schemas/FeeOption" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNonce_Request": { - "properties": { - "space": { - "type": "string" - }, - "walletContractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNonce_Response": { - "properties": { - "nonce": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnReceipt_Request": { - "properties": { - "metaTxID": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnReceipt_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/MetaTxnReceipt" - } - }, - "type": "object" - }, - "Relayer_GetSequenceContext_Request": { - "type": "object" - }, - "Relayer_GetSequenceContext_Response": { - "properties": { - "data": { - "$ref": "#/components/schemas/SequenceContext" - } - }, - "type": "object" - }, - "Relayer_ListGasSponsors_Request": { - "properties": { - "gasTankId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_ListGasSponsors_Response": { - "properties": { - "gasSponsors": { - "description": "[]GasSponsor", - "items": { - "$ref": "#/components/schemas/GasSponsor" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_ListGasTankBalanceAdjustments_Request": { - "properties": { - "id": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_ListGasTankBalanceAdjustments_Response": { - "properties": { - "adjustments": { - "description": "[]GasTankBalanceAdjustment", - "items": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_NextGasTankBalanceAdjustmentNonce_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_NextGasTankBalanceAdjustmentNonce_Response": { - "properties": { - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_PendingTransactions_Request": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_PendingTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_Ping_Request": { - "type": "object" - }, - "Relayer_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_RemoveGasSponsor_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_RemoveGasSponsor_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_ReportGasSponsorUsage_Request": { - "properties": { - "endTime": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "startTime": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_ReportGasSponsorUsage_Response": { - "properties": { - "gasSponsorUsage": { - "description": "[]GasSponsorUsage", - "items": { - "$ref": "#/components/schemas/GasSponsorUsage" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_RuntimeStatus_Request": { - "type": "object" - }, - "Relayer_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Relayer_SendMetaTxn_Request": { - "properties": { - "call": { - "$ref": "#/components/schemas/MetaTxn" - }, - "projectID": { - "type": "number" - }, - "quote": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_SendMetaTxn_Response": { - "properties": { - "status": { - "type": "boolean" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_SentTransactions_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/SentTransactionsFilter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_SentTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_Simulate_Request": { - "properties": { - "transactions": { - "type": "string" - }, - "wallet": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_Simulate_Response": { - "properties": { - "results": { - "description": "[]SimulateResult", - "items": { - "$ref": "#/components/schemas/SimulateResult" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_UpdateGasSponsor_Request": { - "properties": { - "active": { - "type": "boolean" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_UpdateGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateGasTank_Request": { - "properties": { - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateMetaTxnGasLimits_Request": { - "properties": { - "payload": { - "type": "string" - }, - "walletAddress": { - "type": "string" - }, - "walletConfig": { - "type": "object" - } - }, - "type": "object" - }, - "Relayer_UpdateMetaTxnGasLimits_Response": { - "properties": { - "payload": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_Version_Request": { - "type": "object" - }, - "Relayer_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "RuntimeChecks": { - "type": "object" - }, - "RuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "numTxnsRelayed": { - "$ref": "#/components/schemas/NumTxnsRelayed" - }, - "senders": { - "description": "[]SenderStatus", - "items": { - "$ref": "#/components/schemas/SenderStatus" - }, - "type": "array" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "useEIP1559": { - "type": "boolean" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "useEIP1559", - "senders", - "checks", - "numTxnsRelayed" - ], - "type": "object" - }, - "SardineOrder": { - "properties": { - "contractAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "fiatCurrency": { - "type": "string" - }, - "fiatExchangeRateUSD": { - "type": "number" - }, - "id": { - "type": "string" - }, - "imageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "networkFee": { - "type": "number" - }, - "paymentCurrency": { - "type": "string" - }, - "paymentMethodType": { - "type": "string" - }, - "price": { - "type": "number" - }, - "recipientAddress": { - "type": "string" - }, - "referenceId": { - "type": "string" - }, - "status": { - "type": "string" - }, - "subTotal": { - "type": "number" - }, - "total": { - "type": "number" - }, - "transactionFee": { - "type": "number" - }, - "transactionHash": { - "type": "string" - }, - "transactionId": { - "type": "string" - }, - "transactionType": { - "type": "string" - } - }, - "required": [ - "id", - "referenceId", - "status", - "fiatCurrency", - "fiatExchangeRateUSD", - "transactionId", - "total", - "subTotal", - "transactionFee", - "networkFee", - "transactionType", - "name", - "price", - "imageUrl", - "recipientAddress" - ], - "type": "object" - }, - "SenderStatus": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "etherBalance": { - "type": "number" - }, - "index": { - "type": "number" - } - }, - "required": [ - "index", - "address", - "etherBalance", - "active" - ], - "type": "object" - }, - "SentTransactionsFilter": { - "properties": { - "failed": { - "type": "boolean" - }, - "pending": { - "type": "boolean" - } - }, - "type": "object" - }, - "SequenceContext": { - "properties": { - "factory": { - "type": "string" - }, - "guestModule": { - "type": "string" - }, - "mainModule": { - "type": "string" - }, - "mainModuleUpgradable": { - "type": "string" - }, - "utils": { - "type": "string" - } - }, - "required": [ - "factory", - "mainModule", - "mainModuleUpgradable", - "guestModule", - "utils" - ], - "type": "object" - }, - "SimulateResult": { - "properties": { - "executed": { - "type": "boolean" - }, - "gasLimit": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "reason": { - "type": "string" - }, - "result": { - "type": "string" - }, - "succeeded": { - "type": "boolean" - } - }, - "required": [ - "executed", - "succeeded", - "gasUsed", - "gasLimit" - ], - "type": "object" - }, - "SortBy": { - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - }, - "required": [ - "column", - "order" - ], - "type": "object" - }, - "SortOrder": { - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ], - "type": "string" - }, - "StripeEventData": { - "properties": { - "object": { - "$ref": "#/components/schemas/StripeEventDataObject" - } - }, - "required": [ - "object" - ], - "type": "object" - }, - "StripeEventDataObject": { - "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - } - }, - "required": [ - "id", - "object" - ], - "type": "object" - }, - "SubscriptionInfo": { - "properties": { - "createdAt": { - "type": "string" - }, - "creditBalance": { - "type": "number" - }, - "creditOverage": { - "type": "number" - }, - "creditUsage": { - "type": "number" - }, - "creditsBonusCarryOver": { - "type": "number" - }, - "creditsBonusRecurring": { - "type": "number" - }, - "cycleEnd": { - "type": "string" - }, - "cycleStart": { - "type": "string" - }, - "extraCharged": { - "type": "string" - }, - "plannedTierChange": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "projectId": { - "type": "number" - }, - "settings": { - "$ref": "#/components/schemas/BillingSettings" - }, - "subscriptionId": { - "type": "string" - }, - "subscriptionProvider": { - "$ref": "#/components/schemas/SubscriptionProvider" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "subscriptionUrl": { - "type": "string" - } - }, - "required": [ - "projectId", - "subscriptionTier", - "subscriptionProvider", - "subscriptionId", - "subscriptionUrl", - "createdAt", - "cycleStart", - "cycleEnd", - "settings", - "creditsBonusRecurring", - "creditsBonusCarryOver", - "creditUsage", - "creditBalance", - "creditOverage" - ], - "type": "object" - }, - "SubscriptionPlan": { - "properties": { - "features": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "settings": { - "$ref": "#/components/schemas/BillingSettings" - }, - "tier": { - "$ref": "#/components/schemas/SubscriptionTier" - } - }, - "required": [ - "tier", - "settings", - "features" - ], - "type": "object" - }, - "SubscriptionPlans": { - "properties": { - "configs": { - "additionalProperties": { - "$ref": "#/components/schemas/SubscriptionPlan" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "configs" - ], - "type": "object" - }, - "SubscriptionProvider": { - "description": "Represented as string on the server side", - "enum": [ - "ADMIN", - "STRIPE", - "GOOGLE" - ], - "type": "string" - }, - "SubscriptionTier": { - "description": "Represented as uint8 on the server side", - "enum": [ - "COMMUNITY", - "DEVELOPER", - "GROWTH", - "PRO", - "ENTERPRISE" - ], - "type": "string" - }, - "SwapQuote": { - "properties": { - "approveData": { - "type": "string" - }, - "currencyAddress": { - "type": "string" - }, - "currencyBalance": { - "type": "string" - }, - "maxPrice": { - "type": "string" - }, - "price": { - "type": "string" - }, - "to": { - "type": "string" - }, - "transactionData": { - "type": "string" - } - }, - "required": [ - "currencyAddress", - "currencyBalance", - "price", - "maxPrice", - "to", - "transactionData", - "approveData" - ], - "type": "object" - }, - "SwapType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "BUY", - "SELL" - ], - "type": "string" - }, - "Task": { - "properties": { - "createdAt": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "id": { - "type": "number" - }, - "lastRanAt": { - "type": "string" - }, - "payload": { - "description": "[]byte", - "items": { - "type": "string" - }, - "type": "array" - }, - "queue": { - "type": "string" - }, - "runAt": { - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "try": { - "type": "number" - } - }, - "required": [ - "id", - "queue", - "try", - "payload" - ], - "type": "object" - }, - "TaskRunner": { - "properties": { - "id": { - "type": "number" - }, - "runAt": { - "type": "string" - }, - "workGroup": { - "type": "string" - } - }, - "required": [ - "id", - "workGroup", - "runAt" - ], - "type": "object" - }, - "TaskStatus": { - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "PAUSED", - "FAILED", - "COMPLETED", - "DISABLED" - ], - "type": "string" - }, - "Token": { - "properties": { - "collectionId": { - "type": "number" - }, - "metadata": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "private": { - "type": "boolean" - }, - "searchColumn": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "collectionId", - "tokenId", - "metadata", - "private", - "searchColumn" - ], - "type": "object" - }, - "TokenBalance": { - "properties": { - "accountAddress": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "isNFTSummary": { - "type": "boolean" - }, - "tokenID": { - "type": "string" - }, - "tokenMetadata": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "required": [ - "contractType", - "contractAddress", - "accountAddress", - "balance", - "blockHash", - "blockNumber", - "chainId", - "isNFTSummary" - ], - "type": "object" - }, - "TokenBalanceFilter": { - "properties": { - "contractAddress": { - "type": "string" - }, - "sinceBlockNumber": { - "type": "number" - } - }, - "required": [ - "contractAddress", - "sinceBlockNumber" - ], - "type": "object" - }, - "TokenHistory": { - "properties": { - "Amounts": { - "type": "string" - }, - "accountAddress": { - "type": "string" - }, - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "fromAddress": { - "type": "string" - }, - "logData": { - "type": "string" - }, - "toAddress": { - "type": "string" - }, - "tokenIDs": { - "type": "string" - }, - "ts": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnLogIndex": { - "type": "number" - } - }, - "required": [ - "blockNumber", - "blockHash", - "accountAddress", - "contractAddress", - "contractType", - "fromAddress", - "toAddress", - "txnHash", - "txnIndex", - "txnLogIndex", - "logData", - "tokenIDs", - "Amounts", - "ts" - ], - "type": "object" - }, - "TokenIndex": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "fetchCount": { - "type": "number" - }, - "key": { - "type": "string" - }, - "lastFetched": { - "type": "string" - }, - "metadata": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "notFound": { - "type": "boolean" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "key", - "chainId", - "contractAddress", - "tokenId", - "metadata", - "updatedAt" - ], - "type": "object" - }, - "TokenMetadata": { - "properties": { - "animationUrl": { - "type": "string" - }, - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "attributes": { - "description": "[]map", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "type": "array" - }, - "audio": { - "type": "string" - }, - "backgroundColor": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "description": { - "type": "string" - }, - "externalUrl": { - "type": "string" - }, - "image": { - "type": "string" - }, - "imageData": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "video": { - "type": "string" - } - }, - "required": [ - "tokenId", - "name", - "attributes" - ], - "type": "object" - }, - "TokenPrice": { - "properties": { - "buyPrice": { - "$ref": "#/components/schemas/Price" - }, - "floorPrice": { - "$ref": "#/components/schemas/Price" - }, - "price": { - "$ref": "#/components/schemas/Price" - }, - "price24hChange": { - "$ref": "#/components/schemas/Price" - }, - "sellPrice": { - "$ref": "#/components/schemas/Price" - }, - "token": { - "$ref": "#/components/schemas/Token" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "token", - "floorPrice", - "buyPrice", - "sellPrice", - "updatedAt" - ], - "type": "object" - }, - "TokenSupply": { - "properties": { - "chainId": { - "type": "number" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "supply": { - "type": "string" - }, - "tokenID": { - "type": "string" - }, - "tokenMetadata": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "required": [ - "tokenID", - "supply", - "chainId" - ], - "type": "object" - }, - "TokenType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "ERC20", - "ERC721", - "ERC1155" - ], - "type": "string" - }, - "Transaction": { - "properties": { - "blockNumber": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "metaTxnID": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "transfers": { - "description": "[]TxnLogTransfer", - "items": { - "$ref": "#/components/schemas/TxnLogTransfer" - }, - "type": "array" - }, - "txnHash": { - "type": "string" - }, - "users": { - "additionalProperties": { - "$ref": "#/components/schemas/TxnLogUser" - }, - "description": "map", - "type": "object" - } - }, - "required": [ - "blockNumber", - "chainId", - "timestamp" - ], - "type": "object" - }, - "TransactionFilter": { - "properties": { - "contractAddress": { - "type": "string" - }, - "event": { - "type": "string" - }, - "from": { - "type": "string" - }, - "to": { - "type": "string" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "TransactionHistoryFilter": { - "properties": { - "accountAddress": { - "type": "string" - }, - "accountAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "fromBlock": { - "type": "number" - }, - "metaTransactionIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "toBlock": { - "type": "number" - }, - "tokenID": { - "type": "string" - }, - "transactionHashes": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "TransactionLog": { - "properties": { - "contractAddress": { - "type": "string" - }, - "data": { - "type": "string" - }, - "index": { - "type": "number" - }, - "topics": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "contractAddress", - "topics", - "data", - "index" - ], - "type": "object" - }, - "TransactionReceipt": { - "properties": { - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "effectiveGasPrice": { - "type": "string" - }, - "final": { - "type": "boolean" - }, - "from": { - "type": "string" - }, - "gasUsed": { - "type": "number" - }, - "logs": { - "description": "[]TransactionLog", - "items": { - "$ref": "#/components/schemas/TransactionLog" - }, - "type": "array" - }, - "reorged": { - "type": "boolean" - }, - "to": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnStatus": { - "$ref": "#/components/schemas/TransactionStatus" - }, - "txnType": { - "$ref": "#/components/schemas/TransactionType" - } - }, - "required": [ - "txnHash", - "txnStatus", - "txnIndex", - "txnType", - "blockHash", - "blockNumber", - "gasUsed", - "effectiveGasPrice", - "from", - "to", - "logs", - "final", - "reorged" - ], - "type": "object" - }, - "TransactionStatus": { - "description": "Represented as uint32 on the server side", - "enum": [ - "FAILED", - "SUCCESSFUL" - ], - "type": "string" - }, - "TransactionType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "LegacyTxnType", - "AccessListTxnType", - "DynamicFeeTxnType" - ], - "type": "string" - }, - "TransferType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "SEND", - "RECEIVE", - "BRIDGE_DEPOSIT", - "BRIDGE_WITHDRAW", - "BURN", - "UNKNOWN" - ], - "type": "string" - }, - "TupleComponent": { - "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "value": { - "type": "object" - } - }, - "required": [ - "type", - "value" - ], - "type": "object" - }, - "TxnInfo": { - "properties": { - "from": { - "type": "string" - }, - "to": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "required": [ - "from", - "to", - "value" - ], - "type": "object" - }, - "TxnLogTransfer": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "from": { - "type": "string" - }, - "ids": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "to": { - "type": "string" - }, - "transferType": { - "$ref": "#/components/schemas/TransferType" - } - }, - "required": [ - "transferType", - "contractAddress", - "from", - "to", - "ids", - "amounts" - ], - "type": "object" - }, - "TxnLogUser": { - "properties": { - "username": { - "type": "string" - } - }, - "required": [ - "username" - ], - "type": "object" - }, - "TxnTransfer": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "from": { - "type": "string" - }, - "logIndex": { - "type": "number" - }, - "to": { - "type": "string" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "tokenMetadata": { - "additionalProperties": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "description": "map", - "type": "object" - }, - "transferType": { - "$ref": "#/components/schemas/TxnTransferType" - } - }, - "required": [ - "transferType", - "contractAddress", - "contractType", - "from", - "to", - "amounts", - "logIndex" - ], - "type": "object" - }, - "TxnTransferType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "SEND", - "RECEIVE" - ], - "type": "string" - }, - "User": { - "properties": { - "address": { - "type": "string" - }, - "avatar": { - "type": "string" - }, - "backup": { - "type": "boolean" - }, - "backupConfirmed": { - "type": "boolean" - }, - "bio": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "locale": { - "type": "string" - }, - "location": { - "type": "string" - }, - "maxInvites": { - "type": "number" - }, - "normalizedUsername": { - "type": "string" - }, - "sysAdmin": { - "type": "boolean" - }, - "updatedAt": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "address", - "username", - "normalizedUsername", - "avatar", - "bio", - "location", - "locale", - "sysAdmin" - ], - "type": "object" - }, - "UserOverride": { - "properties": { - "address": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "extraProjects": { - "type": "number" - }, - "id": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "address", - "extraProjects", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "UserSettings": { - "properties": { - "freeProjectsLeft": { - "type": "number" - }, - "totalProjects": { - "type": "number" - } - }, - "required": [ - "freeProjectsLeft", - "totalProjects" - ], - "type": "object" - }, - "UserStorage": { - "properties": { - "key": { - "type": "string" - }, - "userAddress": { - "type": "string" - }, - "value": { - "type": "object" - } - }, - "required": [ - "userAddress", - "key", - "value" - ], - "type": "object" - }, - "Version": { - "properties": { - "appVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "webrpcVersion": { - "type": "string" - } - }, - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], - "type": "object" - }, - "WALWriterRuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "chainID": { - "type": "number" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "percentWALWritten": { - "type": "number" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "chainID", - "percentWALWritten" - ], - "type": "object" - }, - "WaasSettings": { - "properties": { - "allowedOrigins": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "emailAuth": { - "type": "boolean" - }, - "oidcProviders": { - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" - }, - "type": "array" - }, - "recoveryAddress": { - "type": "string" - }, - "tenantKey": { - "type": "string" - }, - "tenantState": { - "$ref": "#/components/schemas/WaasTenantState" - }, - "updateCode": { - "type": "string" - } - }, - "required": [ - "recoveryAddress", - "tenantState", - "emailAuth", - "oidcProviders", - "allowedOrigins", - "updateCode", - "tenantKey" - ], - "type": "object" - }, - "WaasTenantState": { - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "DEPLOYING", - "READY", - "FAILED" - ], - "type": "string" - }, - "WaasWalletStatus": { - "properties": { - "address": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "deployed": { - "type": "boolean" - } - }, - "required": [ - "chainId", - "address", - "deployed" - ], - "type": "object" - }, - "WalletBackup": { - "properties": { - "accountAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "encryptedWallet": { - "type": "string" - }, - "secretHash": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "userConfirmed": { - "type": "boolean" - } - }, - "required": [ - "accountAddress", - "secretHash", - "encryptedWallet", - "userConfirmed" - ], - "type": "object" - }, - "WalletConfig": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "platform": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - }, - "version": { - "type": "number" - } - }, - "required": [ - "version", - "projectId", - "platform", - "config" - ], - "type": "object" - }, - "WalletConfigSchema": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map", - "type": "object" - }, - "version": { - "type": "number" - } - }, - "required": [ - "version", - "config" - ], - "type": "object" - }, - "WebhookListener": { - "properties": { - "active": { - "type": "boolean" - }, - "filters": { - "$ref": "#/components/schemas/EventFilter" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectID": { - "type": "number" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "projectID", - "url", - "filters", - "name", - "updatedAt", - "active" - ], - "type": "object" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } -} \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/specParser.js b/docs/components/SpecAPIComponent/specParser.js deleted file mode 100644 index 7335b27b87..0000000000 --- a/docs/components/SpecAPIComponent/specParser.js +++ /dev/null @@ -1,153 +0,0 @@ -import fs from 'fs/promises'; -import path from 'path'; -import { fileURLToPath } from 'url'; - -const __filename = fileURLToPath(import.meta.url); -const __dirname = path.dirname(__filename); - -async function parseOpenAPISpec(specPath) { - // Read the OpenAPI spec file - const specContent = await fs.readFile(specPath, 'utf8'); - const spec = JSON.parse(specContent); - - // Initialize an object to store endpoints by tag - const specsByTag = { - metadata: { ...spec, paths: {} }, - analytics: { ...spec, paths: {} }, - marketplace: { ...spec, paths: {} }, - relayer: { ...spec, paths: {} }, - api: { ...spec, paths: {} }, - indexer: { ...spec, paths: {} } - }; - - // Object to store servers for each tag - const serversByTag = {}; - - // Object to store servers for each tag - const serversByTag = {}; - - // Iterate through the paths in the spec - for (const [path, methods] of Object.entries(spec.paths)) { - for (const [method, details] of Object.entries(methods)) { - const tags = details.tags || []; - - // Add the endpoint to the corresponding tag(s) - tags.forEach(tag => { - if (specsByTag.hasOwnProperty(tag)) { - if (!specsByTag[tag].paths[path]) { - specsByTag[tag].paths[path] = {}; - } - specsByTag[tag].paths[path][method] = details; - - // Check for servers in the operation - if (details.servers) { - if (!serversByTag[tag]) { - serversByTag[tag] = new Set(); - } - details.servers.forEach(server => serversByTag[tag].add(JSON.stringify(server))); - } - } - }); - } - } - - // Create output directory if it doesn't exist - const outputDir = path.join(__dirname, 'output'); - try { - await fs.mkdir(outputDir); - } catch (error) { - if (error.code !== 'EEXIST') throw error; - } - - // Write separate files for each tag - for (const [tag, tagSpec] of Object.entries(specsByTag)) { - // Remove empty paths - if (Object.keys(tagSpec.paths).length === 0) { - continue; - } - - // Update the info object with tag-specific title and description - tagSpec.info = { - ...tagSpec.info, - title: `${tagSpec.info.title} - ${tag.charAt(0).toUpperCase() + tag.slice(1)} API`, - description: `${tagSpec.info.description}\n\nThis specification covers the ${tag} endpoints of the API.` - }; - - // Update servers for this tag - if (serversByTag[tag]) { - tagSpec.servers = Array.from(serversByTag[tag]).map(JSON.parse); - } else { - // If no specific servers for this tag, use the top-level servers - tagSpec.servers = spec.servers; - } - - // Update servers for this tag - if (serversByTag[tag]) { - tagSpec.servers = Array.from(serversByTag[tag]).map(JSON.parse); - } else { - // If no specific servers for this tag, use the top-level servers - tagSpec.servers = spec.servers; - } - - // Ensure the spec is valid by including only relevant schema components - tagSpec.components = { - schemas: {}, - securitySchemes: { - ApiKeyAuth: { - description: "Project access key for authenticating requests, get an access key at https://sequence.build", - in: "header", - name: "X-Access-Key", - type: "apiKey" - } - } - }; - - const usedSchemas = new Set(); - - // Helper function to recursively find schema references - const findSchemaRefs = (obj) => { - if (typeof obj !== 'object' || obj === null) return; - if (obj.$ref && obj.$ref.startsWith('#/components/schemas/')) { - usedSchemas.add(obj.$ref.split('/').pop()); - } - Object.values(obj).forEach(findSchemaRefs); - }; - - // Find all schema references used in this tag's paths - findSchemaRefs(tagSpec.paths); - - // Add used schemas and their dependencies - const addSchema = (schemaName) => { - if (spec.components.schemas[schemaName]) { - tagSpec.components.schemas[schemaName] = spec.components.schemas[schemaName]; - findSchemaRefs(tagSpec.components.schemas[schemaName]); - } - }; - - usedSchemas.forEach(addSchema); - - // Add global security requirement - tagSpec.security = [{ ApiKeyAuth: [] }]; - - // Write the OpenAPI spec for this tag - const outputPath = path.join(outputDir, `${tag}-openapi.json`); - await fs.writeFile(outputPath, JSON.stringify(tagSpec, null, 2)); - console.log(`Created ${outputPath}`); - } - - // Update the top-level spec with all servers - const allServers = new Set(); - Object.values(serversByTag).forEach(servers => servers.forEach(server => allServers.add(server))); - spec.servers = Array.from(allServers).map(JSON.parse); - - // Write the updated top-level spec - const updatedSpecPath = path.join(outputDir, 'updated-openapi.json'); - await fs.writeFile(updatedSpecPath, JSON.stringify(spec, null, 2)); - console.log(`Created ${updatedSpecPath}`); -} - -// Usage -const specPath = './swaggerspec.json'; // Update this path to your OpenAPI spec file -parseOpenAPISpec(specPath); - -export { parseOpenAPISpec }; \ No newline at end of file diff --git a/docs/components/SpecAPIComponent/swaggerspec.json b/docs/components/SpecAPIComponent/swaggerspec.json deleted file mode 100644 index a8c304403e..0000000000 --- a/docs/components/SpecAPIComponent/swaggerspec.json +++ /dev/null @@ -1,40496 +0,0 @@ -{ - "openapi": "3.0.0", - "info": { - "description": "Sequence API", - "title": "Sequence API", - "version": "1.0.0" - }, - "servers": [ - { - "url": "https://api.sequence.build" - } - ], - "security": [ - { - "ApiKeyAuth": [] - } - ], - "paths": { - "/rpc/API/AddCurrencyGroup": { - "post": { - "description": " Inventory, payments and management ", - "operationId": "api-AddCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/AddFriend": { - "post": { - "operationId": "api-AddFriend", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddFriend_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddFriend_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddFriend", - "tags": [ - "api" - ] - } - }, - "/rpc/API/AddInventoryPaymentConfig": { - "post": { - "operationId": "api-AddInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_AddInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "AddInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/BlockNumberAtTime": { - "post": { - "description": "Utils", - "operationId": "api-BlockNumberAtTime", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_BlockNumberAtTime_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_BlockNumberAtTime_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "BlockNumberAtTime", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Clock": { - "post": { - "operationId": "api-Clock", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Clock_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Clock_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Clock", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ContractCall": { - "post": { - "description": " Chain-Utils ", - "operationId": "api-ContractCall", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ContractCall_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ContractCall_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ContractCall", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DecodeContractCall": { - "post": { - "operationId": "api-DecodeContractCall", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DecodeContractCall_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DecodeContractCall_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DecodeContractCall", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DeleteCurrencyGroup": { - "post": { - "operationId": "api-DeleteCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DeleteCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/DeleteInventoryPaymentConfig": { - "post": { - "operationId": "api-DeleteInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_DeleteInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "DeleteInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/FriendList": { - "post": { - "description": " Contacts / Friends ", - "operationId": "api-FriendList", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_FriendList_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_FriendList_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "FriendList", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GenerateWaaSVerificationURL": { - "post": { - "operationId": "api-GenerateWaaSVerificationURL", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GenerateWaaSVerificationURL_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GenerateWaaSVerificationURL_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GenerateWaaSVerificationURL", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetAuthToken": { - "post": { - "description": " Auth\nTODO: rename 'ewtString' arg to 'ethauthProof'", - "operationId": "api-GetAuthToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetAuthToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetAuthToken2": { - "post": { - "operationId": "api-GetAuthToken2", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken2_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetAuthToken2_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetAuthToken2", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetCoinPrices": { - "post": { - "description": " Price Feed ", - "operationId": "api-GetCoinPrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCoinPrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCoinPrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetCoinPrices", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetCollectiblePrices": { - "post": { - "operationId": "api-GetCollectiblePrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCollectiblePrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetCollectiblePrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetCollectiblePrices", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetExchangeRate": { - "post": { - "description": " Price Feed utils ", - "operationId": "api-GetExchangeRate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetExchangeRate_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetExchangeRate_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetExchangeRate", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetFriendByAddress": { - "post": { - "operationId": "api-GetFriendByAddress", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetFriendByAddress_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetFriendByAddress_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetFriendByAddress", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetInventoryPaymentConfig": { - "post": { - "operationId": "api-GetInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetInviteInfo": { - "post": { - "description": " Legacy ", - "operationId": "api-GetInviteInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInviteInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetInviteInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetInviteInfo", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetLinkedWallets": { - "post": { - "operationId": "api-GetLinkedWallets", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetLinkedWallets_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetLinkedWallets_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetLinkedWallets", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetMoonpayLink": { - "post": { - "description": " Wallet utils ", - "operationId": "api-GetMoonpayLink", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetMoonpayLink_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetMoonpayLink_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetMoonpayLink", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineClientToken": { - "post": { - "operationId": "api-GetSardineClientToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineClientToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineClientToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineClientToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineNFTCheckoutOrderStatus": { - "post": { - "operationId": "api-GetSardineNFTCheckoutOrderStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutOrderStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutOrderStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineNFTCheckoutOrderStatus", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSardineNFTCheckoutToken": { - "post": { - "operationId": "api-GetSardineNFTCheckoutToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSardineNFTCheckoutToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSardineNFTCheckoutToken", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSequenceContext": { - "post": { - "operationId": "api-GetSequenceContext", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSequenceContext_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSequenceContext_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSequenceContext", - "tags": [ - "api" - ] - } - }, - "/rpc/API/GetSwapQuotes": { - "post": { - "description": " Currency abstraction ", - "operationId": "api-GetSwapQuotes", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSwapQuotes_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_GetSwapQuotes_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "GetSwapQuotes", - "tags": [ - "api" - ] - } - }, - "/rpc/API/InternalClaimAccessCode": { - "post": { - "operationId": "api-InternalClaimAccessCode", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_InternalClaimAccessCode_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_InternalClaimAccessCode_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "InternalClaimAccessCode", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidAccessCode": { - "post": { - "description": "NOTE: we're still using this from SW-API to Sequence-API to claim invite code", - "operationId": "api-IsValidAccessCode", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidAccessCode_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidAccessCode_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidAccessCode", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidETHAuthProof": { - "post": { - "operationId": "api-IsValidETHAuthProof", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidETHAuthProof_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidETHAuthProof_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidETHAuthProof", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidMessageSignature": { - "post": { - "operationId": "api-IsValidMessageSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidMessageSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidMessageSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidMessageSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidSignature": { - "post": { - "description": "TODO: we can add walletContext optional in the future when we need it NOTE: chainId can be either a number or canonical name", - "operationId": "api-IsValidSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/IsValidTypedDataSignature": { - "post": { - "operationId": "api-IsValidTypedDataSignature", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidTypedDataSignature_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_IsValidTypedDataSignature_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "IsValidTypedDataSignature", - "tags": [ - "api" - ] - } - }, - "/rpc/API/LinkWallet": { - "post": { - "description": " Linked wallets (v0 -- simple support) ", - "operationId": "api-LinkWallet", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LinkWallet_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LinkWallet_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "LinkWallet", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ListCurrencyGroups": { - "post": { - "operationId": "api-ListCurrencyGroups", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListCurrencyGroups_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListCurrencyGroups_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ListCurrencyGroups", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ListInventoryPaymentConfigs": { - "post": { - "operationId": "api-ListInventoryPaymentConfigs", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListInventoryPaymentConfigs_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ListInventoryPaymentConfigs_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ListInventoryPaymentConfigs", - "tags": [ - "api" - ] - } - }, - "/rpc/API/LookupContractCallSelectors": { - "post": { - "operationId": "api-LookupContractCallSelectors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LookupContractCallSelectors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_LookupContractCallSelectors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "LookupContractCallSelectors", - "tags": [ - "api" - ] - } - }, - "/rpc/API/MemoryLoad": { - "post": { - "operationId": "api-MemoryLoad", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryLoad_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryLoad_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "MemoryLoad", - "tags": [ - "api" - ] - } - }, - "/rpc/API/MemoryStore": { - "post": { - "description": " Util / misc ", - "operationId": "api-MemoryStore", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryStore_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_MemoryStore_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "MemoryStore", - "tags": [ - "api" - ] - } - }, - "/rpc/API/PaperSessionSecret": { - "post": { - "description": " Paper TODO: deprecate in the future ", - "operationId": "api-PaperSessionSecret", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "PaperSessionSecret", - "tags": [ - "api" - ] - } - }, - "/rpc/API/PaperSessionSecret2": { - "post": { - "operationId": "api-PaperSessionSecret2", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret2_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_PaperSessionSecret2_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "PaperSessionSecret2", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Ping": { - "post": { - "description": " Runtime ", - "operationId": "api-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RemoveFriend": { - "post": { - "operationId": "api-RemoveFriend", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveFriend_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveFriend_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RemoveFriend", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RemoveLinkedWallet": { - "post": { - "operationId": "api-RemoveLinkedWallet", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveLinkedWallet_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RemoveLinkedWallet_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RemoveLinkedWallet", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RequestInventoryPayment": { - "post": { - "operationId": "api-RequestInventoryPayment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RequestInventoryPayment_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RequestInventoryPayment_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RequestInventoryPayment", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ResolveENSAddress": { - "post": { - "description": "- IsUsingGoogleMail(domain: string) =\u003E (yes: bool)", - "operationId": "api-ResolveENSAddress", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ResolveENSAddress_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ResolveENSAddress_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ResolveENSAddress", - "tags": [ - "api" - ] - } - }, - "/rpc/API/RuntimeStatus": { - "post": { - "operationId": "api-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "api" - ] - } - }, - "/rpc/API/SearchFriends": { - "post": { - "operationId": "api-SearchFriends", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SearchFriends_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SearchFriends_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "SearchFriends", - "tags": [ - "api" - ] - } - }, - "/rpc/API/SendPasswordlessLink": { - "post": { - "operationId": "api-SendPasswordlessLink", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SendPasswordlessLink_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_SendPasswordlessLink_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "SendPasswordlessLink", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateCurrencyGroup": { - "post": { - "operationId": "api-UpdateCurrencyGroup", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateCurrencyGroup_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateCurrencyGroup_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateCurrencyGroup", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateFriendNickname": { - "post": { - "operationId": "api-UpdateFriendNickname", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateFriendNickname_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateFriendNickname_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateFriendNickname", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UpdateInventoryPaymentConfig": { - "post": { - "operationId": "api-UpdateInventoryPaymentConfig", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateInventoryPaymentConfig_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UpdateInventoryPaymentConfig_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UpdateInventoryPaymentConfig", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageDelete": { - "post": { - "operationId": "api-UserStorageDelete", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageDelete_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageDelete_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageDelete", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageFetch": { - "post": { - "description": " User Storage ", - "operationId": "api-UserStorageFetch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageFetch", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageFetchAll": { - "post": { - "operationId": "api-UserStorageFetchAll", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetchAll_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageFetchAll_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageFetchAll", - "tags": [ - "api" - ] - } - }, - "/rpc/API/UserStorageSave": { - "post": { - "operationId": "api-UserStorageSave", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageSave_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_UserStorageSave_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "UserStorageSave", - "tags": [ - "api" - ] - } - }, - "/rpc/API/ValidateWaaSVerificationNonce": { - "post": { - "operationId": "api-ValidateWaaSVerificationNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ValidateWaaSVerificationNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_ValidateWaaSVerificationNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "ValidateWaaSVerificationNonce", - "tags": [ - "api" - ] - } - }, - "/rpc/API/Version": { - "post": { - "operationId": "api-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/API_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Api", - "url": "https://api.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "api" - ] - } - }, - "/rpc/Admin/AddContractsToTokenDirectory": { - "post": { - "operationId": "metadata-AddContractsToTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_AddContractsToTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_AddContractsToTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AddContractsToTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/GetFeatureIndex": { - "post": { - "operationId": "metadata-GetFeatureIndex", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_GetFeatureIndex_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_GetFeatureIndex_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetFeatureIndex", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/ListTokenDirectory": { - "post": { - "operationId": "metadata-ListTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ListTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ListTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/ModifyFeatureIndex": { - "post": { - "operationId": "metadata-ModifyFeatureIndex", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ModifyFeatureIndex_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_ModifyFeatureIndex_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ModifyFeatureIndex", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Admin/RemoveContractsFromTokenDirectory": { - "post": { - "operationId": "metadata-RemoveContractsFromTokenDirectory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_RemoveContractsFromTokenDirectory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Admin_RemoveContractsFromTokenDirectory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RemoveContractsFromTokenDirectory", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Builder/ComputeByService": { - "post": { - "operationId": "analytics-ComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_ComputeByService_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "ComputeByService", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/DailyComputeByService": { - "post": { - "operationId": "analytics-DailyComputeByService", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByService_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "DailyComputeByService", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/DailyComputeByType": { - "post": { - "operationId": "analytics-DailyComputeByType", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_DailyComputeByType_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "DailyComputeByType", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketTxnEventDaily": { - "post": { - "operationId": "analytics-MarketTxnEventDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketTxnEventDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketTxnEventTotal": { - "post": { - "operationId": "analytics-MarketTxnEventTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketTxnEventTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketTxnEventTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketWalletsDaily": { - "post": { - "operationId": "analytics-MarketWalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketWalletsDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/MarketWalletsTotal": { - "post": { - "operationId": "analytics-MarketWalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_MarketWalletsTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "MarketWalletsTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/TotalCompute": { - "post": { - "operationId": "analytics-TotalCompute", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_TotalCompute_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "TotalCompute", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByCountry": { - "post": { - "operationId": "analytics-WalletsByCountry", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByCountry_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByCountry", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByDevice": { - "post": { - "operationId": "analytics-WalletsByDevice", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByDevice_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByDevice", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsByOS": { - "post": { - "operationId": "analytics-WalletsByOS", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsByOS_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsByOS", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsDaily": { - "post": { - "operationId": "analytics-WalletsDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTotal": { - "post": { - "operationId": "analytics-WalletsTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTxnSentDaily": { - "post": { - "operationId": "analytics-WalletsTxnSentDaily", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentDaily_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTxnSentDaily", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Builder/WalletsTxnSentTotal": { - "post": { - "operationId": "analytics-WalletsTxnSentTotal", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Builder_WalletsTxnSentTotal_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorUserNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInvalidTier" - }, - { - "$ref": "#/components/schemas/ErrorEmailTemplateExists" - }, - { - "$ref": "#/components/schemas/ErrorSubscriptionLimit" - }, - { - "$ref": "#/components/schemas/ErrorFeatureNotIncluded" - }, - { - "$ref": "#/components/schemas/ErrorInvalidNetwork" - }, - { - "$ref": "#/components/schemas/ErrorInvitationExpired" - }, - { - "$ref": "#/components/schemas/ErrorAlreadyCollaborator" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Analytics", - "url": "https://api.sequence.build" - } - ], - "summary": "WalletsTxnSentTotal", - "tags": [ - "analytics" - ] - } - }, - "/rpc/Collections/CreateAsset": { - "post": { - "operationId": "metadata-CreateAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateCollection": { - "post": { - "description": "NOTE: projectID is optional. If it's passed it will be used, otherwise the projectID will be retrieved based on the X-Access-Key. As well, user's still need to pass Authorization header for the user's auth. For more information see: https://github.com/0xsequence/builder/tree/master/api#sequence-stack-and-user-project-permissions", - "operationId": "metadata-CreateCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateContractCollection": { - "post": { - "operationId": "metadata-CreateContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/CreateToken": { - "post": { - "operationId": "metadata-CreateToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_CreateToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CreateToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteAsset": { - "post": { - "operationId": "metadata-DeleteAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteCollection": { - "post": { - "operationId": "metadata-DeleteCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteContractCollection": { - "post": { - "operationId": "metadata-DeleteContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/DeleteToken": { - "post": { - "operationId": "metadata-DeleteToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_DeleteToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DeleteToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetAsset": { - "post": { - "operationId": "metadata-GetAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetCollection": { - "post": { - "operationId": "metadata-GetCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetContractCollection": { - "post": { - "operationId": "metadata-GetContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/GetToken": { - "post": { - "operationId": "metadata-GetToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_GetToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListCollections": { - "post": { - "operationId": "metadata-ListCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListContractCollections": { - "post": { - "operationId": "metadata-ListContractCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListContractCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListContractCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListContractCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/ListTokens": { - "post": { - "operationId": "metadata-ListTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_ListTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ListTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/PublishCollection": { - "post": { - "operationId": "metadata-PublishCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_PublishCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_PublishCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "PublishCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UnpublishCollection": { - "post": { - "operationId": "metadata-UnpublishCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UnpublishCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UnpublishCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UnpublishCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateAsset": { - "post": { - "operationId": "metadata-UpdateAsset", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateAsset_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateAsset_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateAsset", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateCollection": { - "post": { - "operationId": "metadata-UpdateCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateContractCollection": { - "post": { - "operationId": "metadata-UpdateContractCollection", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateContractCollection_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateContractCollection_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateContractCollection", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Collections/UpdateToken": { - "post": { - "operationId": "metadata-UpdateToken", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateToken_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Collections_UpdateToken_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "UpdateToken", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Indexer/AddWebhookListener": { - "post": { - "operationId": "indexer-AddWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_AddWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_AddWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "AddWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/FetchTransactionReceipt": { - "post": { - "description": "Fetches a single receipt and then will stop the subscription", - "operationId": "indexer-FetchTransactionReceipt", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceipt_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceipt_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "FetchTransactionReceipt", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/FetchTransactionReceiptWithFilter": { - "post": { - "description": "Fetches a single receipt with filter and then will stop the subscription", - "operationId": "indexer-FetchTransactionReceiptWithFilter", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceiptWithFilter_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_FetchTransactionReceiptWithFilter_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "FetchTransactionReceiptWithFilter", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetAllWebhookListeners": { - "post": { - "operationId": "indexer-GetAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetBalanceUpdates": { - "post": { - "description": "Get balance update aggregate values -- useful for syncing balance details of a contract, ie. from Skyweaver", - "operationId": "indexer-GetBalanceUpdates", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetBalanceUpdates_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetBalanceUpdates_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetBalanceUpdates", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetChainID": { - "post": { - "description": "Get the chain ID of the indexer", - "operationId": "indexer-GetChainID", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetChainID_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetChainID_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetChainID", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetEtherBalance": { - "post": { - "description": "Queries an ethereum node for the latest and confirm ETH balances", - "operationId": "indexer-GetEtherBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetEtherBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetEtherBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetEtherBalance", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetOrderbookOrders": { - "post": { - "description": "Fetch orderbook orders", - "operationId": "indexer-GetOrderbookOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetOrderbookOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetOrderbookOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetOrderbookOrders", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenBalances": { - "post": { - "description": "GetTokenBalances returns a balance summary/details for a specific account. By default if accountAddress is left empty, it will use the account from the jwt session.\nAlso, if contractAddress is undefined, then it will list all current user coins/collectibles. But, if contractAddress is provided, then it will return the token balances for the contract, this is only useful for 1155, but for other tokens, it can act as a filter for the single balance.", - "operationId": "indexer-GetTokenBalances", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenBalances_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenBalances_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenBalances", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenSupplies": { - "post": { - "description": "GetTokenSupplies returns the set of tokenIDs used by a contract address, supporting ERC-20, ERC-721, and ERC-1155 contracts, and their respective supply as well.", - "operationId": "indexer-GetTokenSupplies", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSupplies_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSupplies_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenSupplies", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTokenSuppliesMap": { - "post": { - "description": "GetTokenSuppliesMap returns the token supplies of ERC-20 and ERC-1155 tokens as requested in the `tokenMap` represented as a map of contractAddress :: []tokenIDs.\nFor an ERC-20 specify tokenIDs as an empty array or [0], for example, { '0xdef': [] } or { '0xdef': [0] } For ERC-1155 pass the array of tokens are strings, ie. { '0xabc': ['1', '2', '3'] }", - "operationId": "indexer-GetTokenSuppliesMap", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSuppliesMap_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTokenSuppliesMap_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTokenSuppliesMap", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTopOrders": { - "post": { - "operationId": "indexer-GetTopOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTopOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTopOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTopOrders", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetTransactionHistory": { - "post": { - "description": "History of mined transactions for the account which includes a list of token transfers (sent/recieved) and sent transactions from a Sequence wallet", - "operationId": "indexer-GetTransactionHistory", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTransactionHistory_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetTransactionHistory_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetTransactionHistory", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/GetWebhookListener": { - "post": { - "operationId": "indexer-GetWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_GetWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "GetWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/PauseAllWebhookListeners": { - "post": { - "operationId": "indexer-PauseAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_PauseAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_PauseAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "PauseAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/Ping": { - "post": { - "description": "Ping the indexer", - "operationId": "indexer-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/RemoveWebhookListener": { - "post": { - "operationId": "indexer-RemoveWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RemoveWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RemoveWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "RemoveWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/ResumeAllWebhookListeners": { - "post": { - "operationId": "indexer-ResumeAllWebhookListeners", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ResumeAllWebhookListeners_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ResumeAllWebhookListeners_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "ResumeAllWebhookListeners", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/RuntimeStatus": { - "post": { - "description": "Get the current runtime health status of the indexer", - "operationId": "indexer-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeBalanceUpdates": { - "post": { - "operationId": "indexer-SubscribeBalanceUpdates", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeBalanceUpdates_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeBalanceUpdates_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeBalanceUpdates", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeEvents": { - "post": { - "description": "TODO: pass optional block ... can pass too, reorg true, etc. or stay behind, etc.", - "operationId": "indexer-SubscribeEvents", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeEvents_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeEvents_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeEvents", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SubscribeReceipts": { - "post": { - "operationId": "indexer-SubscribeReceipts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeReceipts_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SubscribeReceipts_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SubscribeReceipts", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/SyncBalance": { - "post": { - "description": "Re-sync an incorrect token balance with the correct on-chain balance", - "operationId": "indexer-SyncBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SyncBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_SyncBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "SyncBalance", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/ToggleWebhookListener": { - "post": { - "operationId": "indexer-ToggleWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ToggleWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_ToggleWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "ToggleWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/UpdateWebhookListener": { - "post": { - "operationId": "indexer-UpdateWebhookListener", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_UpdateWebhookListener_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_UpdateWebhookListener_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "UpdateWebhookListener", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Indexer/Version": { - "post": { - "description": "Get the current version of the indexer", - "operationId": "indexer-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Indexer_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorResourceExhausted" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorMetadataCallFailed" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Amoy Mainnet", - "url": "https://amoy-indexer.sequence.app" - }, - { - "description": "Apechain-Testnet Mainnet", - "url": "https://apechain-testnet-indexer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": "https://arbitrum-indexer.sequence.app" - }, - { - "description": "Arbitrum-Nova Mainnet", - "url": "https://arbitrum-nova-indexer.sequence.app" - }, - { - "description": "Arbitrum-Sepolia Mainnet", - "url": "https://arbitrum-sepolia-indexer.sequence.app" - }, - { - "description": "Astar-Zkevm Mainnet", - "url": "https://astar-zkevm-indexer.sequence.app" - }, - { - "description": "Astar-Zkyoto Mainnet", - "url": "https://astar-zkyoto-indexer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": "https://avalanche-indexer.sequence.app" - }, - { - "description": "Avalanche-Testnet Mainnet", - "url": "https://avalanche-testnet-indexer.sequence.app" - }, - { - "description": "B3-Sepolia Mainnet", - "url": "https://b3-sepolia-indexer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": "https://base-indexer.sequence.app" - }, - { - "description": "Base-Sepolia Mainnet", - "url": "https://base-sepolia-indexer.sequence.app" - }, - { - "description": "Blast Mainnet", - "url": "https://blast-indexer.sequence.app" - }, - { - "description": "Blast-Sepolia Mainnet", - "url": "https://blast-sepolia-indexer.sequence.app" - }, - { - "description": "Borne-Testnet Mainnet", - "url": "https://borne-testnet-indexer.sequence.app" - }, - { - "description": "Bsc Mainnet", - "url": "https://bsc-indexer.sequence.app" - }, - { - "description": "Bsc-Testnet Mainnet", - "url": "https://bsc-testnet-indexer.sequence.app" - }, - { - "description": "Gnosis Mainnet", - "url": "https://gnosis-indexer.sequence.app" - }, - { - "description": "Homeverse Mainnet", - "url": "https://homeverse-indexer.sequence.app" - }, - { - "description": "Homeverse-Testnet Mainnet", - "url": "https://homeverse-testnet-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm Mainnet", - "url": "https://immutable-zkevm-indexer.sequence.app" - }, - { - "description": "Immutable-Zkevm-Testnet Mainnet", - "url": "https://immutable-zkevm-testnet-indexer.sequence.app" - }, - { - "description": "Imx Mainnet", - "url": "https://imx-indexer.sequence.app" - }, - { - "description": "Imx-Testnet Mainnet", - "url": "https://imx-testnet-indexer.sequence.app" - }, - { - "description": "Mainnet Mainnet", - "url": "https://mainnet-indexer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": "https://optimism-indexer.sequence.app" - }, - { - "description": "Optimism-Sepolia Mainnet", - "url": "https://optimism-sepolia-indexer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": "https://polygon-indexer.sequence.app" - }, - { - "description": "Polygon-Zkevm Mainnet", - "url": "https://polygon-zkevm-indexer.sequence.app" - }, - { - "description": "Rootnet Mainnet", - "url": "https://rootnet-indexer.sequence.app" - }, - { - "description": "Rootnet-Porcini Mainnet", - "url": "https://rootnet-porcini-indexer.sequence.app" - }, - { - "description": "Sepolia Mainnet", - "url": "https://sepolia-indexer.sequence.app" - }, - { - "description": "Skale-Nebula Mainnet", - "url": "https://skale-nebula-indexer.sequence.app" - }, - { - "description": "Xai Mainnet", - "url": "https://xai-indexer.sequence.app" - }, - { - "description": "Xai-Sepolia Mainnet", - "url": "https://xai-sepolia-indexer.sequence.app" - }, - { - "description": "Xr-Sepolia Mainnet", - "url": "https://xr-sepolia-indexer.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "indexer" - ] - } - }, - "/rpc/Marketplace/GetOrderbookOrders": { - "post": { - "operationId": "marketplace-GetOrderbookOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetOrderbookOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetOrderbookOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetOrderbookOrders", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Marketplace/GetTopOrders": { - "post": { - "operationId": "marketplace-GetTopOrders", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetTopOrders_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetTopOrders_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetTopOrders", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Marketplace/GetUserActivities": { - "post": { - "operationId": "marketplace-GetUserActivities", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetUserActivities_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Marketplace_GetUserActivities_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetUserActivities", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Metadata/AbortContractSync": { - "post": { - "operationId": "metadata-AbortContractSync", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AbortContractSync_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AbortContractSync_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AbortContractSync", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/AddContractToMintMonitor": { - "post": { - "operationId": "metadata-AddContractToMintMonitor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AddContractToMintMonitor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_AddContractToMintMonitor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "AddContractToMintMonitor", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/CancelRefreshJob": { - "post": { - "operationId": "metadata-CancelRefreshJob", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_CancelRefreshJob_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_CancelRefreshJob_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "CancelRefreshJob", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/ContractSyncJobStatus": { - "post": { - "operationId": "metadata-ContractSyncJobStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_ContractSyncJobStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_ContractSyncJobStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "ContractSyncJobStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectoryGetCollections": { - "post": { - "operationId": "metadata-DirectoryGetCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectoryGetCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectoryGetNetworks": { - "post": { - "description": "Token Directory. NOTE: this only searches the 'token-directory' items. Use 'SearchContracts' or 'SearchTokens' for everything else.", - "operationId": "metadata-DirectoryGetNetworks", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetNetworks_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectoryGetNetworks_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectoryGetNetworks", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/DirectorySearchCollections": { - "post": { - "operationId": "metadata-DirectorySearchCollections", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectorySearchCollections_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_DirectorySearchCollections_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "DirectorySearchCollections", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/EnqueueTokensForRefresh": { - "post": { - "operationId": "metadata-EnqueueTokensForRefresh", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_EnqueueTokensForRefresh_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_EnqueueTokensForRefresh_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "EnqueueTokensForRefresh", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetContractInfo": { - "post": { - "description": "Contract Info -- returns contract meta-info for contracts found in registered chain's token-lists", - "operationId": "metadata-GetContractInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractInfo", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetContractInfoBatch": { - "post": { - "operationId": "metadata-GetContractInfoBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfoBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetContractInfoBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetContractInfoBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapTokenQuantity": { - "post": { - "description": "Niftyswap querying data map of tokenID :: quantity", - "operationId": "metadata-GetNiftyswapTokenQuantity", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapTokenQuantity", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapUnitPrices": { - "post": { - "description": "map of tokenID :: price", - "operationId": "metadata-GetNiftyswapUnitPrices", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPrices_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPrices_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapUnitPrices", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetNiftyswapUnitPricesWithQuantities": { - "post": { - "operationId": "metadata-GetNiftyswapUnitPricesWithQuantities", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetNiftyswapUnitPricesWithQuantities", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenMetadata": { - "post": { - "description": "GetTokenMetadata - fetch token metadata for a particular contract and respective tokenIDs", - "operationId": "metadata-GetTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenMetadataBatch": { - "post": { - "description": "GetTokenMetadataBatch allows you to query the token metadata of a batch of contracts and respective tokenIDs where map is contractAddress::[]tokenID =\u003E contractAddress::[]TokenMetadata\nNote, we limit each request to 50 contracts max and 50 tokens max per contract.", - "operationId": "metadata-GetTokenMetadataBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadataBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenMetadataBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenMetadataBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenRefreshResult": { - "post": { - "operationId": "metadata-GetTokenRefreshResult", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshResult_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshResult_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenRefreshResult", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/GetTokenRefreshStatus": { - "post": { - "operationId": "metadata-GetTokenRefreshStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_GetTokenRefreshStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "GetTokenRefreshStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/MintMonitorJobStatus": { - "post": { - "operationId": "metadata-MintMonitorJobStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorJobStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorJobStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "MintMonitorJobStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/MintMonitorTriggerJob": { - "post": { - "operationId": "metadata-MintMonitorTriggerJob", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorTriggerJob_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_MintMonitorTriggerJob_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "MintMonitorTriggerJob", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/Ping": { - "post": { - "operationId": "metadata-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RefreshTokenMetadata": { - "post": { - "operationId": "metadata-RefreshTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RefreshTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RefreshTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RefreshTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RemoveContractFromMintMonitor": { - "post": { - "operationId": "metadata-RemoveContractFromMintMonitor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RemoveContractFromMintMonitor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RemoveContractFromMintMonitor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RemoveContractFromMintMonitor", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/RuntimeStatus": { - "post": { - "operationId": "metadata-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContractInfo": { - "post": { - "description": "Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all.", - "operationId": "metadata-SearchContractInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContractInfo", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContractInfoBatch": { - "post": { - "description": "map of contractAddress :: []ContractInfo", - "operationId": "metadata-SearchContractInfoBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfoBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContractInfoBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContractInfoBatch", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchContracts": { - "post": { - "operationId": "metadata-SearchContracts", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContracts_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchContracts_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchContracts", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchMetadata": { - "post": { - "description": "Deprecated: Use SearchTokens() and SearchContracts() instead.", - "operationId": "metadata-SearchMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokenIDs": { - "post": { - "operationId": "metadata-SearchTokenIDs", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenIDs_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenIDs_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokenIDs", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokenMetadata": { - "post": { - "operationId": "metadata-SearchTokenMetadata", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenMetadata_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokenMetadata_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokenMetadata", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SearchTokens": { - "post": { - "operationId": "metadata-SearchTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SearchTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SearchTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/SyncContractTokens": { - "post": { - "operationId": "metadata-SyncContractTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SyncContractTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_SyncContractTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "SyncContractTokens", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/TokenCollectionFilters": { - "post": { - "operationId": "metadata-TokenCollectionFilters", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_TokenCollectionFilters_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_TokenCollectionFilters_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "TokenCollectionFilters", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Metadata/Version": { - "post": { - "operationId": "metadata-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Metadata_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorSessionExpired" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorRequestConflict" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorTimeout" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorRequiredArgument" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorValidationFailed" - }, - { - "$ref": "#/components/schemas/ErrorRateLimited" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorProjectNotFound" - }, - { - "$ref": "#/components/schemas/ErrorChainNotFound" - }, - { - "$ref": "#/components/schemas/ErrorTokenDirectoryDisabled" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - }, - { - "$ref": "#/components/schemas/ErrorFail" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Metadata", - "url": "https://metadata.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "metadata" - ] - } - }, - "/rpc/Orderbook/AcceptRequest": { - "post": { - "operationId": "marketplace-AcceptRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "AcceptRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/AcceptRequestBatch": { - "post": { - "operationId": "marketplace-AcceptRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_AcceptRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "AcceptRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CancelRequest": { - "post": { - "operationId": "marketplace-CancelRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CancelRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CancelRequestBatch": { - "post": { - "operationId": "marketplace-CancelRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CancelRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CancelRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CreateRequest": { - "post": { - "operationId": "marketplace-CreateRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CreateRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/CreateRequestBatch": { - "post": { - "operationId": "marketplace-CreateRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_CreateRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "CreateRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRequest": { - "post": { - "operationId": "marketplace-GetRequest", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequest_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequest_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRequest", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRequestBatch": { - "post": { - "operationId": "marketplace-GetRequestBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequestBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRequestBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRequestBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/GetRoyaltyInfo": { - "post": { - "operationId": "marketplace-GetRoyaltyInfo", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRoyaltyInfo_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_GetRoyaltyInfo_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "GetRoyaltyInfo", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/IsRequestValid": { - "post": { - "operationId": "marketplace-IsRequestValid", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValid_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValid_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "IsRequestValid", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Orderbook/IsRequestValidBatch": { - "post": { - "operationId": "marketplace-IsRequestValidBatch", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValidBatch_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Orderbook_IsRequestValidBatch_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "", - "url": "https://marketplace.sequence.app" - } - ], - "summary": "IsRequestValidBatch", - "tags": [ - "marketplace" - ] - } - }, - "/rpc/Relayer/AddGasSponsor": { - "post": { - "operationId": "relayer-AddGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AddGasTank": { - "post": { - "operationId": "relayer-AddGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AddressGasSponsors": { - "post": { - "operationId": "relayer-AddressGasSponsors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddressGasSponsors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AddressGasSponsors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AddressGasSponsors", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/AdjustGasTankBalance": { - "post": { - "operationId": "relayer-AdjustGasTankBalance", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AdjustGasTankBalance_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_AdjustGasTankBalance_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "AdjustGasTankBalance", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/FeeOptions": { - "post": { - "operationId": "relayer-FeeOptions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeOptions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeOptions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "FeeOptions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/FeeTokens": { - "post": { - "operationId": "relayer-FeeTokens", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeTokens_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_FeeTokens_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "FeeTokens", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetChainID": { - "post": { - "description": "TODO: return a string instead", - "operationId": "relayer-GetChainID", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetChainID_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetChainID_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetChainID", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasSponsor": { - "post": { - "operationId": "relayer-GetGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasTank": { - "post": { - "operationId": "relayer-GetGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetGasTankBalanceAdjustment": { - "post": { - "operationId": "relayer-GetGasTankBalanceAdjustment", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTankBalanceAdjustment_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetGasTankBalanceAdjustment_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetGasTankBalanceAdjustment", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTransactions": { - "post": { - "operationId": "relayer-GetMetaTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnNetworkFeeOptions": { - "post": { - "description": "TODO: deprecated, to be removed by https://github.com/0xsequence/stack/pull/356 at a later date", - "operationId": "relayer-GetMetaTxnNetworkFeeOptions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNetworkFeeOptions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNetworkFeeOptions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnNetworkFeeOptions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnNonce": { - "post": { - "operationId": "relayer-GetMetaTxnNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnNonce", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetMetaTxnReceipt": { - "post": { - "description": "TODO: one day, make GetMetaTxnReceipt respond immediately with receipt or not and add WaitTransactionReceipt method, which will block and wait, similar to how GetMetaTxnReceipt is implemented now. For backwards compat, we can leave the current GetMetaTxnReceipt how it is, an deprecate it, and introduce new, GetTransactionReceipt and WaitTransactionReceipt methods we can also accept metaTxnId and txnHash .. so can take either or.. I wonder if ERC-4337 has any convention on this?", - "operationId": "relayer-GetMetaTxnReceipt", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnReceipt_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetMetaTxnReceipt_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetMetaTxnReceipt", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/GetSequenceContext": { - "post": { - "operationId": "relayer-GetSequenceContext", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetSequenceContext_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_GetSequenceContext_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "GetSequenceContext", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ListGasSponsors": { - "post": { - "operationId": "relayer-ListGasSponsors", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasSponsors_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasSponsors_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ListGasSponsors", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ListGasTankBalanceAdjustments": { - "post": { - "operationId": "relayer-ListGasTankBalanceAdjustments", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasTankBalanceAdjustments_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ListGasTankBalanceAdjustments_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ListGasTankBalanceAdjustments", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/NextGasTankBalanceAdjustmentNonce": { - "post": { - "operationId": "relayer-NextGasTankBalanceAdjustmentNonce", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_NextGasTankBalanceAdjustmentNonce_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_NextGasTankBalanceAdjustmentNonce_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "NextGasTankBalanceAdjustmentNonce", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/PendingTransactions": { - "post": { - "description": "Pending transactions waiting to be mined for an account. This endpoint is just a sugar of `SentTransactions` with the filter set to pending: true.", - "operationId": "relayer-PendingTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_PendingTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_PendingTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "PendingTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Ping": { - "post": { - "operationId": "relayer-Ping", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Ping_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Ping_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Ping", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/RemoveGasSponsor": { - "post": { - "operationId": "relayer-RemoveGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RemoveGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RemoveGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "RemoveGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/ReportGasSponsorUsage": { - "post": { - "operationId": "relayer-ReportGasSponsorUsage", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ReportGasSponsorUsage_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_ReportGasSponsorUsage_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "ReportGasSponsorUsage", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/RuntimeStatus": { - "post": { - "operationId": "relayer-RuntimeStatus", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RuntimeStatus_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_RuntimeStatus_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "RuntimeStatus", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/SendMetaTxn": { - "post": { - "description": " Transactions\nTODO (future): rename this to just, 'SendTransaction(txn: MetaTransaction)' or 'SendTransaction(txn: SignedTransaction)', or something.. Project ID is only used by service and admin calls. Other clients must have projectID passed via the context TODO: rename return txnHash: string to metaTxnID: string", - "operationId": "relayer-SendMetaTxn", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SendMetaTxn_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SendMetaTxn_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "SendMetaTxn", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/SentTransactions": { - "post": { - "description": "Sent transactions from an account. If filter is omitted then it will return all transactions.", - "operationId": "relayer-SentTransactions", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SentTransactions_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_SentTransactions_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "SentTransactions", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Simulate": { - "post": { - "operationId": "relayer-Simulate", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Simulate_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Simulate_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Simulate", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateGasSponsor": { - "post": { - "operationId": "relayer-UpdateGasSponsor", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasSponsor_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasSponsor_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateGasSponsor", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateGasTank": { - "post": { - "operationId": "relayer-UpdateGasTank", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasTank_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateGasTank_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateGasTank", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/UpdateMetaTxnGasLimits": { - "post": { - "description": "TODO: deprecated, to be removed by https://github.com/0xsequence/stack/pull/356 at a later date", - "operationId": "relayer-UpdateMetaTxnGasLimits", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateMetaTxnGasLimits_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_UpdateMetaTxnGasLimits_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "UpdateMetaTxnGasLimits", - "tags": [ - "relayer" - ] - } - }, - "/rpc/Relayer/Version": { - "post": { - "operationId": "relayer-Version", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Version_Request" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/Relayer_Version_Response" - } - } - }, - "description": "OK" - }, - "4XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcEndpoint" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcRequestFailed" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRoute" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadMethod" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcBadRequest" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcClientDisconnected" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcStreamLost" - }, - { - "$ref": "#/components/schemas/ErrorUnauthorized" - }, - { - "$ref": "#/components/schemas/ErrorPermissionDenied" - }, - { - "$ref": "#/components/schemas/ErrorMethodNotFound" - }, - { - "$ref": "#/components/schemas/ErrorAborted" - }, - { - "$ref": "#/components/schemas/ErrorGeoblocked" - }, - { - "$ref": "#/components/schemas/ErrorInvalidArgument" - }, - { - "$ref": "#/components/schemas/ErrorUnavailable" - }, - { - "$ref": "#/components/schemas/ErrorQueryFailed" - }, - { - "$ref": "#/components/schemas/ErrorNotFound" - }, - { - "$ref": "#/components/schemas/ErrorInsufficientFee" - } - ] - } - } - }, - "description": "Client error" - }, - "5XX": { - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ErrorWebrpcBadResponse" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcServerPanic" - }, - { - "$ref": "#/components/schemas/ErrorWebrpcInternalError" - } - ] - } - } - }, - "description": "Server error" - } - }, - "servers": [ - { - "description": "Ethereum Mainnet", - "url": " https://mainnet-relayer.sequence.app" - }, - { - "description": "Arbitrum Mainnet", - "url": " https://arbitrum-relayer.sequence.app" - }, - { - "description": "Arbitrum Nova Mainnet", - "url": " https://arbitrum-nova-relayer.sequence.app" - }, - { - "description": "Polygon Mainnet", - "url": " https://polygon-relayer.sequence.app" - }, - { - "description": "Polygon zkEVM Mainnet", - "url": " https://polygon-zkevm-relayer.sequence.app" - }, - { - "description": "Base Mainnet", - "url": " https://base-relayer.sequence.app" - }, - { - "description": "Optimism Mainnet", - "url": " https://optimism-relayer.sequence.app" - }, - { - "description": "Avalanche Mainnet", - "url": " https://avalanche-relayer.sequence.app" - }, - { - "description": "HOME Verse Mainnet", - "url": " https://homeverse-relayer.sequence.app" - } - ], - "summary": "Version", - "tags": [ - "relayer" - ] - } - } - }, - "components": { - "schemas": { - "API_AddCurrencyGroup_Request": { - "properties": { - "currencyGroup": { - "$ref": "#/components/schemas/CurrencyGroup" - } - }, - "type": "object" - }, - "API_AddCurrencyGroup_Response": { - "properties": { - "groupId": { - "type": "number" - } - }, - "type": "object" - }, - "API_AddFriend_Request": { - "properties": { - "friendAddress": { - "type": "string" - }, - "optionalNickname": { - "type": "string" - } - }, - "type": "object" - }, - "API_AddFriend_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_AddInventoryPaymentConfig_Request": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_AddInventoryPaymentConfig_Response": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_BlockNumberAtTime_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "timestamps": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_BlockNumberAtTime_Response": { - "properties": { - "blocks": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_Clock_Request": { - "type": "object" - }, - "API_Clock_Response": { - "properties": { - "serverTime": { - "type": "string" - } - }, - "type": "object" - }, - "API_ContractCall_Request": { - "properties": { - "args": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "chainID": { - "type": "string" - }, - "contract": { - "type": "string" - }, - "inputExpr": { - "type": "string" - }, - "outputExpr": { - "type": "string" - } - }, - "type": "object" - }, - "API_ContractCall_Response": { - "properties": { - "returns": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_DecodeContractCall_Request": { - "properties": { - "callData": { - "type": "string" - } - }, - "type": "object" - }, - "API_DecodeContractCall_Response": { - "properties": { - "call": { - "$ref": "#/components/schemas/ContractCall" - } - }, - "type": "object" - }, - "API_DeleteCurrencyGroup_Request": { - "properties": { - "groupId": { - "type": "number" - } - }, - "type": "object" - }, - "API_DeleteCurrencyGroup_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_DeleteInventoryPaymentConfig_Request": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_DeleteInventoryPaymentConfig_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_FriendList_Request": { - "properties": { - "nickname": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_FriendList_Response": { - "properties": { - "friends": { - "description": "[]Friend", - "items": { - "$ref": "#/components/schemas/Friend" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_GenerateWaaSVerificationURL_Request": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GenerateWaaSVerificationURL_Response": { - "properties": { - "nonce": { - "type": "string" - }, - "verificationURL": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetAuthToken2_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "ewtString": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetAuthToken2_Response": { - "properties": { - "address": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "status": { - "type": "boolean" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "type": "object" - }, - "API_GetAuthToken_Request": { - "properties": { - "ewtString": { - "type": "string" - }, - "testnetMode": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_GetAuthToken_Response": { - "properties": { - "address": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "status": { - "type": "boolean" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "type": "object" - }, - "API_GetCoinPrices_Request": { - "properties": { - "tokens": { - "description": "[]Token", - "items": { - "$ref": "#/components/schemas/Token" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCoinPrices_Response": { - "properties": { - "tokenPrices": { - "description": "[]TokenPrice", - "items": { - "$ref": "#/components/schemas/TokenPrice" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCollectiblePrices_Request": { - "properties": { - "tokens": { - "description": "[]Token", - "items": { - "$ref": "#/components/schemas/Token" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetCollectiblePrices_Response": { - "properties": { - "tokenPrices": { - "description": "[]TokenPrice", - "items": { - "$ref": "#/components/schemas/TokenPrice" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetExchangeRate_Request": { - "properties": { - "toCurrency": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetExchangeRate_Response": { - "properties": { - "exchangeRate": { - "$ref": "#/components/schemas/ExchangeRate" - } - }, - "type": "object" - }, - "API_GetFriendByAddress_Request": { - "properties": { - "friendAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetFriendByAddress_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_GetInventoryPaymentConfig_Request": { - "properties": { - "configId": { - "type": "number" - } - }, - "type": "object" - }, - "API_GetInventoryPaymentConfig_Response": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_GetInviteInfo_Request": { - "type": "object" - }, - "API_GetInviteInfo_Response": { - "properties": { - "inviteInfo": { - "$ref": "#/components/schemas/InviteInfo" - } - }, - "type": "object" - }, - "API_GetLinkedWallets_Request": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetLinkedWallets_Response": { - "properties": { - "linkedWallets": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_GetMoonpayLink_Request": { - "properties": { - "url": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetMoonpayLink_Response": { - "properties": { - "signedUrl": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineClientToken_Request": { - "type": "object" - }, - "API_GetSardineClientToken_Response": { - "properties": { - "token": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutOrderStatus_Request": { - "properties": { - "orderId": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutOrderStatus_Response": { - "properties": { - "resp": { - "$ref": "#/components/schemas/SardineOrder" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutToken_Request": { - "properties": { - "params": { - "$ref": "#/components/schemas/NftCheckoutParams" - } - }, - "type": "object" - }, - "API_GetSardineNFTCheckoutToken_Response": { - "properties": { - "resp": { - "$ref": "#/components/schemas/NftCheckout" - } - }, - "type": "object" - }, - "API_GetSequenceContext_Request": { - "type": "object" - }, - "API_GetSequenceContext_Response": { - "properties": { - "data": { - "$ref": "#/components/schemas/SequenceContext" - } - }, - "type": "object" - }, - "API_GetSwapQuotes_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "currencyAddress": { - "type": "string" - }, - "currencyAmount": { - "type": "string" - }, - "includeApprove": { - "type": "boolean" - }, - "userAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_GetSwapQuotes_Response": { - "properties": { - "swapQuotes": { - "description": "[]SwapQuote", - "items": { - "$ref": "#/components/schemas/SwapQuote" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_InternalClaimAccessCode_Request": { - "properties": { - "accessCode": { - "type": "string" - }, - "address": { - "type": "string" - } - }, - "type": "object" - }, - "API_InternalClaimAccessCode_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidAccessCode_Request": { - "properties": { - "accessCode": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidAccessCode_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidETHAuthProof_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidETHAuthProof_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidMessageSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "message": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidMessageSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "digest": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_IsValidTypedDataSignature_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "signature": { - "type": "string" - }, - "typedData": { - "type": "object" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_IsValidTypedDataSignature_Response": { - "properties": { - "isValid": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_LinkWallet_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "linkedWalletMessage": { - "type": "string" - }, - "linkedWalletSignature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_LinkWallet_Response": { - "properties": { - "linkedWalletAddress": { - "type": "string" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_ListCurrencyGroups_Request": { - "type": "object" - }, - "API_ListCurrencyGroups_Response": { - "properties": { - "currencyGroups": { - "description": "[]CurrencyGroup", - "items": { - "$ref": "#/components/schemas/CurrencyGroup" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_ListInventoryPaymentConfigs_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "API_ListInventoryPaymentConfigs_Response": { - "properties": { - "configs": { - "description": "[]InventoryPaymentConfig", - "items": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_LookupContractCallSelectors_Request": { - "properties": { - "selectors": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_LookupContractCallSelectors_Response": { - "properties": { - "signatures": { - "description": "[][]string", - "items": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_MemoryLoad_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryLoad_Response": { - "properties": { - "value": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryStore_Request": { - "properties": { - "key": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "type": "object" - }, - "API_MemoryStore_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_PaperSessionSecret2_Request": { - "properties": { - "abi": { - "type": "string" - }, - "chainName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "paramsJson": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret2_Response": { - "properties": { - "secret": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret_Request": { - "properties": { - "chainName": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "paramsJson": { - "type": "string" - } - }, - "type": "object" - }, - "API_PaperSessionSecret_Response": { - "properties": { - "secret": { - "type": "string" - } - }, - "type": "object" - }, - "API_Ping_Request": { - "type": "object" - }, - "API_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RemoveFriend_Request": { - "properties": { - "friendAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RemoveFriend_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RemoveLinkedWallet_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "ethAuthProofString": { - "type": "string" - }, - "linkedWalletMessage": { - "type": "string" - }, - "linkedWalletSignature": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RemoveLinkedWallet_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RequestInventoryPayment_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "configId": { - "type": "number" - }, - "recipient": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_RequestInventoryPayment_Response": { - "properties": { - "payment": { - "$ref": "#/components/schemas/InventoryPaymentResponse" - } - }, - "type": "object" - }, - "API_ResolveENSAddress_Request": { - "properties": { - "ens": { - "type": "string" - } - }, - "type": "object" - }, - "API_ResolveENSAddress_Response": { - "properties": { - "address": { - "type": "string" - }, - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_RuntimeStatus_Request": { - "type": "object" - }, - "API_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "API_SearchFriends_Request": { - "properties": { - "filterUsername": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "API_SearchFriends_Response": { - "properties": { - "friends": { - "description": "[]Friend", - "items": { - "$ref": "#/components/schemas/Friend" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_SendPasswordlessLink_Request": { - "properties": { - "email": { - "type": "string" - }, - "intent": { - "type": "string" - }, - "redirectUri": { - "type": "string" - } - }, - "type": "object" - }, - "API_SendPasswordlessLink_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UpdateCurrencyGroup_Request": { - "properties": { - "currencyGroup": { - "$ref": "#/components/schemas/CurrencyGroup" - } - }, - "type": "object" - }, - "API_UpdateCurrencyGroup_Response": { - "type": "object" - }, - "API_UpdateFriendNickname_Request": { - "properties": { - "friendAddress": { - "type": "string" - }, - "nickname": { - "type": "string" - } - }, - "type": "object" - }, - "API_UpdateFriendNickname_Response": { - "properties": { - "friend": { - "$ref": "#/components/schemas/Friend" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UpdateInventoryPaymentConfig_Request": { - "properties": { - "config": { - "$ref": "#/components/schemas/InventoryPaymentConfig" - } - }, - "type": "object" - }, - "API_UpdateInventoryPaymentConfig_Response": { - "type": "object" - }, - "API_UserStorageDelete_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_UserStorageDelete_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_UserStorageFetchAll_Request": { - "properties": { - "keys": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "API_UserStorageFetchAll_Response": { - "properties": { - "objects": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageFetch_Request": { - "properties": { - "key": { - "type": "string" - } - }, - "type": "object" - }, - "API_UserStorageFetch_Response": { - "properties": { - "object": { - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageSave_Request": { - "properties": { - "key": { - "type": "string" - }, - "object": { - "type": "object" - } - }, - "type": "object" - }, - "API_UserStorageSave_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "API_ValidateWaaSVerificationNonce_Request": { - "properties": { - "chainId": { - "type": "string" - }, - "nonce": { - "type": "string" - }, - "sessionId": { - "type": "string" - }, - "signature": { - "type": "string" - } - }, - "type": "object" - }, - "API_ValidateWaaSVerificationNonce_Response": { - "properties": { - "walletAddress": { - "type": "string" - } - }, - "type": "object" - }, - "API_Version_Request": { - "type": "object" - }, - "API_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "Admin_AddContractsToTokenDirectory_Request": { - "properties": { - "contracts": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "featureIndexes": { - "description": "[]uint8", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "Admin_AddContractsToTokenDirectory_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Admin_GetFeatureIndex_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Admin_GetFeatureIndex_Response": { - "properties": { - "featured": { - "type": "number" - } - }, - "type": "object" - }, - "Admin_ListTokenDirectory_Request": { - "properties": { - "chainID": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Admin_ListTokenDirectory_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Admin_ModifyFeatureIndex_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "featured": { - "type": "number" - } - }, - "type": "object" - }, - "Admin_ModifyFeatureIndex_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Admin_RemoveContractsFromTokenDirectory_Request": { - "properties": { - "chainHandle": { - "type": "string" - }, - "contracts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Admin_RemoveContractsFromTokenDirectory_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Asset": { - "properties": { - "collectionId": { - "type": "number" - }, - "filename": { - "type": "string" - }, - "filesize": { - "type": "number" - }, - "height": { - "type": "number" - }, - "id": { - "type": "number" - }, - "metadataField": { - "type": "string" - }, - "mimeType": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - }, - "width": { - "type": "number" - } - }, - "required": [ - "id", - "collectionId", - "metadataField" - ], - "type": "object" - }, - "AuthSessionType": { - "description": "Represented as uint16 on the server side", - "enum": [ - "PUBLIC", - "WALLET", - "USER", - "ADMIN", - "SERVICE" - ], - "type": "string" - }, - "AuthState": { - "properties": { - "address": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "jwtToken": { - "type": "string" - }, - "sessionType": { - "$ref": "#/components/schemas/AuthSessionType" - }, - "user": { - "$ref": "#/components/schemas/User" - } - }, - "required": [ - "jwtToken", - "expiresAt", - "address", - "sessionType" - ], - "type": "object" - }, - "BillingOverride": { - "properties": { - "creditsIncludedExtra": { - "type": "number" - }, - "creditsIncludedWarn": { - "type": "number" - }, - "creditsOverageMax": { - "type": "number" - }, - "creditsOverageWarn": { - "type": "number" - }, - "discountCreditOverage": { - "type": "number" - }, - "discountSubscriptionTier": { - "type": "number" - }, - "extraKeys": { - "type": "number" - }, - "forceAllowTransactions": { - "type": "boolean" - }, - "marketplaceFee": { - "type": "number" - }, - "rateLimit": { - "type": "number" - } - }, - "required": [ - "extraKeys", - "creditsIncludedExtra", - "discountSubscriptionTier", - "discountCreditOverage", - "forceAllowTransactions" - ], - "type": "object" - }, - "BillingSettings": { - "properties": { - "blockTransactions": { - "type": "boolean" - }, - "creditsIncludedMax": { - "type": "number" - }, - "creditsIncludedWarn": { - "type": "number" - }, - "creditsOverageMax": { - "type": "number" - }, - "creditsOverageWarn": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "string" - }, - "marketplaceFee": { - "type": "string" - }, - "maxKeys": { - "type": "number" - }, - "priceCreditOverage": { - "type": "string" - }, - "priceSubscriptionTier": { - "type": "string" - }, - "rateLimit": { - "type": "number" - } - }, - "required": [ - "maxKeys", - "rateLimit", - "creditsIncludedWarn", - "creditsIncludedMax", - "creditsOverageWarn", - "creditsOverageMax", - "priceSubscriptionTier", - "priceCreditOverage", - "marketplaceFee", - "gasFeeMarkup", - "blockTransactions" - ], - "type": "object" - }, - "BloomStatus": { - "properties": { - "bloomInitElapsedTime": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "initialized": { - "type": "boolean" - } - }, - "required": [ - "enabled", - "initialized", - "bloomInitElapsedTime" - ], - "type": "object" - }, - "Bond": { - "properties": { - "estimatedDiskUsagePerTable": { - "type": "object" - }, - "estimatedDiskUsageTotal": { - "type": "string" - }, - "pebble": { - "$ref": "#/components/schemas/PebbleMetrics" - } - }, - "required": [ - "pebble", - "estimatedDiskUsagePerTable", - "estimatedDiskUsageTotal" - ], - "type": "object" - }, - "Builder_ComputeByService_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_ComputeByService_Response": { - "properties": { - "computeStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_DailyComputeByService_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_DailyComputeByService_Response": { - "properties": { - "computeStats": { - "additionalProperties": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - }, - "description": "map\u003Cstring,[]Chart\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Builder_DailyComputeByType_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_DailyComputeByType_Response": { - "properties": { - "computeStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventDaily_Response": { - "properties": { - "marketStats": { - "description": "[]MultiValueChart", - "items": { - "$ref": "#/components/schemas/MultiValueChart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketTxnEventTotal_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketWalletsDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketWalletsDaily_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_MarketWalletsTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_MarketWalletsTotal_Response": { - "properties": { - "marketStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_TotalCompute_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_TotalCompute_Response": { - "properties": { - "computeStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByCountry_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByCountry_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByDevice_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByDevice_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsByOS_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsByOS_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsDaily_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTotal_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentDaily_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentDaily_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentTotal_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/QueryFilter" - } - }, - "type": "object" - }, - "Builder_WalletsTxnSentTotal_Response": { - "properties": { - "walletStats": { - "description": "[]Chart", - "items": { - "$ref": "#/components/schemas/Chart" - }, - "type": "array" - } - }, - "type": "object" - }, - "Chart": { - "properties": { - "label": { - "type": "string" - }, - "value": { - "type": "number" - } - }, - "required": [ - "value", - "label" - ], - "type": "object" - }, - "Collaborator": { - "properties": { - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "invitationId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/CollaboratorType" - }, - "updatedAt": { - "type": "string" - }, - "userAddress": { - "type": "string" - }, - "userAvatarKey": { - "type": "string" - }, - "userAvatarUrl": { - "type": "string" - }, - "userEmail": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "type", - "userAddress", - "access", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "CollaboratorAccess": { - "description": "Represented as uint32 on the server side", - "enum": [ - "NONE", - "READ", - "WRITE", - "ADMIN" - ], - "type": "string" - }, - "CollaboratorType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "USER", - "SERVICE_ACCOUNT" - ], - "type": "string" - }, - "Collection": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "baseURIs": { - "$ref": "#/components/schemas/CollectionBaseURIs" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "metadata": { - "$ref": "#/components/schemas/CollectionMetadata" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "revealKey": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "metadata", - "private" - ], - "type": "object" - }, - "CollectionBaseURIs": { - "properties": { - "contractMetadataURI": { - "type": "string" - }, - "tokenMetadataURI": { - "type": "string" - } - }, - "required": [ - "contractMetadataURI", - "tokenMetadataURI" - ], - "type": "object" - }, - "CollectionInfo": { - "properties": { - "address": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "description": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "image": { - "type": "string" - }, - "link": { - "type": "string" - }, - "title": { - "type": "string" - }, - "type": { - "type": "string" - } - }, - "required": [ - "chainId", - "title", - "type", - "image", - "address", - "link", - "description", - "featured" - ], - "type": "object" - }, - "CollectionMetadata": { - "properties": { - "attributes": { - "description": "[]map\u003Cstring,any\u003E", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "type": "array" - }, - "description": { - "type": "string" - }, - "externalLink": { - "type": "string" - }, - "image": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "Collections_CreateAsset_Request": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_CreateCollection_Request": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_CreateContractCollection_Request": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_CreateContractCollection_Response": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - } - }, - "type": "object" - }, - "Collections_CreateToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_CreateToken_Response": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_DeleteAsset_Request": { - "properties": { - "assetId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteAsset_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteCollection_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteContractCollection_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_DeleteContractCollection_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_DeleteToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_DeleteToken_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_GetAsset_Request": { - "properties": { - "assetId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_GetCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_GetContractCollection_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_GetContractCollection_Response": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - } - }, - "type": "object" - }, - "Collections_GetToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_GetToken_Response": { - "properties": { - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Collections_ListCollections_Request": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListCollections_Response": { - "properties": { - "collections": { - "description": "[]Collection", - "items": { - "$ref": "#/components/schemas/Collection" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Collections_ListContractCollections_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListContractCollections_Response": { - "properties": { - "contractCollections": { - "description": "[]ContractCollection", - "items": { - "$ref": "#/components/schemas/ContractCollection" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Collections_ListTokens_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_ListTokens_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokens": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Collections_PublishCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "recursive": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_PublishCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UnpublishCollection_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UnpublishCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UpdateAsset_Request": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateAsset_Response": { - "properties": { - "asset": { - "$ref": "#/components/schemas/Asset" - } - }, - "type": "object" - }, - "Collections_UpdateCollection_Request": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateCollection_Response": { - "properties": { - "collection": { - "$ref": "#/components/schemas/Collection" - } - }, - "type": "object" - }, - "Collections_UpdateContractCollection_Request": { - "properties": { - "contractCollection": { - "$ref": "#/components/schemas/ContractCollection" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Collections_UpdateContractCollection_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Collections_UpdateToken_Request": { - "properties": { - "collectionId": { - "type": "number" - }, - "private": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "token": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Collections_UpdateToken_Response": { - "properties": { - "token": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "type": "object" - }, - "Configuration": { - "properties": { - "animationUrl": { - "type": "string" - }, - "backgroundUrl": { - "type": "string" - }, - "chainIds": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - }, - "crispWebsiteId": { - "type": "string" - }, - "customCss": { - "type": "string" - }, - "learnMoreButton": { - "type": "string" - }, - "learnMoreUrl": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "mobileBackgroundUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "titleUrl": { - "type": "string" - } - }, - "required": [ - "name", - "title", - "chainIds" - ], - "type": "object" - }, - "Contract": { - "properties": { - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractName": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "isLinked": { - "type": "boolean" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "contractName", - "contractAddress", - "contractType", - "chainId", - "isLinked", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractCall": { - "properties": { - "args": { - "description": "[]TupleComponent", - "items": { - "$ref": "#/components/schemas/TupleComponent" - }, - "type": "array" - }, - "function": { - "type": "string" - }, - "signature": { - "type": "string" - } - }, - "required": [ - "signature", - "function", - "args" - ], - "type": "object" - }, - "ContractCollection": { - "properties": { - "chainId": { - "type": "number" - }, - "collectionId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "id": { - "type": "number" - } - }, - "required": [ - "id", - "chainId", - "contractAddress", - "collectionId" - ], - "type": "object" - }, - "ContractFactory": { - "properties": { - "abi": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "factorySourceUid": { - "type": "string" - }, - "id": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "chainId", - "contractAddress", - "factorySourceUid", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractFactorySource": { - "properties": { - "abi": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "description": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "id": { - "type": "number" - }, - "license": { - "type": "string" - }, - "moreInfoUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "uid": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "uid", - "contractType", - "name", - "description", - "author", - "license", - "audited", - "moreInfoUrl", - "disabled", - "abi", - "bytecode", - "bytecodeHash", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractIndex": { - "properties": { - "address": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contentHash": { - "type": "number" - }, - "deployed": { - "type": "boolean" - }, - "metadata": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "notFound": { - "type": "boolean" - }, - "type": { - "$ref": "#/components/schemas/ContractType" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "chainId", - "address", - "type", - "metadata", - "contentHash", - "deployed", - "bytecodeHash", - "notFound", - "updatedAt" - ], - "type": "object" - }, - "ContractInfo": { - "properties": { - "address": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "contentHash": { - "type": "number" - }, - "decimals": { - "type": "number" - }, - "deployed": { - "type": "boolean" - }, - "extensions": { - "$ref": "#/components/schemas/ContractInfoExtensions" - }, - "logoURI": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "type": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "chainId", - "address", - "name", - "type", - "symbol", - "logoURI", - "deployed", - "bytecodeHash", - "extensions", - "contentHash", - "updatedAt" - ], - "type": "object" - }, - "ContractInfoExtensions": { - "properties": { - "blacklist": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "featured": { - "type": "boolean" - }, - "link": { - "type": "string" - }, - "ogImage": { - "type": "string" - }, - "ogName": { - "type": "string" - }, - "originAddress": { - "type": "string" - }, - "originChainId": { - "type": "number" - }, - "verified": { - "type": "boolean" - }, - "verifiedBy": { - "type": "string" - } - }, - "required": [ - "link", - "description", - "ogImage", - "ogName", - "originChainId", - "originAddress", - "blacklist", - "verified", - "verifiedBy", - "featured" - ], - "type": "object" - }, - "ContractLink": { - "properties": { - "collaborator": { - "$ref": "#/components/schemas/Collaborator" - }, - "contract": { - "$ref": "#/components/schemas/Contract" - }, - "project": { - "$ref": "#/components/schemas/Project" - } - }, - "required": [ - "project", - "collaborator" - ], - "type": "object" - }, - "ContractSource": { - "properties": { - "abi": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "bytecodeHash": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "description": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "factorySourceUid": { - "type": "string" - }, - "id": { - "type": "number" - }, - "license": { - "type": "string" - }, - "moreInfoUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "uid": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "uid", - "contractType", - "name", - "description", - "author", - "license", - "audited", - "moreInfoUrl", - "disabled", - "factorySourceUid", - "abi", - "bytecode", - "bytecodeHash", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ContractType": { - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "ERC20", - "ERC721", - "ERC1155" - ], - "type": "string" - }, - "CreditBonus": { - "properties": { - "amount": { - "type": "number" - }, - "balance": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "amount", - "balance", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "CurrencyGroup": { - "properties": { - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "tokens": { - "description": "[]CurrencyGroupToken", - "items": { - "$ref": "#/components/schemas/CurrencyGroupToken" - }, - "type": "array" - } - }, - "required": [ - "id", - "name", - "tokens" - ], - "type": "object" - }, - "CurrencyGroupToken": { - "properties": { - "chainId": { - "type": "number" - }, - "currencyGroupId": { - "type": "number" - }, - "id": { - "type": "number" - }, - "tokenAddress": { - "type": "string" - } - }, - "required": [ - "id", - "currencyGroupId", - "chainId", - "tokenAddress" - ], - "type": "object" - }, - "DateInterval": { - "description": "Represented as uint16 on the server side", - "enum": [ - "DAY", - "WEEK", - "MONTH" - ], - "type": "string" - }, - "DiskUsage": { - "properties": { - "dirs": { - "additionalProperties": { - "type": "string" - }, - "description": "map\u003Cstring,string\u003E", - "type": "object" - }, - "humanReadable": { - "type": "string" - }, - "percent": { - "type": "number" - }, - "size": { - "type": "number" - }, - "used": { - "type": "number" - } - }, - "required": [ - "humanReadable", - "used", - "size", - "percent", - "dirs" - ], - "type": "object" - }, - "ETHTxnStatus": { - "description": "Represented as uint on the server side", - "enum": [ - "UNKNOWN", - "DROPPED", - "QUEUED", - "SENT", - "SUCCEEDED", - "PARTIALLY_FAILED", - "FAILED" - ], - "type": "string" - }, - "EmailTemplate": { - "properties": { - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "introText": { - "type": "string" - }, - "logoUrl": { - "type": "string" - }, - "placeholders": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "projectId": { - "type": "number" - }, - "subject": { - "type": "string" - }, - "template": { - "type": "string" - }, - "templateType": { - "$ref": "#/components/schemas/EmailTemplateType" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "subject", - "introText", - "logoUrl", - "placeholders", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "EmailTemplateType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "UNKNOWN", - "LOGIN", - "GUARD" - ], - "type": "string" - }, - "ErrorAborted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Aborted", - "type": "string" - }, - "msg": { - "example": "Request aborted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorAlreadyCollaborator": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4001, - "type": "number" - }, - "error": { - "example": "AlreadyCollaborator", - "type": "string" - }, - "msg": { - "example": "Already a collaborator", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorChainNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "ChainNotFound", - "type": "string" - }, - "msg": { - "example": "Chain not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorEmailTemplateExists": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3004, - "type": "number" - }, - "error": { - "example": "EmailTemplateExists", - "type": "string" - }, - "msg": { - "example": "Email Template exists", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorFail": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1005, - "type": "number" - }, - "error": { - "example": "Fail", - "type": "string" - }, - "msg": { - "example": "Request Failed", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorFeatureNotIncluded": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3006, - "type": "number" - }, - "error": { - "example": "FeatureNotIncluded", - "type": "string" - }, - "msg": { - "example": "Feature not included", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorGeoblocked": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1006, - "type": "number" - }, - "error": { - "example": "Geoblocked", - "type": "string" - }, - "msg": { - "example": "Geoblocked region", - "type": "string" - }, - "status": { - "example": 451, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInsufficientFee": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3004, - "type": "number" - }, - "error": { - "example": "InsufficientFee", - "type": "string" - }, - "msg": { - "example": "Insufficient fee", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2001, - "type": "number" - }, - "error": { - "example": "InvalidArgument", - "type": "string" - }, - "msg": { - "example": "Invalid argument", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidNetwork": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3007, - "type": "number" - }, - "error": { - "example": "InvalidNetwork", - "type": "string" - }, - "msg": { - "example": "Invalid network", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvalidTier": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "InvalidTier", - "type": "string" - }, - "msg": { - "example": "Invalid subscription tier", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorInvitationExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4000, - "type": "number" - }, - "error": { - "example": "InvitationExpired", - "type": "string" - }, - "msg": { - "example": "Invitation code is expired", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMetadataCallFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3003, - "type": "number" - }, - "error": { - "example": "MetadataCallFailed", - "type": "string" - }, - "msg": { - "example": "Metadata service call failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorMethodNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1003, - "type": "number" - }, - "error": { - "example": "MethodNotFound", - "type": "string" - }, - "msg": { - "example": "Method not found", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3000, - "type": "number" - }, - "error": { - "example": "NotFound", - "type": "string" - }, - "msg": { - "example": "Resource not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorPermissionDenied": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1001, - "type": "number" - }, - "error": { - "example": "PermissionDenied", - "type": "string" - }, - "msg": { - "example": "Permission denied", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorProjectNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3002, - "type": "number" - }, - "error": { - "example": "ProjectNotFound", - "type": "string" - }, - "msg": { - "example": "Project not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorQueryFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2003, - "type": "number" - }, - "error": { - "example": "QueryFailed", - "type": "string" - }, - "msg": { - "example": "Query failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRateLimited": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2005, - "type": "number" - }, - "error": { - "example": "RateLimited", - "type": "string" - }, - "msg": { - "example": "Rate limited", - "type": "string" - }, - "status": { - "example": 429, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequestConflict": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1004, - "type": "number" - }, - "error": { - "example": "RequestConflict", - "type": "string" - }, - "msg": { - "example": "Conflict with target resource", - "type": "string" - }, - "status": { - "example": 409, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorRequiredArgument": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "RequiredArgument", - "type": "string" - }, - "msg": { - "example": "Required argument missing", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorResourceExhausted": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2004, - "type": "number" - }, - "error": { - "example": "ResourceExhausted", - "type": "string" - }, - "msg": { - "example": "Resource exhausted", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSessionExpired": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1002, - "type": "number" - }, - "error": { - "example": "SessionExpired", - "type": "string" - }, - "msg": { - "example": "Session expired", - "type": "string" - }, - "status": { - "example": 403, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorSubscriptionLimit": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3005, - "type": "number" - }, - "error": { - "example": "SubscriptionLimit", - "type": "string" - }, - "msg": { - "example": "Subscription limit reached", - "type": "string" - }, - "status": { - "example": 402, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTimeout": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2000, - "type": "number" - }, - "error": { - "example": "Timeout", - "type": "string" - }, - "msg": { - "example": "Request timed out", - "type": "string" - }, - "status": { - "example": 408, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorTokenDirectoryDisabled": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 4001, - "type": "number" - }, - "error": { - "example": "TokenDirectoryDisabled", - "type": "string" - }, - "msg": { - "example": "Token Directory is disabled", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnauthorized": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 1000, - "type": "number" - }, - "error": { - "example": "Unauthorized", - "type": "string" - }, - "msg": { - "example": "Unauthorized access", - "type": "string" - }, - "status": { - "example": 401, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUnavailable": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2002, - "type": "number" - }, - "error": { - "example": "Unavailable", - "type": "string" - }, - "msg": { - "example": "Unavailable resource", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorUserNotFound": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 3001, - "type": "number" - }, - "error": { - "example": "UserNotFound", - "type": "string" - }, - "msg": { - "example": "User not found", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorValidationFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 2004, - "type": "number" - }, - "error": { - "example": "ValidationFailed", - "type": "string" - }, - "msg": { - "example": "Validation failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadMethod": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -3, - "type": "number" - }, - "error": { - "example": "WebrpcBadMethod", - "type": "string" - }, - "msg": { - "example": "bad method", - "type": "string" - }, - "status": { - "example": 405, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRequest": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -4, - "type": "number" - }, - "error": { - "example": "WebrpcBadRequest", - "type": "string" - }, - "msg": { - "example": "bad request", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadResponse": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -5, - "type": "number" - }, - "error": { - "example": "WebrpcBadResponse", - "type": "string" - }, - "msg": { - "example": "bad response", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcBadRoute": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -2, - "type": "number" - }, - "error": { - "example": "WebrpcBadRoute", - "type": "string" - }, - "msg": { - "example": "bad route", - "type": "string" - }, - "status": { - "example": 404, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcClientDisconnected": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -8, - "type": "number" - }, - "error": { - "example": "WebrpcClientDisconnected", - "type": "string" - }, - "msg": { - "example": "client disconnected", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcEndpoint": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": 0, - "type": "number" - }, - "error": { - "example": "WebrpcEndpoint", - "type": "string" - }, - "msg": { - "example": "endpoint error", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcInternalError": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -7, - "type": "number" - }, - "error": { - "example": "WebrpcInternalError", - "type": "string" - }, - "msg": { - "example": "internal error", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcRequestFailed": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -1, - "type": "number" - }, - "error": { - "example": "WebrpcRequestFailed", - "type": "string" - }, - "msg": { - "example": "request failed", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcServerPanic": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -6, - "type": "number" - }, - "error": { - "example": "WebrpcServerPanic", - "type": "string" - }, - "msg": { - "example": "server panic", - "type": "string" - }, - "status": { - "example": 500, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamFinished": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -10, - "type": "number" - }, - "error": { - "example": "WebrpcStreamFinished", - "type": "string" - }, - "msg": { - "example": "stream finished", - "type": "string" - }, - "status": { - "example": 200, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "ErrorWebrpcStreamLost": { - "properties": { - "cause": { - "type": "string" - }, - "code": { - "example": -9, - "type": "number" - }, - "error": { - "example": "WebrpcStreamLost", - "type": "string" - }, - "msg": { - "example": "stream lost", - "type": "string" - }, - "status": { - "example": 400, - "type": "number" - } - }, - "required": [ - "error", - "code", - "msg", - "status" - ], - "type": "object" - }, - "EtherBalance": { - "properties": { - "accountAddress": { - "type": "string" - }, - "balanceWei": { - "type": "string" - } - }, - "required": [ - "accountAddress", - "balanceWei" - ], - "type": "object" - }, - "EventDecoded": { - "properties": { - "eventSig": { - "type": "string" - }, - "names": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "topicHash": { - "type": "string" - }, - "types": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "values": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "topicHash", - "eventSig", - "types", - "names", - "values" - ], - "type": "object" - }, - "EventFilter": { - "properties": { - "accounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "events": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "EventLog": { - "properties": { - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "event": { - "$ref": "#/components/schemas/EventDecoded" - }, - "id": { - "type": "number" - }, - "logDataType": { - "$ref": "#/components/schemas/EventLogDataType" - }, - "parentBlockHash": { - "type": "string" - }, - "rawLog": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "ts": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnInfo": { - "$ref": "#/components/schemas/TxnInfo" - }, - "txnLogIndex": { - "type": "number" - }, - "type": { - "$ref": "#/components/schemas/EventLogType" - }, - "uid": { - "type": "string" - } - }, - "required": [ - "id", - "uid", - "type", - "blockNumber", - "blockHash", - "parentBlockHash", - "contractAddress", - "contractType", - "txnHash", - "txnIndex", - "txnLogIndex", - "logDataType", - "ts" - ], - "type": "object" - }, - "EventLogDataType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "EVENT", - "TOKEN_TRANSFER", - "NATIVE_TOKEN_TRANSFER", - "SEQUENCE_TXN" - ], - "type": "string" - }, - "EventLogType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "UNKNOWN", - "BLOCK_ADDED", - "BLOCK_REMOVED" - ], - "type": "string" - }, - "ExchangeRate": { - "properties": { - "currencyType": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "value": { - "type": "number" - }, - "vsCurrency": { - "type": "string" - } - }, - "required": [ - "name", - "symbol", - "value", - "vsCurrency", - "currencyType" - ], - "type": "object" - }, - "FeeOption": { - "properties": { - "gasLimit": { - "type": "number" - }, - "to": { - "type": "string" - }, - "token": { - "$ref": "#/components/schemas/FeeToken" - }, - "value": { - "type": "string" - } - }, - "required": [ - "token", - "to", - "value", - "gasLimit" - ], - "type": "object" - }, - "FeeToken": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "logoURL": { - "type": "string" - }, - "name": { - "type": "string" - }, - "symbol": { - "type": "string" - }, - "tokenID": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/FeeTokenType" - } - }, - "required": [ - "chainId", - "name", - "symbol", - "type", - "logoURL" - ], - "type": "object" - }, - "FeeTokenType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "ERC20_TOKEN", - "ERC1155_TOKEN" - ], - "type": "string" - }, - "FileScope": { - "description": "Represented as uint8 on the server side", - "enum": [ - "LOGO", - "MARKETPLACE", - "AVATAR", - "EMAIL", - "WALLET" - ], - "type": "string" - }, - "Filter": { - "properties": { - "properties": { - "description": "[]PropertyFilter", - "items": { - "$ref": "#/components/schemas/PropertyFilter" - }, - "type": "array" - }, - "text": { - "type": "string" - } - }, - "type": "object" - }, - "Friend": { - "properties": { - "createdAt": { - "type": "string" - }, - "friendAddress": { - "type": "string" - }, - "id": { - "type": "number" - }, - "nickname": { - "type": "string" - }, - "user": { - "$ref": "#/components/schemas/User" - }, - "userAddress": { - "type": "string" - } - }, - "required": [ - "id", - "userAddress", - "friendAddress", - "nickname" - ], - "type": "object" - }, - "GasSponsor": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "gasTankId", - "projectId", - "address", - "name", - "active", - "updatedAt", - "createdAt", - "deletedAt" - ], - "type": "object" - }, - "GasSponsorUsage": { - "properties": { - "avgGasPrice": { - "type": "number" - }, - "endTime": { - "type": "string" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "startTime": { - "type": "string" - }, - "totalGasUsed": { - "type": "number" - }, - "totalTxnFees": { - "type": "number" - }, - "totalTxnFeesUsd": { - "type": "number" - }, - "totalTxns": { - "type": "number" - } - }, - "required": [ - "name", - "id", - "totalGasUsed", - "totalTxnFees", - "totalTxnFeesUsd", - "avgGasPrice", - "totalTxns", - "startTime", - "endTime" - ], - "type": "object" - }, - "GasTank": { - "properties": { - "createdAt": { - "type": "string" - }, - "currentBalance": { - "type": "number" - }, - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "currentBalance", - "unlimited", - "feeMarkupFactor", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "GasTankBalanceAdjustment": { - "properties": { - "amount": { - "type": "number" - }, - "balanceTimestamp": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "nonce": { - "type": "number" - }, - "totalBalance": { - "type": "number" - } - }, - "required": [ - "gasTankId", - "nonce", - "amount", - "totalBalance", - "balanceTimestamp", - "createdAt" - ], - "type": "object" - }, - "GetNiftyswapUnitPricesRequest": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "ids": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "swapType": { - "$ref": "#/components/schemas/SwapType" - } - }, - "required": [ - "swapType", - "ids", - "amounts" - ], - "type": "object" - }, - "GetNiftyswapUnitPricesResponse": { - "properties": { - "availableAmount": { - "type": "string" - }, - "unitAmount": { - "type": "string" - }, - "unitPrice": { - "type": "string" - } - }, - "required": [ - "unitPrice", - "unitAmount", - "availableAmount" - ], - "type": "object" - }, - "ISequenceMarketStorageRequestParams": { - "properties": { - "currency": { - "type": "string" - }, - "expiry": { - "type": "string" - }, - "isERC1155": { - "type": "boolean" - }, - "isListing": { - "type": "boolean" - }, - "pricePerToken": { - "type": "string" - }, - "quantity": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "required": [ - "isListing", - "isERC1155", - "tokenContract", - "tokenId", - "quantity", - "expiry", - "currency", - "pricePerToken" - ], - "type": "object" - }, - "IndexState": { - "properties": { - "chainId": { - "type": "string" - }, - "lastBlockHash": { - "type": "string" - }, - "lastBlockNum": { - "type": "number" - } - }, - "required": [ - "chainId", - "lastBlockNum", - "lastBlockHash" - ], - "type": "object" - }, - "IndexedBlock": { - "properties": { - "blockNumber": { - "type": "number" - }, - "blockShortHash": { - "type": "string" - } - }, - "required": [ - "blockNumber", - "blockShortHash" - ], - "type": "object" - }, - "IndexerWebhook": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "eventSig": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - }, - "webhookUrl": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "chainId", - "contractAddress", - "eventSig", - "webhookUrl", - "disabled", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "Indexer_AddWebhookListener_Request": { - "properties": { - "filters": { - "$ref": "#/components/schemas/EventFilter" - }, - "projectId": { - "type": "number" - }, - "url": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_AddWebhookListener_Response": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceiptWithFilter_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionFilter" - }, - "maxBlockWait": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceiptWithFilter_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceipt_Request": { - "properties": { - "maxBlockWait": { - "type": "number" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_FetchTransactionReceipt_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_GetAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetAllWebhookListeners_Response": { - "properties": { - "listeners": { - "description": "[]WebhookListener", - "items": { - "$ref": "#/components/schemas/WebhookListener" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetBalanceUpdates_Request": { - "properties": { - "contractAddress": { - "type": "string" - }, - "lastBlockHash": { - "type": "string" - }, - "lastBlockNumber": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetBalanceUpdates_Response": { - "properties": { - "balances": { - "description": "[]TokenBalance", - "items": { - "$ref": "#/components/schemas/TokenBalance" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetChainID_Request": { - "type": "object" - }, - "Indexer_GetChainID_Response": { - "properties": { - "chainID": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetEtherBalance_Request": { - "properties": { - "accountAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_GetEtherBalance_Response": { - "properties": { - "balance": { - "$ref": "#/components/schemas/EtherBalance" - } - }, - "type": "object" - }, - "Indexer_GetOrderbookOrders_Request": { - "properties": { - "beforeExpiryTimestamp": { - "type": "number" - }, - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "filters": { - "description": "[]OrderbookOrderFilter", - "items": { - "$ref": "#/components/schemas/OrderbookOrderFilter" - }, - "type": "array" - }, - "orderStatuses": { - "description": "[]OrderStatus", - "items": { - "$ref": "#/components/schemas/OrderStatus" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetOrderbookOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenBalances_Request": { - "properties": { - "accountAddress": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "includeCollectionTokens": { - "type": "boolean" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenID": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_GetTokenBalances_Response": { - "properties": { - "balances": { - "description": "[]TokenBalance", - "items": { - "$ref": "#/components/schemas/TokenBalance" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenSuppliesMap_Request": { - "properties": { - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "tokenMap": { - "additionalProperties": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "map\u003Cstring,[]string\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Indexer_GetTokenSuppliesMap_Response": { - "properties": { - "supplies": { - "additionalProperties": { - "description": "[]TokenSupply", - "items": { - "$ref": "#/components/schemas/TokenSupply" - }, - "type": "array" - }, - "description": "map\u003Cstring,[]TokenSupply\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Indexer_GetTokenSupplies_Request": { - "properties": { - "contractAddress": { - "type": "string" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTokenSupplies_Response": { - "properties": { - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIDs": { - "description": "[]TokenSupply", - "items": { - "$ref": "#/components/schemas/TokenSupply" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTopOrders_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "excludeUser": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderbookContractAddress": { - "type": "string" - }, - "priceSort": { - "$ref": "#/components/schemas/SortOrder" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTopOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetTransactionHistory_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionHistoryFilter" - }, - "includeMetadata": { - "type": "boolean" - }, - "metadataOptions": { - "$ref": "#/components/schemas/MetadataOptions" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Indexer_GetTransactionHistory_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Indexer_GetWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_GetWebhookListener_Response": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - } - }, - "type": "object" - }, - "Indexer_PauseAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_PauseAllWebhookListeners_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_Ping_Request": { - "type": "object" - }, - "Indexer_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_RemoveWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_RemoveWebhookListener_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_ResumeAllWebhookListeners_Request": { - "properties": { - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_ResumeAllWebhookListeners_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_RuntimeStatus_Request": { - "type": "object" - }, - "Indexer_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Indexer_SubscribeBalanceUpdates_Request": { - "properties": { - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_SubscribeBalanceUpdates_Response": { - "properties": { - "balance": { - "$ref": "#/components/schemas/TokenBalance" - } - }, - "type": "object" - }, - "Indexer_SubscribeEvents_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/EventFilter" - } - }, - "type": "object" - }, - "Indexer_SubscribeEvents_Response": { - "properties": { - "log": { - "$ref": "#/components/schemas/EventLog" - } - }, - "type": "object" - }, - "Indexer_SubscribeReceipts_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/TransactionFilter" - } - }, - "type": "object" - }, - "Indexer_SubscribeReceipts_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/TransactionReceipt" - } - }, - "type": "object" - }, - "Indexer_SyncBalance_Request": { - "properties": { - "accountAddress": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenID": { - "type": "string" - } - }, - "type": "object" - }, - "Indexer_SyncBalance_Response": { - "type": "object" - }, - "Indexer_ToggleWebhookListener_Request": { - "properties": { - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_ToggleWebhookListener_Response": { - "properties": { - "webhookListener": { - "$ref": "#/components/schemas/WebhookListener" - } - }, - "type": "object" - }, - "Indexer_UpdateWebhookListener_Request": { - "properties": { - "listener": { - "$ref": "#/components/schemas/WebhookListener" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Indexer_UpdateWebhookListener_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Indexer_Version_Request": { - "type": "object" - }, - "Indexer_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "InventoryPayment": { - "properties": { - "completedAt": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "expiration": { - "type": "string" - }, - "id": { - "type": "number" - }, - "inventoryPaymentConfigId": { - "type": "number" - }, - "paymentChainId": { - "type": "number" - }, - "paymentTokenAddress": { - "type": "string" - }, - "processedAt": { - "type": "string" - }, - "productRecipient": { - "type": "string" - } - }, - "required": [ - "id", - "inventoryPaymentConfigId", - "productRecipient", - "paymentChainId", - "paymentTokenAddress", - "expiration", - "createdAt" - ], - "type": "object" - }, - "InventoryPaymentConfig": { - "properties": { - "allowCrossChainPayments": { - "type": "boolean" - }, - "callbackURL": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "chainedCallAddress": { - "type": "string" - }, - "chainedCallData": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "externalProductId": { - "type": "string" - }, - "id": { - "type": "number" - }, - "paymentAmount": { - "type": "number" - }, - "paymentRecipient": { - "type": "string" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "projectId": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentAmount", - "paymentRecipient", - "createdAt" - ], - "type": "object" - }, - "InventoryPaymentResponse": { - "properties": { - "chainId": { - "type": "number" - }, - "expiration": { - "type": "string" - }, - "externalProductId": { - "type": "string" - }, - "inventoryPaymentConfigId": { - "type": "number" - }, - "paymentId": { - "type": "number" - }, - "paymentTokenAddress": { - "type": "string" - }, - "paymentTokenId": { - "type": "number" - }, - "paymentTokenType": { - "$ref": "#/components/schemas/TokenType" - }, - "paymentTotal": { - "type": "number" - }, - "signature": { - "type": "string" - }, - "txData": { - "type": "string" - }, - "txTo": { - "type": "string" - } - }, - "required": [ - "paymentId", - "inventoryPaymentConfigId", - "chainId", - "externalProductId", - "paymentTokenAddress", - "paymentTokenType", - "paymentTokenId", - "paymentTotal", - "expiration", - "signature", - "txTo", - "txData" - ], - "type": "object" - }, - "InviteCode": { - "properties": { - "code": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "email": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "ownerAccount": { - "type": "string" - }, - "source": { - "type": "string" - }, - "url": { - "type": "string" - }, - "usesLeft": { - "type": "number" - } - }, - "required": [ - "code", - "source", - "usesLeft", - "ownerAccount", - "url" - ], - "type": "object" - }, - "InviteCodeAccount": { - "properties": { - "claimedAt": { - "type": "string" - }, - "claimedByUserAddress": { - "type": "string" - }, - "code": { - "type": "string" - } - }, - "required": [ - "code", - "claimedByUserAddress" - ], - "type": "object" - }, - "InviteInfo": { - "properties": { - "expiryInHours": { - "type": "number" - }, - "invites": { - "description": "[]InviteCode", - "items": { - "$ref": "#/components/schemas/InviteCode" - }, - "type": "array" - }, - "max": { - "type": "number" - } - }, - "required": [ - "expiryInHours", - "max", - "invites" - ], - "type": "object" - }, - "Invoice": { - "properties": { - "amount": { - "type": "string" - }, - "date": { - "type": "string" - }, - "id": { - "type": "string" - }, - "paid": { - "type": "boolean" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "date", - "amount", - "paid", - "url" - ], - "type": "object" - }, - "InvoicesReturn": { - "properties": { - "hasMore": { - "type": "boolean" - }, - "invoices": { - "description": "[]Invoice", - "items": { - "$ref": "#/components/schemas/Invoice" - }, - "type": "array" - } - }, - "required": [ - "hasMore", - "invoices" - ], - "type": "object" - }, - "LinkedWallet": { - "properties": { - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "linkedWalletAddress": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "id", - "walletAddress", - "linkedWalletAddress" - ], - "type": "object" - }, - "MarketplaceConfig": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "style": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "updatedAt": { - "type": "string" - }, - "version": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "version", - "config", - "style" - ], - "type": "object" - }, - "MarketplaceConfigSchema": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "style": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "version": { - "type": "number" - } - }, - "required": [ - "version", - "config", - "style" - ], - "type": "object" - }, - "MarketplaceHostname": { - "properties": { - "createdAt": { - "type": "string" - }, - "hostname": { - "type": "string" - }, - "id": { - "type": "number" - }, - "isCustomDomain": { - "type": "boolean" - }, - "isDefaultHostname": { - "type": "boolean" - }, - "marketplaceConfigId": { - "type": "number" - } - }, - "required": [ - "id", - "marketplaceConfigId", - "hostname", - "isDefaultHostname", - "isCustomDomain", - "createdAt" - ], - "type": "object" - }, - "Marketplace_GetOrderbookOrders_Request": { - "properties": { - "beforeExpiryTimestamp": { - "type": "number" - }, - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "filters": { - "$ref": "#/components/schemas/OrderbookOrderFilter" - }, - "metadataFilter": { - "$ref": "#/components/schemas/Filter" - }, - "orderStatuses": { - "description": "[]OrderStatus", - "items": { - "$ref": "#/components/schemas/OrderStatus" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Marketplace_GetOrderbookOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Marketplace_GetTopOrders_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "excludeUser": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderbookContractAddress": { - "type": "string" - }, - "priceSort": { - "$ref": "#/components/schemas/SortOrder" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Marketplace_GetTopOrders_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - } - }, - "type": "object" - }, - "Marketplace_GetUserActivities_Request": { - "properties": { - "collectionAddress": { - "type": "string" - }, - "currencyAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "orderbookContractAddress": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "userAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Marketplace_GetUserActivities_Response": { - "properties": { - "orders": { - "description": "[]OrderbookOrder", - "items": { - "$ref": "#/components/schemas/OrderbookOrder" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "MetaTxn": { - "properties": { - "contract": { - "type": "string" - }, - "input": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "walletAddress", - "contract", - "input" - ], - "type": "object" - }, - "MetaTxnEntry": { - "properties": { - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "index": { - "type": "number" - }, - "logs": { - "description": "[]any", - "items": { - "type": "object" - }, - "type": "array" - }, - "metaTxnID": { - "type": "string" - }, - "txnRevertReason": { - "type": "string" - }, - "txnStatus": { - "$ref": "#/components/schemas/ETHTxnStatus" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "metaTxnID", - "txnStatus", - "txnRevertReason", - "index", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "MetaTxnLog": { - "properties": { - "createdAt": { - "type": "string" - }, - "creditsUsed": { - "type": "number" - }, - "gasEstimated": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "number" - }, - "gasLimit": { - "type": "number" - }, - "gasPrice": { - "type": "string" - }, - "gasSponsor": { - "type": "number" - }, - "gasTank": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "id": { - "type": "number" - }, - "input": { - "type": "string" - }, - "isWhitelisted": { - "type": "boolean" - }, - "metaTxnID": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "minedAt": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "queuedAt": { - "type": "string" - }, - "requeues": { - "type": "number" - }, - "sentAt": { - "type": "string" - }, - "target": { - "type": "string" - }, - "txnArgs": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "txnHash": { - "type": "string" - }, - "txnNonce": { - "type": "string" - }, - "txnReceipt": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "txnRevertReason": { - "type": "string" - }, - "txnStatus": { - "$ref": "#/components/schemas/ETHTxnStatus" - }, - "updatedAt": { - "type": "string" - }, - "usdRate": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", - "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "isWhitelisted", - "updatedAt", - "createdAt" - ], - "type": "object" - }, - "MetaTxnReceipt": { - "properties": { - "id": { - "type": "string" - }, - "index": { - "type": "number" - }, - "logs": { - "description": "[]MetaTxnReceiptLog", - "items": { - "$ref": "#/components/schemas/MetaTxnReceiptLog" - }, - "type": "array" - }, - "receipts": { - "description": "[]MetaTxnReceipt", - "items": { - "$ref": "#/components/schemas/MetaTxnReceipt" - }, - "type": "array" - }, - "revertReason": { - "type": "string" - }, - "status": { - "type": "string" - }, - "txnReceipt": { - "type": "string" - } - }, - "required": [ - "id", - "status", - "index", - "logs", - "receipts", - "txnReceipt" - ], - "type": "object" - }, - "MetaTxnReceiptLog": { - "properties": { - "address": { - "type": "string" - }, - "data": { - "type": "string" - }, - "topics": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "address", - "topics", - "data" - ], - "type": "object" - }, - "MetadataOptions": { - "properties": { - "includeContracts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "unverifiedOnly": { - "type": "boolean" - }, - "verifiedOnly": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_AbortContractSync_Request": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_AbortContractSync_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_AddContractToMintMonitor_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_AddContractToMintMonitor_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_CancelRefreshJob_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_CancelRefreshJob_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_ContractSyncJobStatus_Request": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_ContractSyncJobStatus_Response": { - "properties": { - "refreshTask": { - "$ref": "#/components/schemas/Task" - }, - "syncTask": { - "$ref": "#/components/schemas/Task" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetCollections_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetCollections_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetNetworks_Request": { - "properties": { - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_DirectoryGetNetworks_Response": { - "properties": { - "networks": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_DirectorySearchCollections_Request": { - "properties": { - "chainId": { - "type": "number" - }, - "includeTestnets": { - "type": "boolean" - }, - "onlyFeatured": { - "type": "boolean" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "query": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_DirectorySearchCollections_Response": { - "properties": { - "collections": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_EnqueueTokensForRefresh_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "refreshAll": { - "type": "boolean" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_EnqueueTokensForRefresh_Response": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetContractInfoBatch_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetContractInfoBatch_Response": { - "properties": { - "contractInfoMap": { - "additionalProperties": { - "$ref": "#/components/schemas/ContractInfo" - }, - "description": "map\u003Cstring,ContractInfo\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetContractInfo_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_GetContractInfo_Response": { - "properties": { - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapTokenQuantity_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapTokenQuantity_Response": { - "properties": { - "quantity": { - "additionalProperties": { - "type": "string" - }, - "description": "map\u003Cstring,string\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPricesWithQuantities_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "fresh": { - "type": "boolean" - }, - "req": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesRequest" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPricesWithQuantities_Response": { - "properties": { - "prices": { - "additionalProperties": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesResponse" - }, - "description": "map\u003Cstring,GetNiftyswapUnitPricesResponse\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPrices_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "fresh": { - "type": "boolean" - }, - "req": { - "$ref": "#/components/schemas/GetNiftyswapUnitPricesRequest" - } - }, - "type": "object" - }, - "Metadata_GetNiftyswapUnitPrices_Response": { - "properties": { - "prices": { - "additionalProperties": { - "type": "string" - }, - "description": "map\u003Cstring,string\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadataBatch_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractTokenMap": { - "additionalProperties": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "map\u003Cstring,[]string\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadataBatch_Response": { - "properties": { - "contractTokenMetadata": { - "additionalProperties": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - }, - "description": "map\u003Cstring,[]TokenMetadata\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetTokenMetadata_Response": { - "properties": { - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshResult_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshResult_Response": { - "properties": { - "failureReasons": { - "additionalProperties": { - "type": "string" - }, - "description": "map\u003Cstring,string\u003E", - "type": "object" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "tokens": { - "additionalProperties": { - "type": "boolean" - }, - "description": "map\u003Cstring,bool\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshStatus_Request": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_GetTokenRefreshStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/TaskStatus" - } - }, - "type": "object" - }, - "Metadata_MintMonitorJobStatus_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_MintMonitorJobStatus_Response": { - "properties": { - "task": { - "$ref": "#/components/schemas/Task" - } - }, - "type": "object" - }, - "Metadata_MintMonitorTriggerJob_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_MintMonitorTriggerJob_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_Ping_Request": { - "type": "object" - }, - "Metadata_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_RefreshTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "refreshAll": { - "type": "boolean" - }, - "tokenIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_RefreshTokenMetadata_Response": { - "properties": { - "taskId": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_RemoveContractFromMintMonitor_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_RemoveContractFromMintMonitor_Response": { - "properties": { - "ok": { - "type": "boolean" - } - }, - "type": "object" - }, - "Metadata_RuntimeStatus_Request": { - "type": "object" - }, - "Metadata_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfoBatch_Request": { - "properties": { - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfoBatch_Response": { - "properties": { - "contractInfoByChain": { - "additionalProperties": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "description": "map\u003Cstring,[]ContractInfo\u003E", - "type": "object" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfo_Request": { - "properties": { - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SearchContractInfo_Response": { - "properties": { - "contractInfoList": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContracts_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "chainIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "q": { - "type": "string" - }, - "types": { - "description": "[]ContractType", - "items": { - "$ref": "#/components/schemas/ContractType" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchContracts_Response": { - "properties": { - "contractInfo": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "nextPage": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "excludeTokenMetadata": { - "type": "boolean" - }, - "filter": { - "type": "string" - }, - "types": { - "description": "[]ContractType", - "items": { - "$ref": "#/components/schemas/ContractType" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchMetadata_Response": { - "properties": { - "contractInfo": { - "description": "[]ContractInfo", - "items": { - "$ref": "#/components/schemas/ContractInfo" - }, - "type": "array" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokenIDs_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "filter": { - "$ref": "#/components/schemas/Filter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchTokenIDs_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokenMetadata_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "filter": { - "$ref": "#/components/schemas/Filter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Metadata_SearchTokenMetadata_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SearchTokens_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "q": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SearchTokens_Response": { - "properties": { - "nextPage": { - "$ref": "#/components/schemas/Page" - }, - "tokenMetadata": { - "description": "[]TokenMetadata", - "items": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_SyncContractTokens_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_SyncContractTokens_Response": { - "properties": { - "taskID": { - "type": "number" - } - }, - "type": "object" - }, - "Metadata_TokenCollectionFilters_Request": { - "properties": { - "chainID": { - "type": "string" - }, - "contractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Metadata_TokenCollectionFilters_Response": { - "properties": { - "filters": { - "description": "[]PropertyFilter", - "items": { - "$ref": "#/components/schemas/PropertyFilter" - }, - "type": "array" - } - }, - "type": "object" - }, - "Metadata_Version_Request": { - "type": "object" - }, - "Metadata_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "MultiValueChart": { - "properties": { - "label": { - "type": "string" - }, - "value": { - "additionalProperties": { - "type": "number" - }, - "description": "map\u003Cstring,float64\u003E", - "type": "object" - } - }, - "required": [ - "value", - "label" - ], - "type": "object" - }, - "NewContractSource": { - "properties": { - "abi": { - "type": "string" - }, - "audited": { - "type": "boolean" - }, - "author": { - "type": "string" - }, - "bytecode": { - "type": "string" - }, - "contractType": { - "type": "string" - }, - "description": { - "type": "string" - }, - "disabled": { - "type": "boolean" - }, - "license": { - "type": "string" - }, - "moreInfoUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "uid": { - "type": "string" - } - }, - "required": [ - "uid", - "name", - "contractType", - "bytecode", - "abi" - ], - "type": "object" - }, - "NftCheckout": { - "properties": { - "expiresAt": { - "type": "string" - }, - "orderId": { - "type": "string" - }, - "token": { - "type": "string" - } - }, - "required": [ - "token", - "expiresAt", - "orderId" - ], - "type": "object" - }, - "NftCheckoutParams": { - "properties": { - "approvedSpenderAddress": { - "type": "string" - }, - "blockchainNftId": { - "type": "string" - }, - "calldata": { - "type": "string" - }, - "contractAddress": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "imageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "network": { - "type": "string" - }, - "platform": { - "type": "string" - }, - "quantity": { - "type": "number" - }, - "recipientAddress": { - "type": "string" - }, - "tokenAddress": { - "type": "string" - }, - "tokenAmount": { - "type": "string" - }, - "tokenDecimals": { - "type": "number" - }, - "tokenSymbol": { - "type": "string" - } - }, - "required": [ - "name", - "imageUrl", - "network", - "recipientAddress", - "blockchainNftId", - "contractAddress", - "quantity", - "tokenAmount", - "tokenAddress", - "tokenSymbol", - "calldata", - "platform" - ], - "type": "object" - }, - "NodeAccount": { - "properties": { - "active": { - "type": "boolean" - }, - "displayName": { - "type": "string" - }, - "id": { - "type": "number" - }, - "requestMonthlyQuota": { - "type": "number" - }, - "requestRateLimit": { - "type": "number" - } - }, - "required": [ - "id", - "displayName", - "requestRateLimit", - "requestMonthlyQuota", - "active" - ], - "type": "object" - }, - "NumTxnsRelayed": { - "properties": { - "current": { - "type": "number" - }, - "period": { - "type": "number" - }, - "prev": { - "type": "number" - } - }, - "required": [ - "prev", - "current", - "period" - ], - "type": "object" - }, - "OnboardingStep": { - "description": "Represented as uint8 on the server side", - "enum": [ - "LinkOrDeployContract", - "CreateMarketplace", - "SetUpGasTank", - "CustomizeWallet", - "InviteCollaborator" - ], - "type": "string" - }, - "OnboardingSteps": { - "properties": { - "createMarketplace": { - "type": "boolean" - }, - "customizeWallet": { - "type": "boolean" - }, - "inviteCollaborator": { - "type": "boolean" - }, - "linkOrDeployContract": { - "type": "boolean" - }, - "setUpGasTank": { - "type": "boolean" - } - }, - "required": [ - "linkOrDeployContract", - "createMarketplace", - "setUpGasTank", - "customizeWallet", - "inviteCollaborator" - ], - "type": "object" - }, - "OpenIdProvider": { - "properties": { - "aud": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "iss": { - "type": "string" - } - }, - "required": [ - "iss", - "aud" - ], - "type": "object" - }, - "OrderStatus": { - "description": "Represented as uint32 on the server side", - "enum": [ - "OPEN", - "CLOSED", - "CANCELLED" - ], - "type": "string" - }, - "OrderbookOrder": { - "properties": { - "createdAt": { - "type": "number" - }, - "createdBy": { - "type": "string" - }, - "currencyAddress": { - "type": "string" - }, - "expiry": { - "type": "string" - }, - "isListing": { - "type": "boolean" - }, - "orderId": { - "type": "string" - }, - "orderStatus": { - "$ref": "#/components/schemas/OrderStatus" - }, - "orderbookContractAddress": { - "type": "string" - }, - "pricePerToken": { - "type": "string" - }, - "quantity": { - "type": "string" - }, - "quantityRemaining": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "required": [ - "orderId", - "tokenContract", - "tokenId", - "isListing", - "quantity", - "quantityRemaining", - "currencyAddress", - "pricePerToken", - "expiry", - "orderStatus", - "createdBy", - "createdAt", - "orderbookContractAddress" - ], - "type": "object" - }, - "OrderbookOrderFilter": { - "properties": { - "isListing": { - "type": "boolean" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "userAddress": { - "type": "string" - } - }, - "required": [ - "tokenIds" - ], - "type": "object" - }, - "Orderbook_AcceptRequestBatch_Request": { - "properties": { - "additionalFeeRecipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "additionalFees": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "quantities": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "recipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequest_Request": { - "properties": { - "additionalFeeRecipients": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "additionalFees": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "quantity": { - "type": "string" - }, - "recipient": { - "type": "string" - }, - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_AcceptRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequestBatch_Request": { - "properties": { - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_CancelRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequest_Request": { - "properties": { - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CancelRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CreateRequestBatch_Request": { - "properties": { - "requests": { - "description": "[]ISequenceMarketStorageRequestParams", - "items": { - "$ref": "#/components/schemas/ISequenceMarketStorageRequestParams" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_CreateRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_CreateRequest_Request": { - "properties": { - "request": { - "$ref": "#/components/schemas/ISequenceMarketStorageRequestParams" - } - }, - "type": "object" - }, - "Orderbook_CreateRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequestBatch_Request": { - "properties": { - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_GetRequestBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequest_Request": { - "properties": { - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRequest_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRoyaltyInfo_Request": { - "properties": { - "cost": { - "type": "string" - }, - "tokenContract": { - "type": "string" - }, - "tokenId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_GetRoyaltyInfo_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValidBatch_Request": { - "properties": { - "quantities": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "requestIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValidBatch_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValid_Request": { - "properties": { - "quantity": { - "type": "string" - }, - "requestId": { - "type": "string" - } - }, - "type": "object" - }, - "Orderbook_IsRequestValid_Response": { - "properties": { - "output": { - "type": "string" - } - }, - "type": "object" - }, - "Page": { - "properties": { - "after": { - "type": "object" - }, - "before": { - "type": "object" - }, - "column": { - "type": "string" - }, - "more": { - "type": "boolean" - }, - "page": { - "type": "number" - }, - "pageSize": { - "type": "number" - }, - "sort": { - "description": "[]SortBy", - "items": { - "$ref": "#/components/schemas/SortBy" - }, - "type": "array" - }, - "totalRecords": { - "type": "number" - } - }, - "type": "object" - }, - "Payment": { - "properties": { - "chainId": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "externalTxnID": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "provider": { - "$ref": "#/components/schemas/PaymentProvider" - }, - "status": { - "$ref": "#/components/schemas/PaymentStatus" - } - }, - "required": [ - "id", - "projectId", - "provider", - "externalTxnID", - "createdAt" - ], - "type": "object" - }, - "PaymentHistory": { - "properties": { - "payments": { - "description": "[]Payment", - "items": { - "$ref": "#/components/schemas/Payment" - }, - "type": "array" - }, - "totalPayments": { - "type": "number" - } - }, - "required": [ - "totalPayments", - "payments" - ], - "type": "object" - }, - "PaymentLog": { - "properties": { - "createdAt": { - "type": "string" - }, - "data": { - "$ref": "#/components/schemas/PaymentLogData" - }, - "id": { - "type": "number" - }, - "paymentID": { - "type": "number" - } - }, - "required": [ - "id", - "paymentID", - "data", - "createdAt" - ], - "type": "object" - }, - "PaymentLogData": { - "properties": { - "data": { - "type": "object" - }, - "type": { - "type": "string" - } - }, - "required": [ - "type", - "data" - ], - "type": "object" - }, - "PaymentProvider": { - "description": "Represented as uint16 on the server side", - "enum": [ - "UNKNOWN", - "STRIPE", - "MANUAL" - ], - "type": "string" - }, - "PaymentStatus": { - "description": "Represented as uint16 on the server side", - "enum": [ - "INITIATED", - "PENDING", - "SUCCEEDED", - "FAILED", - "PROCESSED" - ], - "type": "string" - }, - "PebbleMetrics": { - "properties": { - "compactionCount": { - "type": "number" - }, - "compactionEstimatedDebt": { - "type": "number" - }, - "compactionInProgressBytes": { - "type": "number" - }, - "compactionMarkedFiles": { - "type": "number" - }, - "compactionNumInProgress": { - "type": "number" - } - }, - "required": [ - "compactionCount", - "compactionEstimatedDebt", - "compactionInProgressBytes", - "compactionNumInProgress", - "compactionMarkedFiles" - ], - "type": "object" - }, - "Price": { - "properties": { - "currency": { - "type": "string" - }, - "value": { - "type": "number" - } - }, - "required": [ - "value", - "currency" - ], - "type": "object" - }, - "Project": { - "properties": { - "chainIds": { - "description": "[]uint64", - "items": { - "type": "number" - }, - "type": "array" - }, - "collaboratorCount": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "logoImageKey": { - "type": "string" - }, - "logoImageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "onboardingSteps": { - "$ref": "#/components/schemas/OnboardingSteps" - }, - "ownerAddress": { - "type": "string" - }, - "ownerAvatarUrl": { - "type": "string" - }, - "ownerEmail": { - "type": "string" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "updatedAt": { - "type": "string" - }, - "websiteUrl": { - "type": "string" - }, - "whitelabel": { - "type": "string" - } - }, - "required": [ - "id", - "name", - "ownerAddress", - "ownerAvatarUrl", - "logoImageKey", - "logoImageUrl", - "websiteUrl", - "chainIds", - "whitelabel", - "subscriptionTier", - "collaboratorCount", - "onboardingSteps", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "ProjectFile": { - "properties": { - "contents": { - "description": "[]byte", - "items": { - "type": "string" - }, - "type": "array" - }, - "createdAt": { - "type": "string" - }, - "filepath": { - "type": "string" - }, - "hash": { - "description": "[]byte", - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "number" - }, - "mimetype": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "scope": { - "$ref": "#/components/schemas/FileScope" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "scope", - "mimetype", - "filepath", - "contents", - "hash", - "url", - "createdAt" - ], - "type": "object" - }, - "ProjectInvitation": { - "properties": { - "access": { - "$ref": "#/components/schemas/CollaboratorAccess" - }, - "code": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "signupLimit": { - "type": "number" - }, - "usageCount": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "code", - "access", - "expiresAt", - "usageCount", - "createdAt" - ], - "type": "object" - }, - "ProjectSubscription": { - "properties": { - "dateEnd": { - "type": "string" - }, - "dateStart": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "provider": { - "$ref": "#/components/schemas/SubscriptionProvider" - }, - "providerId": { - "type": "string" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - } - }, - "required": [ - "id", - "projectId", - "subscriptionTier", - "provider", - "dateStart" - ], - "type": "object" - }, - "PropertyFilter": { - "properties": { - "max": { - "type": "number" - }, - "min": { - "type": "number" - }, - "name": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/PropertyType" - }, - "values": { - "description": "[]any", - "items": { - "type": "object" - }, - "type": "array" - } - }, - "required": [ - "name", - "type" - ], - "type": "object" - }, - "PropertyType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "INT", - "STRING", - "ARRAY", - "GENERIC" - ], - "type": "string" - }, - "QueryFilter": { - "properties": { - "dateInterval": { - "$ref": "#/components/schemas/DateInterval" - }, - "endDate": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "startDate": { - "type": "string" - } - }, - "type": "object" - }, - "RawData": { - "properties": { - "data": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "Redirect": { - "properties": { - "url": { - "type": "string" - } - }, - "required": [ - "url" - ], - "type": "object" - }, - "RelayerGasBalance": { - "properties": { - "chainId": { - "type": "number" - }, - "currentBalance": { - "type": "number" - }, - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "required": [ - "id", - "name", - "chainId", - "currentBalance", - "feeMarkupFactor", - "unlimited" - ], - "type": "object" - }, - "RelayerGasSponsor": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "createdAt": { - "type": "string" - }, - "displayName": { - "type": "string" - }, - "id": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "projectId", - "chainId", - "displayName", - "address", - "active", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "RelayerGasSponsorUsage": { - "properties": { - "avgGasPrice": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "endTime": { - "type": "string" - }, - "id": { - "type": "number" - }, - "startTime": { - "type": "string" - }, - "totalGasUsed": { - "type": "number" - }, - "totalTxnFees": { - "type": "number" - }, - "totalTxns": { - "type": "number" - } - }, - "required": [ - "id", - "chainId", - "totalGasUsed", - "totalTxnFees", - "avgGasPrice", - "totalTxns", - "startTime", - "endTime" - ], - "type": "object" - }, - "RelayerGasTank": { - "properties": { - "id": { - "type": "number" - }, - "lastPaymentId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "relayerIdMap": { - "additionalProperties": { - "type": "number" - }, - "description": "map\u003Cstring,uint64\u003E", - "type": "object" - }, - "timestampUsage": { - "type": "string" - }, - "totalPayments": { - "type": "number" - }, - "totalUsage": { - "type": "number" - } - }, - "required": [ - "id", - "projectId", - "relayerIdMap", - "totalPayments", - "totalUsage" - ], - "type": "object" - }, - "RelayerTransaction": { - "properties": { - "createdAt": { - "type": "string" - }, - "creditsUsed": { - "type": "number" - }, - "gasEstimated": { - "type": "number" - }, - "gasFeeMarkup": { - "type": "number" - }, - "gasLimit": { - "type": "number" - }, - "gasPrice": { - "type": "string" - }, - "gasSponsor": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "input": { - "type": "string" - }, - "isWhitelisted": { - "type": "boolean" - }, - "metaTxnID": { - "type": "string" - }, - "metaTxnNonce": { - "type": "string" - }, - "minedAt": { - "type": "string" - }, - "queuedAt": { - "type": "string" - }, - "requeues": { - "type": "number" - }, - "sentAt": { - "type": "string" - }, - "target": { - "type": "string" - }, - "txnArgs": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "txnHash": { - "type": "string" - }, - "txnNonce": { - "type": "string" - }, - "txnReceipt": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "txnRevertReason": { - "type": "string" - }, - "txnStatus": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "usdRate": { - "type": "string" - }, - "walletAddress": { - "type": "string" - } - }, - "required": [ - "txnHash", - "txnNonce", - "txnStatus", - "txnRevertReason", - "requeues", - "queuedAt", - "sentAt", - "minedAt", - "target", - "input", - "txnArgs", - "walletAddress", - "metaTxnNonce", - "gasLimit", - "gasPrice", - "gasUsed", - "gasEstimated", - "usdRate", - "creditsUsed", - "isWhitelisted", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "Relayer_AddGasSponsor_Request": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_AddGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddGasTank_Request": { - "properties": { - "feeMarkupFactor": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_AddressGasSponsors_Request": { - "properties": { - "address": { - "type": "string" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_AddressGasSponsors_Response": { - "properties": { - "gasSponsors": { - "description": "[]GasSponsor", - "items": { - "$ref": "#/components/schemas/GasSponsor" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_AdjustGasTankBalance_Request": { - "properties": { - "amount": { - "type": "number" - }, - "id": { - "type": "number" - }, - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_AdjustGasTankBalance_Response": { - "properties": { - "adjustment": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_FeeOptions_Request": { - "properties": { - "data": { - "type": "string" - }, - "simulate": { - "type": "boolean" - }, - "to": { - "type": "string" - }, - "wallet": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_FeeOptions_Response": { - "properties": { - "options": { - "description": "[]FeeOption", - "items": { - "$ref": "#/components/schemas/FeeOption" - }, - "type": "array" - }, - "quote": { - "type": "string" - }, - "sponsored": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_FeeTokens_Request": { - "type": "object" - }, - "Relayer_FeeTokens_Response": { - "properties": { - "isFeeRequired": { - "type": "boolean" - }, - "tokens": { - "description": "[]FeeToken", - "items": { - "$ref": "#/components/schemas/FeeToken" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetChainID_Request": { - "type": "object" - }, - "Relayer_GetChainID_Response": { - "properties": { - "chainID": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasSponsor_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - } - }, - "type": "object" - }, - "Relayer_GetGasTankBalanceAdjustment_Request": { - "properties": { - "id": { - "type": "number" - }, - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasTankBalanceAdjustment_Response": { - "properties": { - "adjustment": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - } - }, - "type": "object" - }, - "Relayer_GetGasTank_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - } - }, - "type": "object" - }, - "Relayer_GetMetaTransactions_Request": { - "properties": { - "gasTankId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_GetMetaTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]MetaTxnLog", - "items": { - "$ref": "#/components/schemas/MetaTxnLog" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNetworkFeeOptions_Request": { - "properties": { - "payload": { - "type": "string" - }, - "walletConfig": { - "type": "object" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNetworkFeeOptions_Response": { - "properties": { - "options": { - "description": "[]FeeOption", - "items": { - "$ref": "#/components/schemas/FeeOption" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNonce_Request": { - "properties": { - "space": { - "type": "string" - }, - "walletContractAddress": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnNonce_Response": { - "properties": { - "nonce": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnReceipt_Request": { - "properties": { - "metaTxID": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_GetMetaTxnReceipt_Response": { - "properties": { - "receipt": { - "$ref": "#/components/schemas/MetaTxnReceipt" - } - }, - "type": "object" - }, - "Relayer_GetSequenceContext_Request": { - "type": "object" - }, - "Relayer_GetSequenceContext_Response": { - "properties": { - "data": { - "$ref": "#/components/schemas/SequenceContext" - } - }, - "type": "object" - }, - "Relayer_ListGasSponsors_Request": { - "properties": { - "gasTankId": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - }, - "projectId": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_ListGasSponsors_Response": { - "properties": { - "gasSponsors": { - "description": "[]GasSponsor", - "items": { - "$ref": "#/components/schemas/GasSponsor" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_ListGasTankBalanceAdjustments_Request": { - "properties": { - "id": { - "type": "number" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_ListGasTankBalanceAdjustments_Response": { - "properties": { - "adjustments": { - "description": "[]GasTankBalanceAdjustment", - "items": { - "$ref": "#/components/schemas/GasTankBalanceAdjustment" - }, - "type": "array" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_NextGasTankBalanceAdjustmentNonce_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_NextGasTankBalanceAdjustmentNonce_Response": { - "properties": { - "nonce": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_PendingTransactions_Request": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_PendingTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_Ping_Request": { - "type": "object" - }, - "Relayer_Ping_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_RemoveGasSponsor_Request": { - "properties": { - "id": { - "type": "number" - } - }, - "type": "object" - }, - "Relayer_RemoveGasSponsor_Response": { - "properties": { - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_ReportGasSponsorUsage_Request": { - "properties": { - "endTime": { - "type": "string" - }, - "gasTankId": { - "type": "number" - }, - "projectId": { - "type": "number" - }, - "startTime": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_ReportGasSponsorUsage_Response": { - "properties": { - "gasSponsorUsage": { - "description": "[]GasSponsorUsage", - "items": { - "$ref": "#/components/schemas/GasSponsorUsage" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_RuntimeStatus_Request": { - "type": "object" - }, - "Relayer_RuntimeStatus_Response": { - "properties": { - "status": { - "$ref": "#/components/schemas/RuntimeStatus" - } - }, - "type": "object" - }, - "Relayer_SendMetaTxn_Request": { - "properties": { - "call": { - "$ref": "#/components/schemas/MetaTxn" - }, - "projectID": { - "type": "number" - }, - "quote": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_SendMetaTxn_Response": { - "properties": { - "status": { - "type": "boolean" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_SentTransactions_Request": { - "properties": { - "filter": { - "$ref": "#/components/schemas/SentTransactionsFilter" - }, - "page": { - "$ref": "#/components/schemas/Page" - } - }, - "type": "object" - }, - "Relayer_SentTransactions_Response": { - "properties": { - "page": { - "$ref": "#/components/schemas/Page" - }, - "transactions": { - "description": "[]Transaction", - "items": { - "$ref": "#/components/schemas/Transaction" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_Simulate_Request": { - "properties": { - "transactions": { - "type": "string" - }, - "wallet": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_Simulate_Response": { - "properties": { - "results": { - "description": "[]SimulateResult", - "items": { - "$ref": "#/components/schemas/SimulateResult" - }, - "type": "array" - } - }, - "type": "object" - }, - "Relayer_UpdateGasSponsor_Request": { - "properties": { - "active": { - "type": "boolean" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_UpdateGasSponsor_Response": { - "properties": { - "gasSponsor": { - "$ref": "#/components/schemas/GasSponsor" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateGasTank_Request": { - "properties": { - "feeMarkupFactor": { - "type": "number" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "unlimited": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateGasTank_Response": { - "properties": { - "gasTank": { - "$ref": "#/components/schemas/GasTank" - }, - "status": { - "type": "boolean" - } - }, - "type": "object" - }, - "Relayer_UpdateMetaTxnGasLimits_Request": { - "properties": { - "payload": { - "type": "string" - }, - "walletAddress": { - "type": "string" - }, - "walletConfig": { - "type": "object" - } - }, - "type": "object" - }, - "Relayer_UpdateMetaTxnGasLimits_Response": { - "properties": { - "payload": { - "type": "string" - } - }, - "type": "object" - }, - "Relayer_Version_Request": { - "type": "object" - }, - "Relayer_Version_Response": { - "properties": { - "version": { - "$ref": "#/components/schemas/Version" - } - }, - "type": "object" - }, - "RuntimeChecks": { - "type": "object" - }, - "RuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "checks": { - "$ref": "#/components/schemas/RuntimeChecks" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "numTxnsRelayed": { - "$ref": "#/components/schemas/NumTxnsRelayed" - }, - "senders": { - "description": "[]SenderStatus", - "items": { - "$ref": "#/components/schemas/SenderStatus" - }, - "type": "array" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "useEIP1559": { - "type": "boolean" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "useEIP1559", - "senders", - "checks", - "numTxnsRelayed" - ], - "type": "object" - }, - "SardineOrder": { - "properties": { - "contractAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "expiresAt": { - "type": "string" - }, - "fiatCurrency": { - "type": "string" - }, - "fiatExchangeRateUSD": { - "type": "number" - }, - "id": { - "type": "string" - }, - "imageUrl": { - "type": "string" - }, - "name": { - "type": "string" - }, - "networkFee": { - "type": "number" - }, - "paymentCurrency": { - "type": "string" - }, - "paymentMethodType": { - "type": "string" - }, - "price": { - "type": "number" - }, - "recipientAddress": { - "type": "string" - }, - "referenceId": { - "type": "string" - }, - "status": { - "type": "string" - }, - "subTotal": { - "type": "number" - }, - "total": { - "type": "number" - }, - "transactionFee": { - "type": "number" - }, - "transactionHash": { - "type": "string" - }, - "transactionId": { - "type": "string" - }, - "transactionType": { - "type": "string" - } - }, - "required": [ - "id", - "referenceId", - "status", - "fiatCurrency", - "fiatExchangeRateUSD", - "transactionId", - "total", - "subTotal", - "transactionFee", - "networkFee", - "transactionType", - "name", - "price", - "imageUrl", - "recipientAddress" - ], - "type": "object" - }, - "SenderStatus": { - "properties": { - "active": { - "type": "boolean" - }, - "address": { - "type": "string" - }, - "etherBalance": { - "type": "number" - }, - "index": { - "type": "number" - } - }, - "required": [ - "index", - "address", - "etherBalance", - "active" - ], - "type": "object" - }, - "SentTransactionsFilter": { - "properties": { - "failed": { - "type": "boolean" - }, - "pending": { - "type": "boolean" - } - }, - "type": "object" - }, - "SequenceContext": { - "properties": { - "factory": { - "type": "string" - }, - "guestModule": { - "type": "string" - }, - "mainModule": { - "type": "string" - }, - "mainModuleUpgradable": { - "type": "string" - }, - "utils": { - "type": "string" - } - }, - "required": [ - "factory", - "mainModule", - "mainModuleUpgradable", - "guestModule", - "utils" - ], - "type": "object" - }, - "SimulateResult": { - "properties": { - "executed": { - "type": "boolean" - }, - "gasLimit": { - "type": "number" - }, - "gasUsed": { - "type": "number" - }, - "reason": { - "type": "string" - }, - "result": { - "type": "string" - }, - "succeeded": { - "type": "boolean" - } - }, - "required": [ - "executed", - "succeeded", - "gasUsed", - "gasLimit" - ], - "type": "object" - }, - "SortBy": { - "properties": { - "column": { - "type": "string" - }, - "order": { - "$ref": "#/components/schemas/SortOrder" - } - }, - "required": [ - "column", - "order" - ], - "type": "object" - }, - "SortOrder": { - "description": "Represented as uint32 on the server side", - "enum": [ - "DESC", - "ASC" - ], - "type": "string" - }, - "StripeEventData": { - "properties": { - "object": { - "$ref": "#/components/schemas/StripeEventDataObject" - } - }, - "required": [ - "object" - ], - "type": "object" - }, - "StripeEventDataObject": { - "properties": { - "id": { - "type": "string" - }, - "object": { - "type": "string" - } - }, - "required": [ - "id", - "object" - ], - "type": "object" - }, - "SubscriptionInfo": { - "properties": { - "createdAt": { - "type": "string" - }, - "creditBalance": { - "type": "number" - }, - "creditOverage": { - "type": "number" - }, - "creditUsage": { - "type": "number" - }, - "creditsBonusCarryOver": { - "type": "number" - }, - "creditsBonusRecurring": { - "type": "number" - }, - "cycleEnd": { - "type": "string" - }, - "cycleStart": { - "type": "string" - }, - "extraCharged": { - "type": "string" - }, - "plannedTierChange": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "projectId": { - "type": "number" - }, - "settings": { - "$ref": "#/components/schemas/BillingSettings" - }, - "subscriptionId": { - "type": "string" - }, - "subscriptionProvider": { - "$ref": "#/components/schemas/SubscriptionProvider" - }, - "subscriptionTier": { - "$ref": "#/components/schemas/SubscriptionTier" - }, - "subscriptionUrl": { - "type": "string" - } - }, - "required": [ - "projectId", - "subscriptionTier", - "subscriptionProvider", - "subscriptionId", - "subscriptionUrl", - "createdAt", - "cycleStart", - "cycleEnd", - "settings", - "creditsBonusRecurring", - "creditsBonusCarryOver", - "creditUsage", - "creditBalance", - "creditOverage" - ], - "type": "object" - }, - "SubscriptionPlan": { - "properties": { - "features": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "settings": { - "$ref": "#/components/schemas/BillingSettings" - }, - "tier": { - "$ref": "#/components/schemas/SubscriptionTier" - } - }, - "required": [ - "tier", - "settings", - "features" - ], - "type": "object" - }, - "SubscriptionPlans": { - "properties": { - "configs": { - "additionalProperties": { - "$ref": "#/components/schemas/SubscriptionPlan" - }, - "description": "map\u003Cstring,SubscriptionPlan\u003E", - "type": "object" - } - }, - "required": [ - "configs" - ], - "type": "object" - }, - "SubscriptionProvider": { - "description": "Represented as string on the server side", - "enum": [ - "ADMIN", - "STRIPE", - "GOOGLE" - ], - "type": "string" - }, - "SubscriptionTier": { - "description": "Represented as uint8 on the server side", - "enum": [ - "COMMUNITY", - "DEVELOPER", - "GROWTH", - "PRO", - "ENTERPRISE" - ], - "type": "string" - }, - "SwapQuote": { - "properties": { - "approveData": { - "type": "string" - }, - "currencyAddress": { - "type": "string" - }, - "currencyBalance": { - "type": "string" - }, - "maxPrice": { - "type": "string" - }, - "price": { - "type": "string" - }, - "to": { - "type": "string" - }, - "transactionData": { - "type": "string" - } - }, - "required": [ - "currencyAddress", - "currencyBalance", - "price", - "maxPrice", - "to", - "transactionData", - "approveData" - ], - "type": "object" - }, - "SwapType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "BUY", - "SELL" - ], - "type": "string" - }, - "Task": { - "properties": { - "createdAt": { - "type": "string" - }, - "hash": { - "type": "string" - }, - "id": { - "type": "number" - }, - "lastRanAt": { - "type": "string" - }, - "payload": { - "description": "[]byte", - "items": { - "type": "string" - }, - "type": "array" - }, - "queue": { - "type": "string" - }, - "runAt": { - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "try": { - "type": "number" - } - }, - "required": [ - "id", - "queue", - "try", - "payload" - ], - "type": "object" - }, - "TaskRunner": { - "properties": { - "id": { - "type": "number" - }, - "runAt": { - "type": "string" - }, - "workGroup": { - "type": "string" - } - }, - "required": [ - "id", - "workGroup", - "runAt" - ], - "type": "object" - }, - "TaskStatus": { - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "PAUSED", - "FAILED", - "COMPLETED", - "DISABLED" - ], - "type": "string" - }, - "Token": { - "properties": { - "collectionId": { - "type": "number" - }, - "metadata": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "private": { - "type": "boolean" - }, - "searchColumn": { - "type": "string" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "collectionId", - "tokenId", - "metadata", - "private", - "searchColumn" - ], - "type": "object" - }, - "TokenBalance": { - "properties": { - "accountAddress": { - "type": "string" - }, - "balance": { - "type": "string" - }, - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "isNFTSummary": { - "type": "boolean" - }, - "tokenID": { - "type": "string" - }, - "tokenMetadata": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "required": [ - "contractType", - "contractAddress", - "accountAddress", - "balance", - "blockHash", - "blockNumber", - "chainId", - "isNFTSummary" - ], - "type": "object" - }, - "TokenBalanceFilter": { - "properties": { - "contractAddress": { - "type": "string" - }, - "sinceBlockNumber": { - "type": "number" - } - }, - "required": [ - "contractAddress", - "sinceBlockNumber" - ], - "type": "object" - }, - "TokenHistory": { - "properties": { - "Amounts": { - "type": "string" - }, - "accountAddress": { - "type": "string" - }, - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "fromAddress": { - "type": "string" - }, - "logData": { - "type": "string" - }, - "toAddress": { - "type": "string" - }, - "tokenIDs": { - "type": "string" - }, - "ts": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnLogIndex": { - "type": "number" - } - }, - "required": [ - "blockNumber", - "blockHash", - "accountAddress", - "contractAddress", - "contractType", - "fromAddress", - "toAddress", - "txnHash", - "txnIndex", - "txnLogIndex", - "logData", - "tokenIDs", - "Amounts", - "ts" - ], - "type": "object" - }, - "TokenIndex": { - "properties": { - "chainId": { - "type": "number" - }, - "contractAddress": { - "type": "string" - }, - "fetchCount": { - "type": "number" - }, - "key": { - "type": "string" - }, - "lastFetched": { - "type": "string" - }, - "metadata": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "notFound": { - "type": "boolean" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "key", - "chainId", - "contractAddress", - "tokenId", - "metadata", - "updatedAt" - ], - "type": "object" - }, - "TokenMetadata": { - "properties": { - "animationUrl": { - "type": "string" - }, - "assets": { - "description": "[]Asset", - "items": { - "$ref": "#/components/schemas/Asset" - }, - "type": "array" - }, - "attributes": { - "description": "[]map\u003Cstring,any\u003E", - "items": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "type": "array" - }, - "audio": { - "type": "string" - }, - "backgroundColor": { - "type": "string" - }, - "decimals": { - "type": "number" - }, - "description": { - "type": "string" - }, - "externalUrl": { - "type": "string" - }, - "image": { - "type": "string" - }, - "imageData": { - "type": "string" - }, - "name": { - "type": "string" - }, - "properties": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "tokenId": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "video": { - "type": "string" - } - }, - "required": [ - "tokenId", - "name", - "attributes" - ], - "type": "object" - }, - "TokenPrice": { - "properties": { - "buyPrice": { - "$ref": "#/components/schemas/Price" - }, - "floorPrice": { - "$ref": "#/components/schemas/Price" - }, - "price": { - "$ref": "#/components/schemas/Price" - }, - "price24hChange": { - "$ref": "#/components/schemas/Price" - }, - "sellPrice": { - "$ref": "#/components/schemas/Price" - }, - "token": { - "$ref": "#/components/schemas/Token" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "token", - "floorPrice", - "buyPrice", - "sellPrice", - "updatedAt" - ], - "type": "object" - }, - "TokenSupply": { - "properties": { - "chainId": { - "type": "number" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "supply": { - "type": "string" - }, - "tokenID": { - "type": "string" - }, - "tokenMetadata": { - "$ref": "#/components/schemas/TokenMetadata" - } - }, - "required": [ - "tokenID", - "supply", - "chainId" - ], - "type": "object" - }, - "TokenType": { - "description": "Represented as uint8 on the server side", - "enum": [ - "ERC20", - "ERC721", - "ERC1155" - ], - "type": "string" - }, - "Transaction": { - "properties": { - "blockNumber": { - "type": "number" - }, - "chainId": { - "type": "number" - }, - "metaTxnID": { - "type": "string" - }, - "timestamp": { - "type": "string" - }, - "transfers": { - "description": "[]TxnLogTransfer", - "items": { - "$ref": "#/components/schemas/TxnLogTransfer" - }, - "type": "array" - }, - "txnHash": { - "type": "string" - }, - "users": { - "additionalProperties": { - "$ref": "#/components/schemas/TxnLogUser" - }, - "description": "map\u003Cstring,TxnLogUser\u003E", - "type": "object" - } - }, - "required": [ - "blockNumber", - "chainId", - "timestamp" - ], - "type": "object" - }, - "TransactionFilter": { - "properties": { - "contractAddress": { - "type": "string" - }, - "event": { - "type": "string" - }, - "from": { - "type": "string" - }, - "to": { - "type": "string" - }, - "txnHash": { - "type": "string" - } - }, - "type": "object" - }, - "TransactionHistoryFilter": { - "properties": { - "accountAddress": { - "type": "string" - }, - "accountAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "contractAddresses": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "fromBlock": { - "type": "number" - }, - "metaTransactionIDs": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "toBlock": { - "type": "number" - }, - "tokenID": { - "type": "string" - }, - "transactionHashes": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "TransactionLog": { - "properties": { - "contractAddress": { - "type": "string" - }, - "data": { - "type": "string" - }, - "index": { - "type": "number" - }, - "topics": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "contractAddress", - "topics", - "data", - "index" - ], - "type": "object" - }, - "TransactionReceipt": { - "properties": { - "blockHash": { - "type": "string" - }, - "blockNumber": { - "type": "number" - }, - "effectiveGasPrice": { - "type": "string" - }, - "final": { - "type": "boolean" - }, - "from": { - "type": "string" - }, - "gasUsed": { - "type": "number" - }, - "logs": { - "description": "[]TransactionLog", - "items": { - "$ref": "#/components/schemas/TransactionLog" - }, - "type": "array" - }, - "reorged": { - "type": "boolean" - }, - "to": { - "type": "string" - }, - "txnHash": { - "type": "string" - }, - "txnIndex": { - "type": "number" - }, - "txnStatus": { - "$ref": "#/components/schemas/TransactionStatus" - }, - "txnType": { - "$ref": "#/components/schemas/TransactionType" - } - }, - "required": [ - "txnHash", - "txnStatus", - "txnIndex", - "txnType", - "blockHash", - "blockNumber", - "gasUsed", - "effectiveGasPrice", - "from", - "to", - "logs", - "final", - "reorged" - ], - "type": "object" - }, - "TransactionStatus": { - "description": "Represented as uint32 on the server side", - "enum": [ - "FAILED", - "SUCCESSFUL" - ], - "type": "string" - }, - "TransactionType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "LegacyTxnType", - "AccessListTxnType", - "DynamicFeeTxnType" - ], - "type": "string" - }, - "TransferType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "SEND", - "RECEIVE", - "BRIDGE_DEPOSIT", - "BRIDGE_WITHDRAW", - "BURN", - "UNKNOWN" - ], - "type": "string" - }, - "TupleComponent": { - "properties": { - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "value": { - "type": "object" - } - }, - "required": [ - "type", - "value" - ], - "type": "object" - }, - "TxnInfo": { - "properties": { - "from": { - "type": "string" - }, - "to": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "required": [ - "from", - "to", - "value" - ], - "type": "object" - }, - "TxnLogTransfer": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "from": { - "type": "string" - }, - "ids": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "to": { - "type": "string" - }, - "transferType": { - "$ref": "#/components/schemas/TransferType" - } - }, - "required": [ - "transferType", - "contractAddress", - "from", - "to", - "ids", - "amounts" - ], - "type": "object" - }, - "TxnLogUser": { - "properties": { - "username": { - "type": "string" - } - }, - "required": [ - "username" - ], - "type": "object" - }, - "TxnTransfer": { - "properties": { - "amounts": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "contractAddress": { - "type": "string" - }, - "contractInfo": { - "$ref": "#/components/schemas/ContractInfo" - }, - "contractType": { - "$ref": "#/components/schemas/ContractType" - }, - "from": { - "type": "string" - }, - "logIndex": { - "type": "number" - }, - "to": { - "type": "string" - }, - "tokenIds": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "tokenMetadata": { - "additionalProperties": { - "$ref": "#/components/schemas/TokenMetadata" - }, - "description": "map\u003Cstring,TokenMetadata\u003E", - "type": "object" - }, - "transferType": { - "$ref": "#/components/schemas/TxnTransferType" - } - }, - "required": [ - "transferType", - "contractAddress", - "contractType", - "from", - "to", - "amounts", - "logIndex" - ], - "type": "object" - }, - "TxnTransferType": { - "description": "Represented as uint32 on the server side", - "enum": [ - "UNKNOWN", - "SEND", - "RECEIVE" - ], - "type": "string" - }, - "User": { - "properties": { - "address": { - "type": "string" - }, - "avatar": { - "type": "string" - }, - "backup": { - "type": "boolean" - }, - "backupConfirmed": { - "type": "boolean" - }, - "bio": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "locale": { - "type": "string" - }, - "location": { - "type": "string" - }, - "maxInvites": { - "type": "number" - }, - "normalizedUsername": { - "type": "string" - }, - "sysAdmin": { - "type": "boolean" - }, - "updatedAt": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "address", - "username", - "normalizedUsername", - "avatar", - "bio", - "location", - "locale", - "sysAdmin" - ], - "type": "object" - }, - "UserOverride": { - "properties": { - "address": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "extraProjects": { - "type": "number" - }, - "id": { - "type": "number" - }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "id", - "address", - "extraProjects", - "createdAt", - "updatedAt" - ], - "type": "object" - }, - "UserSettings": { - "properties": { - "freeProjectsLeft": { - "type": "number" - }, - "totalProjects": { - "type": "number" - } - }, - "required": [ - "freeProjectsLeft", - "totalProjects" - ], - "type": "object" - }, - "UserStorage": { - "properties": { - "key": { - "type": "string" - }, - "userAddress": { - "type": "string" - }, - "value": { - "type": "object" - } - }, - "required": [ - "userAddress", - "key", - "value" - ], - "type": "object" - }, - "Version": { - "properties": { - "appVersion": { - "type": "string" - }, - "schemaHash": { - "type": "string" - }, - "schemaVersion": { - "type": "string" - }, - "webrpcVersion": { - "type": "string" - } - }, - "required": [ - "webrpcVersion", - "schemaVersion", - "schemaHash", - "appVersion" - ], - "type": "object" - }, - "WALWriterRuntimeStatus": { - "properties": { - "branch": { - "type": "string" - }, - "chainID": { - "type": "number" - }, - "commitHash": { - "type": "string" - }, - "healthOK": { - "type": "boolean" - }, - "percentWALWritten": { - "type": "number" - }, - "startTime": { - "type": "string" - }, - "uptime": { - "type": "number" - }, - "ver": { - "type": "string" - } - }, - "required": [ - "healthOK", - "startTime", - "uptime", - "ver", - "branch", - "commitHash", - "chainID", - "percentWALWritten" - ], - "type": "object" - }, - "WaasSettings": { - "properties": { - "allowedOrigins": { - "description": "[]string", - "items": { - "type": "string" - }, - "type": "array" - }, - "emailAuth": { - "type": "boolean" - }, - "oidcProviders": { - "description": "[]OpenIdProvider", - "items": { - "$ref": "#/components/schemas/OpenIdProvider" - }, - "type": "array" - }, - "recoveryAddress": { - "type": "string" - }, - "tenantKey": { - "type": "string" - }, - "tenantState": { - "$ref": "#/components/schemas/WaasTenantState" - }, - "updateCode": { - "type": "string" - } - }, - "required": [ - "recoveryAddress", - "tenantState", - "emailAuth", - "oidcProviders", - "allowedOrigins", - "updateCode", - "tenantKey" - ], - "type": "object" - }, - "WaasTenantState": { - "description": "Represented as uint8 on the server side", - "enum": [ - "PENDING", - "DEPLOYING", - "READY", - "FAILED" - ], - "type": "string" - }, - "WaasWalletStatus": { - "properties": { - "address": { - "type": "string" - }, - "chainId": { - "type": "number" - }, - "deployed": { - "type": "boolean" - } - }, - "required": [ - "chainId", - "address", - "deployed" - ], - "type": "object" - }, - "WalletBackup": { - "properties": { - "accountAddress": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "encryptedWallet": { - "type": "string" - }, - "secretHash": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "userConfirmed": { - "type": "boolean" - } - }, - "required": [ - "accountAddress", - "secretHash", - "encryptedWallet", - "userConfirmed" - ], - "type": "object" - }, - "WalletConfig": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "createdAt": { - "type": "string" - }, - "id": { - "type": "number" - }, - "platform": { - "type": "string" - }, - "projectId": { - "type": "number" - }, - "updatedAt": { - "type": "string" - }, - "version": { - "type": "number" - } - }, - "required": [ - "version", - "projectId", - "platform", - "config" - ], - "type": "object" - }, - "WalletConfigSchema": { - "properties": { - "config": { - "additionalProperties": { - "type": "object" - }, - "description": "map\u003Cstring,any\u003E", - "type": "object" - }, - "version": { - "type": "number" - } - }, - "required": [ - "version", - "config" - ], - "type": "object" - }, - "WebhookListener": { - "properties": { - "active": { - "type": "boolean" - }, - "filters": { - "$ref": "#/components/schemas/EventFilter" - }, - "id": { - "type": "number" - }, - "name": { - "type": "string" - }, - "projectID": { - "type": "number" - }, - "updatedAt": { - "type": "string" - }, - "url": { - "type": "string" - } - }, - "required": [ - "id", - "projectID", - "url", - "filters", - "name", - "updatedAt", - "active" - ], - "type": "object" - } - }, - "securitySchemes": { - "ApiKeyAuth": { - "description": "Project access key for authenticating requests, get an access key at https://sequence.build", - "in": "header", - "name": "X-Access-Key", - "type": "apiKey" - } - } - } - } \ No newline at end of file