openapi: 3.0.0 info: title: Api Analytics Marketplace API version: '' servers: - url: https://api.sequence.app description: Analytics security: - ApiKeyAuth: [] tags: - name: Marketplace paths: /rpc/Marketplace/ListCurrencies: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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/GetCollectionDetail: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCollectionDetail_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCollectionDetail_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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/GetCountOfListingsForCollectible: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfListingsForCollectible_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfListingsForCollectible_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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/GetCountOfOffersForCollectible: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfOffersForCollectible_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfOffersForCollectible_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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: tags: - Marketplace summary: 'Deprecated: Please use GetLowestPriceOfferForCollectible instead.' deprecated: true security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: 'Deprecated: Please use GetHighestPriceOfferForCollectible instead.' deprecated: true security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: 'Deprecated: Please use GetLowestPriceListingForCollectible instead.' deprecated: true security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: 'Deprecated: Please use GetHighestPriceListingForCollectible instead.' deprecated: true security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: 'Deprecated: Please use ListListingsForCollectible instead.' deprecated: true security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: 'Deprecated: Please use ListOffersForCollectible instead.' deprecated: true security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: checkout process security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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/GenerateCancelTransaction: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_GenerateCancelTransaction_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_GenerateCancelTransaction_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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: tags: - Marketplace summary: list of collectibles with best order for each collectible, by default this only returns collectibles with an order security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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/GetCountOfAllCollectibles: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfAllCollectibles_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfAllCollectibles_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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/GetCountOfFilteredCollectibles: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfFilteredCollectibles_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_GetCountOfFilteredCollectibles_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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/ListCollectionActivities: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_ListCollectionActivities_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_ListCollectionActivities_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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/ListCollectibleActivities: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_ListCollectibleActivities_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_ListCollectibleActivities_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI 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' /rpc/Marketplace/SupportedMarketplaces: post: tags: - Marketplace summary: '' security: - ApiKeyAuth: - AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI requestBody: content: application/json: schema: $ref: '#/components/schemas/Marketplace_SupportedMarketplaces_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Marketplace_SupportedMarketplaces_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/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' components: schemas: 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 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 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 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 Marketplace_GenerateBuyTransaction_Response: type: object properties: steps: type: array description: '[]Step' items: $ref: '#/components/schemas/Step' GetOrdersInput: type: object required: - contractAddress - orderId - marketplace properties: contractAddress: type: string orderId: type: string marketplace: $ref: '#/components/schemas/MarketplaceKind' 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 OrderSide: type: string description: Represented as uint8 on the server side enum: - unknown - listing - offer CheckoutOptionsItem: type: object required: - tokenId - quantity properties: tokenId: type: string quantity: type: string 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' 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 ContractType: type: string description: Represented as uint16 on the server side enum: - UNKNOWN - ERC20 - ERC721 - ERC1155 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 Marketplace_GetOrders_Request: type: object properties: input: type: array description: '[]GetOrdersInput' items: $ref: '#/components/schemas/GetOrdersInput' page: $ref: '#/components/schemas/Page' Marketplace_GetCollectionDetail_Response: type: object properties: collection: $ref: '#/components/schemas/Collection' Marketplace_GetLowestPriceListingForCollectible_Response: type: object properties: order: $ref: '#/components/schemas/Order' PropertyType: type: string description: Represented as uint32 on the server side enum: - INT - STRING - ARRAY - GENERIC Marketplace_ListOffersForCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' page: $ref: '#/components/schemas/Page' OrderData: type: object required: - orderId - quantity properties: orderId: type: string quantity: type: string tokenId: type: string Marketplace_GetCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string 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 TransactionOnRampProvider: type: string description: Represented as uint32 on the server side enum: - unknown - sardine - transak ActivityAction: type: string description: Represented as uint8 on the server side enum: - unknown - listing - offer - mint - sale - listingCancel - offerCancel - transfer 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 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' 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_GetHighestPriceOfferForCollectible_Response: type: object properties: order: $ref: '#/components/schemas/Order' 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 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' Activity: type: object required: - id - collectionId - collectibleId - chainId - contractAddress - tokenId - action - txHash - source - from - quantity - quantityDecimals - activityCreatedAt - logIndex - uniqueHash - createdAt - updatedAt properties: id: type: number collectionId: type: number collectibleId: type: number chainId: type: number contractAddress: type: string tokenId: type: string action: $ref: '#/components/schemas/ActivityAction' txHash: type: string source: $ref: '#/components/schemas/SourceKind' from: type: string to: type: string quantity: type: string quantityDecimals: type: number priceAmount: type: string priceAmountFormatted: type: string priceCurrencyAddress: type: string priceDecimals: type: number activityCreatedAt: type: string logIndex: type: number uniqueHash: type: string createdAt: type: string updatedAt: type: string deletedAt: type: string ExecuteType: type: string description: Represented as uint32 on the server side enum: - unknown - order Marketplace_GetFloorOrder_Response: type: object properties: collectible: $ref: '#/components/schemas/CollectibleOrder' Marketplace_GetLowestPriceOfferForCollectible_Response: type: object properties: order: $ref: '#/components/schemas/Order' TransactionSwapProvider: type: string description: Represented as uint32 on the server side enum: - unknown - zerox 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 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 Marketplace_GetCountOfListingsForCollectible_Response: type: object properties: count: type: number 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 Marketplace_GetCountOfAllCollectibles_Response: type: object properties: count: type: number Marketplace_GetCollectionDetail_Request: type: object properties: contractAddress: type: string Marketplace_GetCollectibleLowestListing_Response: type: object properties: order: $ref: '#/components/schemas/Order' Marketplace_ListCollectiblesWithHighestOffer_Response: type: object properties: collectibles: type: array description: '[]CollectibleOrder' items: $ref: '#/components/schemas/CollectibleOrder' page: $ref: '#/components/schemas/Page' 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 Order: type: object required: - id - collectionId - orderId - marketplace - source - side - status - chainId - originName - collectionContractAddress - createdBy - priceAmount - priceAmountFormatted - priceAmountNet - priceAmountNetFormatted - priceCurrencyAddress - priceDecimals - priceUSD - priceUSDFormatted - quantityInitial - quantityInitialFormatted - quantityRemaining - quantityRemainingFormatted - quantityAvailable - quantityAvailableFormatted - quantityDecimals - feeBps - feeBreakdown - validFrom - validUntil - blockNumber - 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 originName: type: string 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 priceUSDFormatted: type: string 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 blockNumber: type: number orderCreatedAt: type: string orderUpdatedAt: type: string createdAt: type: string updatedAt: type: string deletedAt: type: string 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 Marketplace_ListListingsForCollectible_Response: type: object properties: listings: type: array description: '[]Order' items: $ref: '#/components/schemas/Order' page: $ref: '#/components/schemas/Page' 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 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 Marketplace_GetCollectibleHighestOffer_Response: type: object properties: order: $ref: '#/components/schemas/Order' Marketplace_ListCollectibleOffers_Response: type: object properties: offers: type: array description: '[]Order' items: $ref: '#/components/schemas/Order' page: $ref: '#/components/schemas/Page' Marketplace_GetCountOfOffersForCollectible_Response: type: object properties: count: type: number CollectionLastSynced: type: object required: - allOrders - newOrders properties: allOrders: type: string newOrders: type: string Marketplace_GenerateCancelTransaction_Response: type: object properties: steps: type: array description: '[]Step' items: $ref: '#/components/schemas/Step' Marketplace_GenerateSellTransaction_Request: type: object properties: collectionAddress: type: string seller: 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' 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 inCurrencyAddresses: type: array description: '[]string' items: type: string notInCurrencyAddresses: type: array description: '[]string' items: 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_CheckoutOptionsSalesContract_Response: type: object properties: options: $ref: '#/components/schemas/CheckoutOptions' Marketplace_ListCollectibleListings_Response: type: object properties: listings: type: array description: '[]Order' items: $ref: '#/components/schemas/Order' page: $ref: '#/components/schemas/Page' StepType: type: string description: Represented as uint8 on the server side enum: - unknown - tokenApproval - buy - sell - createListing - createOffer - signEIP712 - signEIP191 - cancel Marketplace_ListCollectibles_Response: type: object properties: collectibles: type: array description: '[]CollectibleOrder' items: $ref: '#/components/schemas/CollectibleOrder' page: $ref: '#/components/schemas/Page' Marketplace_GenerateListingTransaction_Response: type: object properties: steps: type: array description: '[]Step' items: $ref: '#/components/schemas/Step' 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 Marketplace_GenerateCancelTransaction_Request: type: object properties: collectionAddress: type: string maker: type: string marketplace: $ref: '#/components/schemas/MarketplaceKind' orderId: type: string SortOrder: type: string description: Represented as uint32 on the server side enum: - DESC - ASC PostRequest: type: object required: - endpoint - method - body properties: endpoint: type: string method: type: string body: type: object CollectionConfig: type: object required: - lastSynced - collectiblesSynced - activitiesSynced - activitiesSyncedContinuity properties: lastSynced: type: object description: map additionalProperties: $ref: '#/components/schemas/CollectionLastSynced' collectiblesSynced: type: string activitiesSynced: type: string activitiesSyncedContinuity: type: string Marketplace_ListCollectibleListings_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' page: $ref: '#/components/schemas/Page' Collection: type: object required: - id - status - chainId - contractAddress - contractType - priority - tokenQuantityDecimals - config - syncContractMetadataJob - refreshMetadataJob - refreshMetadataTimestamp - createdAt - updatedAt properties: id: type: number status: $ref: '#/components/schemas/CollectionStatus' chainId: type: number contractAddress: type: string contractType: $ref: '#/components/schemas/ContractType' priority: $ref: '#/components/schemas/CollectionPriority' tokenQuantityDecimals: type: number config: $ref: '#/components/schemas/CollectionConfig' syncContractMetadataJob: type: number refreshMetadataJob: type: number refreshMetadataTimestamp: type: string createdAt: type: string updatedAt: type: string deletedAt: type: string Marketplace_GetHighestPriceListingForCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' AdditionalFee: type: object required: - amount - receiver properties: amount: type: string receiver: type: string CollectibleOrder: type: object required: - metadata properties: metadata: $ref: '#/components/schemas/TokenMetadata' order: $ref: '#/components/schemas/Order' listing: $ref: '#/components/schemas/Order' offer: $ref: '#/components/schemas/Order' CollectionPriority: type: string description: Represented as uint8 on the server side enum: - unknown - low - normal - high Marketplace_GenerateSellTransaction_Response: type: object properties: steps: type: array description: '[]Step' items: $ref: '#/components/schemas/Step' CollectionStatus: type: string description: Represented as uint8 on the server side enum: - unknown - created - syncing_contract_metadata - synced_contract_metadata - syncing_metadata - synced_metadata - syncing_tokens - synced_tokens - syncing_orders - active - failed - inactive - incompatible_type Marketplace_GetHighestPriceListingForCollectible_Response: type: object properties: order: $ref: '#/components/schemas/Order' 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_ListCollectiblesWithLowestListing_Request: type: object properties: contractAddress: type: string filter: $ref: '#/components/schemas/CollectiblesFilter' page: $ref: '#/components/schemas/Page' Marketplace_ListListingsForCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' page: $ref: '#/components/schemas/Page' Marketplace_ListCollectionActivities_Response: type: object properties: activities: type: array description: '[]Activity' items: $ref: '#/components/schemas/Activity' page: $ref: '#/components/schemas/Page' MarketplaceKind: type: string description: Represented as uint8 on the server side enum: - unknown - sequence_marketplace_v1 - sequence_marketplace_v2 - blur - zerox - opensea - looks_rare - x2y2 - alienswap - payment_processor - mintify - magic_eden Marketplace_GetCollectibleLowestListing_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' 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 Marketplace_GetCountOfAllCollectibles_Request: type: object properties: contractAddress: type: string OrderStatus: type: string description: Represented as uint8 on the server side enum: - unknown - active - inactive - expired - cancelled - filled - decimals_missing Marketplace_ListCurrencies_Response: type: object properties: currencies: type: array description: '[]Currency' items: $ref: '#/components/schemas/Currency' WalletKind: type: string description: Represented as uint8 on the server side enum: - unknown - sequence FeeBreakdown: type: object required: - kind - recipientAddress - bps properties: kind: type: string recipientAddress: type: string bps: type: number Marketplace_ListOffersForCollectible_Response: type: object properties: offers: type: array description: '[]Order' items: $ref: '#/components/schemas/Order' page: $ref: '#/components/schemas/Page' 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 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 Marketplace_GetLowestPriceOfferForCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' Marketplace_GetOrders_Response: type: object properties: orders: type: array description: '[]Order' items: $ref: '#/components/schemas/Order' page: $ref: '#/components/schemas/Page' Marketplace_ListCollectibleActivities_Response: type: object properties: activities: type: array description: '[]Activity' items: $ref: '#/components/schemas/Activity' page: $ref: '#/components/schemas/Page' Marketplace_SupportedMarketplaces_Request: type: object CurrencyStatus: type: string description: Represented as uint8 on the server side enum: - unknown - created - syncing_metadata - active - failed TransactionNFTCheckoutProvider: type: string description: Represented as uint32 on the server side enum: - unknown - sardine - transak Marketplace_CheckoutOptionsMarketplace_Response: type: object properties: options: $ref: '#/components/schemas/CheckoutOptions' TransactionCrypto: type: string description: Represented as uint32 on the server side enum: - none - partially - all Marketplace_GetLowestPriceListingForCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' Marketplace_GetCollectibleLowestOffer_Response: type: object properties: order: $ref: '#/components/schemas/Order' Marketplace_ListCollectionActivities_Request: type: object properties: contractAddress: type: string page: $ref: '#/components/schemas/Page' Marketplace_GenerateOfferTransaction_Response: type: object properties: steps: type: array description: '[]Step' items: $ref: '#/components/schemas/Step' Marketplace_ListCollectibleOffers_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' page: $ref: '#/components/schemas/Page' Marketplace_GetCountOfFilteredCollectibles_Response: type: object properties: count: type: number Marketplace_GetCollectible_Response: type: object properties: metadata: $ref: '#/components/schemas/TokenMetadata' Marketplace_GetFloorOrder_Request: type: object properties: contractAddress: type: string filter: $ref: '#/components/schemas/CollectiblesFilter' CheckoutOptionsMarketplaceOrder: type: object required: - contractAddress - orderId - marketplace properties: contractAddress: type: string orderId: type: string marketplace: $ref: '#/components/schemas/MarketplaceKind' Marketplace_ListCollectiblesWithHighestOffer_Request: type: object properties: contractAddress: type: string filter: $ref: '#/components/schemas/CollectiblesFilter' page: $ref: '#/components/schemas/Page' 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 Domain: type: object required: - name - version - chainId - verifyingContract properties: name: type: string version: type: string chainId: type: number verifyingContract: type: string 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 SourceKind: type: string description: Represented as uint32 on the server side enum: - unknown - external - sequence_marketplace_v1 - sequence_marketplace_v2 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 Marketplace_GetCollectibleLowestOffer_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' Currency: type: object required: - id - chainId - contractAddress - status - name - symbol - decimals - imageUrl - exchangeRate - defaultChainCurrency - nativeCurrency - createdAt - updatedAt - refreshMetadataJob properties: id: type: number chainId: type: number contractAddress: type: string status: $ref: '#/components/schemas/CurrencyStatus' name: type: string symbol: type: string decimals: type: number imageUrl: type: string exchangeRate: type: number defaultChainCurrency: type: boolean nativeCurrency: type: boolean createdAt: type: string updatedAt: type: string deletedAt: type: string refreshMetadataJob: type: number Marketplace_CheckoutOptionsMarketplace_Request: type: object properties: wallet: type: string orders: type: array description: '[]CheckoutOptionsMarketplaceOrder' items: $ref: '#/components/schemas/CheckoutOptionsMarketplaceOrder' additionalFee: type: number Marketplace_GetCollectibleHighestListing_Response: type: object properties: order: $ref: '#/components/schemas/Order' Marketplace_ListCollectiblesWithLowestListing_Response: type: object properties: collectibles: type: array description: '[]CollectibleOrder' items: $ref: '#/components/schemas/CollectibleOrder' page: $ref: '#/components/schemas/Page' Marketplace_GetCollectibleHighestListing_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' SortBy: type: object required: - column - order properties: column: type: string order: $ref: '#/components/schemas/SortOrder' Marketplace_SupportedMarketplaces_Response: type: object properties: marketplaces: type: array description: '[]MarketplaceKind' items: $ref: '#/components/schemas/MarketplaceKind' 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 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 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_GetCountOfOffersForCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter' Step: type: object required: - id - data - to - value - price properties: id: $ref: '#/components/schemas/StepType' data: type: string to: type: string value: type: string price: type: string signature: $ref: '#/components/schemas/Signature' post: $ref: '#/components/schemas/PostRequest' executeType: $ref: '#/components/schemas/ExecuteType' 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_GetCountOfFilteredCollectibles_Request: type: object properties: side: $ref: '#/components/schemas/OrderSide' contractAddress: type: string filter: $ref: '#/components/schemas/CollectiblesFilter' 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 Signature: type: object required: - domain - types - primaryType - value properties: domain: $ref: '#/components/schemas/Domain' types: type: object primaryType: type: string value: type: object Marketplace_ListCollectibleActivities_Request: type: object properties: contractAddress: type: string tokenId: type: string page: $ref: '#/components/schemas/Page' Marketplace_GetHighestPriceOfferForCollectible_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_ListCurrencies_Request: type: object Marketplace_GetCountOfListingsForCollectible_Request: type: object properties: contractAddress: type: string tokenId: type: string filter: $ref: '#/components/schemas/OrderFilter'