From db2fcfdf56201ad121ca3756125def2ae378af8c Mon Sep 17 00:00:00 2001 From: 0xsequence-bot <50996415+0xsequence-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:17:05 -0500 Subject: [PATCH] [AUTOMATED] Update files from 0xsequence/metadata (#428) * [AUTOMATED] Update: proto/docs/metadata.gen.yaml * [AUTOMATED] Update: docs/pages/api/**/*.gen.yaml * [AUTOMATED] Update: proto/docs/metadata.gen.yaml * [AUTOMATED] Update: proto/docs/metadata.gen.yaml --------- Co-authored-by: LukasJenicek <6400599+LukasJenicek@users.noreply.github.com> --- docs/pages/api/metadata/rpc.gen.yaml | 1094 ++------------------------ 1 file changed, 65 insertions(+), 1029 deletions(-) diff --git a/docs/pages/api/metadata/rpc.gen.yaml b/docs/pages/api/metadata/rpc.gen.yaml index d6e9d43e7b1..7328aca329f 100644 --- a/docs/pages/api/metadata/rpc.gen.yaml +++ b/docs/pages/api/metadata/rpc.gen.yaml @@ -1,8 +1,8 @@ -# sequence-metadata v0.4.0 76675d53658ab6c509c9d4436d7860fbc692885a +# sequence-metadata v0.4.0 9fbb1cff3d0fd8c99a4a64464e054ec49d886568 # -- -# Code generated by webrpc-gen@v0.20.3 with openapi generator; DO NOT EDIT +# Code generated by webrpc-gen@v0.21.0 with openapi generator; DO NOT EDIT # -# webrpc-gen -service=Metadata,Collections -ignore=@internal -schema=proto/metadata.ridl -target=openapi -title=Sequence Metadata -servers=https://metadata.sequence.app/;Metadata -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' }, 'BearerAuth': { 'type': 'http', 'scheme': 'bearer', 'bearerFormat': 'JWT', 'description': 'JWT Service Token generated from Sequence Builder', }, } -out=proto/docs/rpc.gen.yaml +# webrpc-gen -service=Metadata,Collections -ignore=@internal -schema=proto/metadata.ridl -target=openapi -title=Sequence Metadata -servers=https://metadata.sequence.app/;Metadata -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' }, 'BearerAuth': { 'type': 'http', 'scheme': 'bearer', 'bearerFormat': 'JWT', 'description': 'JWT Service Token generated from Sequence Builder', }, } -out=proto/docs/metadata.gen.yaml openapi: 3.0.0 info: title: 'Sequence Metadata' @@ -1183,21 +1183,6 @@ components: type: string refreshAll: type: boolean - Metadata_GetTokenRefreshStatus_Request: - type: object - properties: - taskId: - type: number - Metadata_GetTokenRefreshResult_Request: - type: object - properties: - taskId: - type: number - Metadata_CancelRefreshJob_Request: - type: object - properties: - taskId: - type: number Metadata_RefreshContractInfo_Request: type: object properties: @@ -1338,85 +1323,6 @@ components: $ref: '#/components/schemas/ContractType' page: $ref: '#/components/schemas/Page' - Metadata_GetNiftyswapTokenQuantity_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - tokenIDs: - type: array - description: '[]string' - items: - type: string - Metadata_GetNiftyswapUnitPrices_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - req: - $ref: '#/components/schemas/GetNiftyswapUnitPricesRequest' - fresh: - type: boolean - Metadata_GetNiftyswapUnitPricesWithQuantities_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - req: - $ref: '#/components/schemas/GetNiftyswapUnitPricesRequest' - fresh: - type: boolean - Metadata_AddContractToMintMonitor_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - Metadata_RemoveContractFromMintMonitor_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - Metadata_MintMonitorJobStatus_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - Metadata_MintMonitorTriggerJob_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - Metadata_SyncContractTokens_Request: - type: object - properties: - chainID: - type: string - contractAddress: - type: string - Metadata_AbortContractSync_Request: - type: object - properties: - taskID: - type: number - Metadata_ContractSyncJobStatus_Request: - type: object - properties: - taskID: - type: number Metadata_DirectoryGetNetworks_Request: type: object properties: @@ -1435,19 +1341,6 @@ components: type: boolean page: $ref: '#/components/schemas/Page' - Metadata_DirectorySearchCollections_Request: - type: object - properties: - query: - type: string - chainId: - type: number - includeTestnets: - type: boolean - onlyFeatured: - type: boolean - page: - $ref: '#/components/schemas/Page' Metadata_GetTokenMetadata_Response: type: object properties: @@ -1466,31 +1359,6 @@ components: properties: taskId: type: number - Metadata_GetTokenRefreshStatus_Response: - type: object - properties: - status: - $ref: '#/components/schemas/TaskStatus' - Metadata_GetTokenRefreshResult_Response: - type: object - properties: - status: - $ref: '#/components/schemas/TaskStatus' - tokens: - type: object - description: 'map' - additionalProperties: - type: boolean - failureReasons: - type: object - description: 'map' - additionalProperties: - type: string - Metadata_CancelRefreshJob_Response: - type: object - properties: - ok: - type: boolean Metadata_RefreshContractInfo_Response: type: object Metadata_RefreshContractTokens_Response: @@ -1609,67 +1477,6 @@ components: $ref: '#/components/schemas/ContractInfo' nextPage: $ref: '#/components/schemas/Page' - Metadata_GetNiftyswapTokenQuantity_Response: - type: object - properties: - quantity: - type: object - description: 'map' - additionalProperties: - type: string - Metadata_GetNiftyswapUnitPrices_Response: - type: object - properties: - prices: - type: object - description: 'map' - additionalProperties: - type: string - Metadata_GetNiftyswapUnitPricesWithQuantities_Response: - type: object - properties: - prices: - type: object - description: 'map' - additionalProperties: - $ref: '#/components/schemas/GetNiftyswapUnitPricesResponse' - Metadata_AddContractToMintMonitor_Response: - type: object - properties: - ok: - type: boolean - Metadata_RemoveContractFromMintMonitor_Response: - type: object - properties: - ok: - type: boolean - Metadata_MintMonitorJobStatus_Response: - type: object - properties: - task: - $ref: '#/components/schemas/Task' - Metadata_MintMonitorTriggerJob_Response: - type: object - properties: - ok: - type: boolean - Metadata_SyncContractTokens_Response: - type: object - properties: - taskID: - type: number - Metadata_AbortContractSync_Response: - type: object - properties: - ok: - type: boolean - Metadata_ContractSyncJobStatus_Response: - type: object - properties: - refreshTask: - $ref: '#/components/schemas/Task' - syncTask: - $ref: '#/components/schemas/Task' Metadata_DirectoryGetNetworks_Response: type: object properties: @@ -1688,16 +1495,6 @@ components: $ref: '#/components/schemas/ContractInfo' page: $ref: '#/components/schemas/Page' - Metadata_DirectorySearchCollections_Response: - type: object - properties: - collections: - type: array - description: '[]ContractInfo' - items: - $ref: '#/components/schemas/ContractInfo' - page: - $ref: '#/components/schemas/Page' Collections_CreateCollection_Request: type: object properties: @@ -2172,21 +1969,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetTokenRefreshStatus: + /rpc/Metadata/RefreshContractInfo: post: - summary: GetTokenRefreshStatus + summary: RefreshContractInfo requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetTokenRefreshStatus_Request' + $ref: '#/components/schemas/Metadata_RefreshContractInfo_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetTokenRefreshStatus_Response' + $ref: '#/components/schemas/Metadata_RefreshContractInfo_Response' '4XX': description: Client error content: @@ -2226,21 +2023,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetTokenRefreshResult: + /rpc/Metadata/RefreshContractTokens: post: - summary: GetTokenRefreshResult + summary: RefreshContractTokens requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetTokenRefreshResult_Request' + $ref: '#/components/schemas/Metadata_RefreshContractTokens_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetTokenRefreshResult_Response' + $ref: '#/components/schemas/Metadata_RefreshContractTokens_Response' '4XX': description: Client error content: @@ -2280,21 +2077,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/CancelRefreshJob: + /rpc/Metadata/RefreshAllContractTokens: post: - summary: CancelRefreshJob + summary: RefreshAllContractTokens requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_CancelRefreshJob_Request' + $ref: '#/components/schemas/Metadata_RefreshAllContractTokens_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_CancelRefreshJob_Response' + $ref: '#/components/schemas/Metadata_RefreshAllContractTokens_Response' '4XX': description: Client error content: @@ -2334,21 +2131,22 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/RefreshContractInfo: + /rpc/Metadata/GetTokenMetadataBatch: post: - summary: RefreshContractInfo + summary: GetTokenMetadataBatch + 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." requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_RefreshContractInfo_Request' + $ref: '#/components/schemas/Metadata_GetTokenMetadataBatch_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_RefreshContractInfo_Response' + $ref: '#/components/schemas/Metadata_GetTokenMetadataBatch_Response' '4XX': description: Client error content: @@ -2388,21 +2186,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/RefreshContractTokens: + /rpc/Metadata/SearchTokenMetadata: post: - summary: RefreshContractTokens + summary: SearchTokenMetadata requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_RefreshContractTokens_Request' + $ref: '#/components/schemas/Metadata_SearchTokenMetadata_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_RefreshContractTokens_Response' + $ref: '#/components/schemas/Metadata_SearchTokenMetadata_Response' '4XX': description: Client error content: @@ -2442,21 +2240,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/RefreshAllContractTokens: + /rpc/Metadata/SearchTokenIDs: post: - summary: RefreshAllContractTokens + summary: SearchTokenIDs requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_RefreshAllContractTokens_Request' + $ref: '#/components/schemas/Metadata_SearchTokenIDs_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_RefreshAllContractTokens_Response' + $ref: '#/components/schemas/Metadata_SearchTokenIDs_Response' '4XX': description: Client error content: @@ -2496,22 +2294,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetTokenMetadataBatch: + /rpc/Metadata/TokenCollectionFilters: post: - summary: GetTokenMetadataBatch - 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." + summary: TokenCollectionFilters requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetTokenMetadataBatch_Request' + $ref: '#/components/schemas/Metadata_TokenCollectionFilters_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetTokenMetadataBatch_Response' + $ref: '#/components/schemas/Metadata_TokenCollectionFilters_Response' '4XX': description: Client error content: @@ -2551,21 +2348,22 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SearchTokenMetadata: + /rpc/Metadata/GetContractInfo: post: - summary: SearchTokenMetadata + summary: GetContractInfo + description: "Contract Info -- returns contract meta-info for contracts found in registered chain's token-lists" requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_SearchTokenMetadata_Request' + $ref: '#/components/schemas/Metadata_GetContractInfo_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_SearchTokenMetadata_Response' + $ref: '#/components/schemas/Metadata_GetContractInfo_Response' '4XX': description: Client error content: @@ -2605,21 +2403,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SearchTokenIDs: + /rpc/Metadata/GetContractInfoBatch: post: - summary: SearchTokenIDs + summary: GetContractInfoBatch requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_SearchTokenIDs_Request' + $ref: '#/components/schemas/Metadata_GetContractInfoBatch_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_SearchTokenIDs_Response' + $ref: '#/components/schemas/Metadata_GetContractInfoBatch_Response' '4XX': description: Client error content: @@ -2659,21 +2457,22 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/TokenCollectionFilters: + /rpc/Metadata/SearchContractInfo: post: - summary: TokenCollectionFilters + summary: SearchContractInfo + description: "Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all." requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_TokenCollectionFilters_Request' + $ref: '#/components/schemas/Metadata_SearchContractInfo_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_TokenCollectionFilters_Response' + $ref: '#/components/schemas/Metadata_SearchContractInfo_Response' '4XX': description: Client error content: @@ -2713,22 +2512,22 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetContractInfo: + /rpc/Metadata/SearchContractInfoBatch: post: - summary: GetContractInfo - description: "Contract Info -- returns contract meta-info for contracts found in registered chain's token-lists" + summary: SearchContractInfoBatch + description: "map of contractAddress :: []ContractInfo" requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetContractInfo_Request' + $ref: '#/components/schemas/Metadata_SearchContractInfoBatch_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetContractInfo_Response' + $ref: '#/components/schemas/Metadata_SearchContractInfoBatch_Response' '4XX': description: Client error content: @@ -2768,21 +2567,23 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetContractInfoBatch: + /rpc/Metadata/SearchMetadata: post: - summary: GetContractInfoBatch + summary: SearchMetadata + deprecated: true + description: "Deprecated: Use SearchTokens() and SearchContracts() instead." requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetContractInfoBatch_Request' + $ref: '#/components/schemas/Metadata_SearchMetadata_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_GetContractInfoBatch_Response' + $ref: '#/components/schemas/Metadata_SearchMetadata_Response' '4XX': description: Client error content: @@ -2822,22 +2623,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SearchContractInfo: + /rpc/Metadata/SearchTokens: post: - summary: SearchContractInfo - description: "Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all." + summary: SearchTokens requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_SearchContractInfo_Request' + $ref: '#/components/schemas/Metadata_SearchTokens_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_SearchContractInfo_Response' + $ref: '#/components/schemas/Metadata_SearchTokens_Response' '4XX': description: Client error content: @@ -2877,728 +2677,21 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SearchContractInfoBatch: + /rpc/Metadata/SearchContracts: post: - summary: SearchContractInfoBatch - description: "map of contractAddress :: []ContractInfo" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchContractInfoBatch_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchContractInfoBatch_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SearchMetadata: - post: - summary: SearchMetadata - deprecated: true - description: "Deprecated: Use SearchTokens() and SearchContracts() instead." - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchMetadata_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchMetadata_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SearchTokens: - post: - summary: SearchTokens - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchTokens_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchTokens_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SearchContracts: - post: - summary: SearchContracts - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchContracts_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SearchContracts_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetNiftyswapTokenQuantity: - post: - summary: GetNiftyswapTokenQuantity - description: "Niftyswap querying data map of tokenID :: quantity" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_GetNiftyswapTokenQuantity_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetNiftyswapUnitPrices: - post: - summary: GetNiftyswapUnitPrices - description: "map of tokenID :: price" - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_GetNiftyswapUnitPrices_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_GetNiftyswapUnitPrices_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/GetNiftyswapUnitPricesWithQuantities: - post: - summary: GetNiftyswapUnitPricesWithQuantities - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_GetNiftyswapUnitPricesWithQuantities_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/AddContractToMintMonitor: - post: - summary: AddContractToMintMonitor - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_AddContractToMintMonitor_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_AddContractToMintMonitor_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/RemoveContractFromMintMonitor: - post: - summary: RemoveContractFromMintMonitor - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_RemoveContractFromMintMonitor_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_RemoveContractFromMintMonitor_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/MintMonitorJobStatus: - post: - summary: MintMonitorJobStatus - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_MintMonitorJobStatus_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_MintMonitorJobStatus_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/MintMonitorTriggerJob: - post: - summary: MintMonitorTriggerJob - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_MintMonitorTriggerJob_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_MintMonitorTriggerJob_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/SyncContractTokens: - post: - summary: SyncContractTokens - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SyncContractTokens_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_SyncContractTokens_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/AbortContractSync: - post: - summary: AbortContractSync - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_AbortContractSync_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_AbortContractSync_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/ContractSyncJobStatus: - post: - summary: ContractSyncJobStatus + summary: SearchContracts requestBody: content: application/json: schema: - $ref: '#/components/schemas/Metadata_ContractSyncJobStatus_Request' + $ref: '#/components/schemas/Metadata_SearchContracts_Request' responses: '200': description: OK content: application/json: schema: - $ref: '#/components/schemas/Metadata_ContractSyncJobStatus_Response' + $ref: '#/components/schemas/Metadata_SearchContracts_Response' '4XX': description: Client error content: @@ -3747,60 +2840,6 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' - /rpc/Metadata/DirectorySearchCollections: - post: - summary: DirectorySearchCollections - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_DirectorySearchCollections_Request' - responses: - '200': - description: OK - content: - application/json: - schema: - $ref: '#/components/schemas/Metadata_DirectorySearchCollections_Response' - '4XX': - description: Client error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - - $ref: '#/components/schemas/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' - '5XX': - description: Server error - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - - $ref: '#/components/schemas/ErrorWebrpcInternalError' - - $ref: '#/components/schemas/ErrorFail' /rpc/Collections/CreateCollection: post: summary: CreateCollection @@ -4935,6 +3974,3 @@ paths: - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' - $ref: '#/components/schemas/ErrorFail' -security: - - ApiKeyAuth: [] - - BearerAuth: []