openapi: 3.0.0 info: title: Api Analytics secret API version: '' description: Endpoints that require a Sequence service token intended to be secret. You can manually generate one on Sequence Builder and pass it as a Bearer Token. servers: - url: https://api.sequence.app description: Analytics security: - ApiKeyAuth: [] tags: - name: secret description: Endpoints that require a Sequence service token intended to be secret. You can manually generate one on Sequence Builder and pass it as a Bearer Token. paths: /rpc/Indexer/GetOrderbookOrders: post: summary: GetOrderbookOrders description: 'These parameters are depracated, please don''t use them: - filters - beforeExpiryTimestamp - blockNumberAfter - createdAtAfter and in OrderbookOrderFilter these fields are depracated: - userAddress - excludeUserAddress Use ''filter'' and these fields instead - userAddresses - excludeUserAddress''' requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_GetOrderbookOrders_Request' example: page: page: 1 pageSize: 100 orderbookContractAddress: '0xfdb42A198a932C8D3B506Ffa5e855bC4b348a712' collectionAddress: '0x602d5dc17490794267c7fa5f58a453eb9159a86d' currencyAddresses: - '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619' - '0x0000000000000000000000000000000000000000' - '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359' filter: isListing: null userAddresses: null tokenIds: null excludeUserAddresses: null afterBlockNumber: 0 afterCreatedAt: 0 beforeExpiry: 0 userAddress: null excludeUserAddress: null orderStatuses: - OPEN filters: null beforeExpiryTimestamp: 0 blockNumberAfter: 0 createdAtAfter: 0 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_GetOrderbookOrders_Response' example: page: page: 2 pageSize: 100 more: false orders: - orderId: '1198' tokenContract: '0x602d5dc17490794267c7fa5f58a453eb9159a86d' tokenId: '3' isListing: true quantity: '1' quantityRemaining: '1' currencyAddress: '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359' pricePerToken: '1000000' expiry: '1729168819' orderStatus: OPEN createdBy: '0xf43a1defbd32243fd83fe702f7817dde3319246e' blockNumber: 63027844 orderbookContractAddress: '0xfdb42A198a932C8D3B506Ffa5e855bC4b348a712' createdAt: 1728909642 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/GetTopOrders: post: summary: GetTopOrders requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_GetTopOrders_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_GetTopOrders_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/GetAllWebhookListeners: post: summary: GetAllWebhookListeners requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_GetAllWebhookListeners_Request' example: projectId: 31396 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_GetAllWebhookListeners_Response' example: listeners: - id: 160497579 projectID: 31396 url: https://webhook.site/#!/view/a2859143-0a52-4b69-98f2-a58733e4dcf0 filters: events: - Transfer(address indexed from,address indexed to,uint256 indexed tokenId) contractAddresses: - '0x9bec34c1f7098e278afd48fedcf13355b854364a' accounts: - '0xe6eb28398ccbe46aa505b62b96822c2ce8daabf4' tokenIDs: null name: 'webhook.site #a84730' updatedAt: '2024-10-10T20:37:01.685037Z' active: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/GetWebhookListener: post: summary: GetWebhookListener requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_GetWebhookListener_Request' example: id: 160497579 projectId: 31396 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_GetWebhookListener_Response' example: listener: id: 160497579 projectID: 31396 url: https://webhook.site/#!/view/a2859143-0a52-4b69-98f2-a58733e4dcf0 filters: events: - Transfer(address indexed from,address indexed to,uint256 indexed tokenId) contractAddresses: - '0x9bec34c1f7098e278afd48fedcf13355b854364a' accounts: - '0xe6eb28398ccbe46aa505b62b96822c2ce8daabf4' tokenIDs: null name: 'webhook.site #a84730' updatedAt: '2024-10-10T20:37:01.685037632Z' active: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/AddWebhookListener: post: summary: AddWebhookListener requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_AddWebhookListener_Request' example: filters: accounts: - '0xe6eB28398CCBe46aA505b62b96822c2Ce8DAABf4' contractAddresses: - '0x9bec34c1f7098e278afd48fedcf13355b854364a' events: - Transfer(address indexed from, address indexed to, uint256 indexed tokenId) projectId: 31396 url: https://webhook.site/#!/view/a2859143-0a52-4b69-98f2-a58733e4dcf0 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_AddWebhookListener_Response' example: status: true listener: id: 160497579 projectID: 31396 url: https://webhook.site/#!/view/a2859143-0a52-4b69-98f2-a58733e4dcf0 filters: events: - Transfer(address indexed from,address indexed to,uint256 indexed tokenId) contractAddresses: - '0x9bec34c1f7098e278afd48fedcf13355b854364a' accounts: - '0xe6eb28398ccbe46aa505b62b96822c2ce8daabf4' tokenIDs: null name: 'webhook.site #a84730' updatedAt: '2024-10-10T20:37:01.685037632Z' active: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/UpdateWebhookListener: post: summary: UpdateWebhookListener requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_UpdateWebhookListener_Request' example: filters: accounts: - '0xe6eB28398CCBe46aA505b62b96822c2Ce8DAABf4' contractAddresses: - '0x9bec34c1f7098e278afd48fedcf13355b854364a' tokenIDs: - '100' events: - Transfer(address indexed from, address indexed to, uint256 indexed tokenId) projectId: 31396 url: https://webhook.site/#!/view/a2859143-0a52-4b69-98f2-a58733e4dcf0 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_UpdateWebhookListener_Response' example: status: true listener: id: 2435835685 projectID: 31396 url: https://webhook.site/#!/view/a2859143-0a52-4b69-98f2-a58733e4dcf0 filters: events: - Transfer(address indexed from,address indexed to,uint256 indexed tokenId) contractAddresses: - '0x9bec34c1f7098e278afd48fedcf13355b854364a' accounts: - '0xe6eb28398ccbe46aa505b62b96822c2ce8daabf4' tokenIDs: - '100' name: 'webhook.site #b5cf2f' updatedAt: '2024-10-10T20:52:58.924369913Z' active: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/RemoveWebhookListener: post: summary: RemoveWebhookListener requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_RemoveWebhookListener_Request' example: id: 160497579 projectId: 31396 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_RemoveWebhookListener_Response' example: status: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/ToggleWebhookListener: post: summary: ToggleWebhookListener requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_ToggleWebhookListener_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_ToggleWebhookListener_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/PauseAllWebhookListeners: post: summary: PauseAllWebhookListeners requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_PauseAllWebhookListeners_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_PauseAllWebhookListeners_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Indexer/ResumeAllWebhookListeners: post: summary: ResumeAllWebhookListeners requestBody: content: application/json: schema: $ref: '#/components/schemas/Indexer_ResumeAllWebhookListeners_Request' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Indexer_ResumeAllWebhookListeners_Response' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/ErrorWebrpcStreamLost' - $ref: '#/components/schemas/ErrorUnauthorized' - $ref: '#/components/schemas/ErrorPermissionDenied' - $ref: '#/components/schemas/ErrorSessionExpired' - $ref: '#/components/schemas/ErrorMethodNotFound' - $ref: '#/components/schemas/ErrorRequestConflict' - $ref: '#/components/schemas/ErrorAborted' - $ref: '#/components/schemas/ErrorTimeout' - $ref: '#/components/schemas/ErrorInvalidArgument' - $ref: '#/components/schemas/ErrorUnavailable' - $ref: '#/components/schemas/ErrorQueryFailed' - $ref: '#/components/schemas/ErrorResourceExhausted' - $ref: '#/components/schemas/ErrorNotFound' - $ref: '#/components/schemas/ErrorProjectNotFound' - $ref: '#/components/schemas/ErrorMetadataCallFailed' 5XX: description: Server error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcBadResponse' - $ref: '#/components/schemas/ErrorWebrpcServerPanic' - $ref: '#/components/schemas/ErrorWebrpcInternalError' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/CreateCollection: post: summary: CreateCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_CreateCollection_Request' examples: '0': value: projectId: 30957 collection: projectId: 30957 private: true metadata: name: Sandbox Chronicles description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. externalLink: https://sequence.xyz/ properties: maxNfts: 22 minNfts: 4 funCollection: true responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_CreateCollection_Response' examples: '0': value: collection: id: 887 projectId: 30957 metadata: name: Sandbox Chronicles description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. properties: funCollection: true maxNfts: 22 minNfts: 4 private: true createdAt: '2024-10-23T06:56:39.027843Z' updatedAt: '2024-10-23T06:56:39.027843Z' baseURIs: contractMetadataURI: https://metadata.sequence.app/projects/30957/collections/887.json tokenMetadataURI: https://metadata.sequence.app/projects/30957/collections/887/tokens/ 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/GetCollection: post: summary: GetCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_GetCollection_Request' examples: '0': value: projectId: 30957 collectionId: 887 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_GetCollection_Response' examples: '0': value: collection: id: 887 projectId: 30957 metadata: name: Sandbox Chronicles description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. properties: funCollection: true maxNfts: 22 minNfts: 4 private: true tokenCount: 0 createdAt: '2024-10-23T06:56:39.027843Z' updatedAt: '2024-10-23T06:56:39.027843Z' baseURIs: contractMetadataURI: https://metadata.sequence.app/projects/30957/collections/887.json tokenMetadataURI: https://metadata.sequence.app/projects/30957/collections/887/tokens/ 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/ListCollections: post: summary: ListCollections requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_ListCollections_Request' examples: '0': value: projectId: 30957 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_ListCollections_Response' examples: '0': value: page: pageSize: 30 more: false collections: - id: 265 projectId: 30957 metadata: name: Mystic Horizons description: '' private: false tokenCount: 3 createdAt: '2024-05-31T04:17:14.093787Z' updatedAt: '2024-10-22T15:16:05.25969Z' baseURIs: contractMetadataURI: https://metadata.sequence.app/projects/30957/collections/265.json tokenMetadataURI: https://metadata.sequence.app/projects/30957/collections/265/tokens/ - id: 690 projectId: 30957 metadata: name: Primary Sales NFTS - Divine Weapons description: Primary Sales NFTS - Divine Weapons Collection image: https://metadata.sequence.app/projects/30957/collections/690/image.png external_link: https://www.google.com private: false tokenCount: 2 createdAt: '2024-08-29T19:44:00.236269Z' updatedAt: '2024-08-29T19:52:13.722495Z' baseURIs: contractMetadataURI: https://metadata.sequence.app/projects/30957/collections/690.json tokenMetadataURI: https://metadata.sequence.app/projects/30957/collections/690/tokens/ - id: 819 projectId: 30957 metadata: name: Placeholders description: Placeholders collection image: https://metadata.sequence.app/projects/30957/collections/819/image.png private: false tokenCount: 10 createdAt: '2024-10-03T18:46:15.987375Z' updatedAt: '2024-10-03T18:46:18.25727Z' baseURIs: contractMetadataURI: https://metadata.sequence.app/projects/30957/collections/819.json tokenMetadataURI: https://metadata.sequence.app/projects/30957/collections/819/tokens/ - id: 887 projectId: 30957 metadata: name: Sandbox Chronicles description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. properties: funCollection: true maxNfts: 22 minNfts: 4 private: true tokenCount: 0 createdAt: '2024-10-23T06:56:39.027843Z' updatedAt: '2024-10-23T06:56:39.027843Z' baseURIs: contractMetadataURI: https://metadata.sequence.app/projects/30957/collections/887.json tokenMetadataURI: https://metadata.sequence.app/projects/30957/collections/887/tokens/ 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/UpdateCollection: post: summary: UpdateCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateCollection_Request' examples: '0': value: projectId: 30957 collection: projectId: 30957 id: 888 private: true metadata: name: Sandbox Chronicles Modified description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. externalLink: https://sequence.xyz/ properties: maxNfts: 1000 minNfts: 1 funCollection: false responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateCollection_Response' examples: '0': value: collection: id: 888 projectId: 30957 metadata: name: Sandbox Chronicles Modified description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. properties: funCollection: false maxNfts: 1000 minNfts: 1 private: true createdAt: '2024-10-23T07:02:00.905283Z' updatedAt: '2024-10-23T07:10:45.118089375Z' baseURIs: contractMetadataURI: https://metadata.sequence.app/projects/30957/collections/888.json tokenMetadataURI: https://metadata.sequence.app/projects/30957/collections/888/tokens/ 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/DeleteCollection: post: summary: DeleteCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteCollection_Request' examples: '0': value: projectId: 3095723 collectionId: 26532223 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteCollection_Response' examples: '0': value: status: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/PublishCollection: post: summary: PublishCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_PublishCollection_Request' examples: '0': value: projectId: 30957 collectionId: 888 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_PublishCollection_Response' examples: '0': value: collection: id: 888 projectId: 30957 metadata: name: Sandbox Chronicles Modified description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. properties: funCollection: false maxNfts: 1000 minNfts: 1 private: false createdAt: '2024-10-23T07:02:00.905283Z' updatedAt: '2024-10-23T07:10:45.118089Z' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/UnpublishCollection: post: summary: UnpublishCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_UnpublishCollection_Request' examples: '0': value: projectId: 30957 collectionId: 888 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_UnpublishCollection_Response' examples: '0': value: collection: id: 888 projectId: 30957 metadata: name: Sandbox Chronicles Modified description: A collection of test cases designed to push the boundaries of your API. Whether you’re validating edge cases, simulating real-world scenarios, or just experimenting with wild inputs, this suite ensures your endpoints are battle-tested and ready for anything. Perfect for developers who embrace the unexpected and thrive on precision. properties: funCollection: false maxNfts: 1000 minNfts: 1 private: true createdAt: '2024-10-23T07:02:00.905283Z' updatedAt: '2024-10-23T07:10:45.118089Z' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/CreateContractCollection: post: summary: CreateContractCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_CreateContractCollection_Request' examples: '0': value: projectId: 30957 contractCollection: chainId: 80002 contractAddress: '0x477566e9ade2dfa69f066f909e36ad617a2adef7' collectionId: 819 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_CreateContractCollection_Response' examples: '0': value: contractCollection: id: 460 chainId: 80002 contractAddress: '0x477566e9ade2dfa69f066f909e36ad617a2adef7' collectionId: 819 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/GetContractCollection: post: summary: GetContractCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_GetContractCollection_Request' examples: '0': value: projectId: 30957 chainId: 80002 contractAddress: '0x6325e304e6eea3c818f1eaf8924570d491e1f6d4' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_GetContractCollection_Response' examples: '0': value: contractCollection: id: 442 chainId: 80002 contractAddress: '0x6325e304e6eea3c818f1eaf8924570d491e1f6d4' collectionId: 908 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/ListContractCollections: post: summary: ListContractCollections requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_ListContractCollections_Request' examples: '0': value: collectionId: 819 projectId: 30957 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_ListContractCollections_Response' examples: '0': value: contractCollections: - id: 370 chainId: 80002 contractAddress: '0x70a2177079877e4aae639d1abb29ffa537b94970' collectionId: 819 collections: - id: 819 projectId: 30957 metadata: name: Placeholders description: Placeholders collection image: https://metadata.sequence.app/projects/30957/collections/819/image.png private: false createdAt: '2024-10-03T18:46:15.987375Z' updatedAt: '2024-10-03T18:46:18.25727Z' page: pageSize: 30 more: false 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/UpdateContractCollection: post: summary: UpdateContractCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateContractCollection_Request' examples: '0': value: projectId: 30957 contractCollection: chainId: 80002 contractAddress: '0x70a2177079877e4aae639d1abb29ffa537b94970' collectionId: 819 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateContractCollection_Response' examples: '0': value: ok: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/DeleteContractCollection: post: summary: DeleteContractCollection requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteContractCollection_Request' examples: '0': value: projectId: 30957 chainId: 80002 contractAddress: '0x477566e9ade2dfa69f066f909e36ad617a2adef7' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteContractCollection_Response' examples: '0': value: ok: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/CreateToken: post: summary: CreateToken requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_CreateToken_Request' examples: '0': value: projectId: 30957 collectionId: 888 private: false token: tokenId: '200' name: Eclipse Dragon description: Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force? properties: element: Shadow and Starlight rarity: Legendary alignment: Celestial age: Ancient size: Massive breath_power: Time Distortion temperament: Mysterious constellations_on_scales: 42 last_seen: During the Last Solar Eclipse responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_CreateToken_Response' examples: '0': value: token: tokenId: '200' name: Eclipse Dragon description: Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force? image: '' properties: age: Ancient alignment: Celestial breath_power: Time Distortion constellations_on_scales: 42 element: Shadow and Starlight last_seen: During the Last Solar Eclipse rarity: Legendary size: Massive temperament: Mysterious attributes: null updatedAt: '0001-01-01T00:00:00Z' assets: null 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/GetToken: post: summary: GetToken requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_GetToken_Request' examples: '0': value: projectId: 30957 collectionId: 888 tokenId: '200' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_GetToken_Response' examples: '0': value: token: tokenId: '200' name: Eclipse Dragon description: Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force? image: '' properties: age: Ancient alignment: Celestial breath_power: Time Distortion constellations_on_scales: 42 element: Shadow and Starlight last_seen: During the Last Solar Eclipse rarity: Legendary size: Massive temperament: Mysterious attributes: null updatedAt: '2024-10-23T19:34:40.158987036Z' assets: [] 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/ListTokens: post: summary: ListTokens requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_ListTokens_Request' examples: '0': value: projectId: 30957 collectionId: 888 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_ListTokens_Response' examples: '0': value: page: pageSize: 30 more: false tokens: - tokenId: '200' name: Eclipse Dragon description: Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force? image: '' properties: age: Ancient alignment: Celestial breath_power: Time Distortion constellations_on_scales: 42 element: Shadow and Starlight last_seen: During the Last Solar Eclipse rarity: Legendary size: Massive temperament: Mysterious attributes: null updatedAt: '2024-10-23T19:34:40.158987036Z' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/UpdateToken: post: summary: UpdateToken requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateToken_Request' examples: '0': value: projectId: 30957 collectionId: 888 tokenId: '200' private: false token: tokenId: '201' name: Eclipse Dragon description: Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force? properties: element: Shadow and Starlight rarity: Legendary alignment: Celestial age: Ancient size: Massive breath_power: Time Distortion temperament: Mysterious constellations_on_scales: 42 last_seen: During the Last Solar Eclipse responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateToken_Response' examples: '0': value: token: tokenId: '201' name: Eclipse Dragon description: Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force? image: '' properties: age: Ancient alignment: Celestial breath_power: Time Distortion constellations_on_scales: 42 element: Shadow and Starlight last_seen: During the Last Solar Eclipse rarity: Legendary size: Massive temperament: Mysterious attributes: null updatedAt: '0001-01-01T00:00:00Z' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/DeleteToken: post: summary: DeleteToken requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteToken_Request' examples: '0': value: projectId: 3095723 collectionId: 26532223 tokenId: '32132121' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteToken_Response' examples: '0': value: status: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/CreateAsset: post: summary: CreateAsset requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_CreateAsset_Request' examples: '0': value: projectId: 30957 asset: collectionId: 894 tokenId: '6' metadataField: image url: https://metadata.sequence.app/projects/30957/collections/895/tokens/2/image.png filename: image.png filesize: 670912 mimeType: image/png width: 1024 height: 1024 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_CreateAsset_Response' examples: '0': value: asset: id: 4418 collectionId: 894 tokenId: '6' url: '' metadataField: image updatedAt: '2024-10-25T01:29:44.686464786Z' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/GetAsset: post: summary: GetAsset requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_GetAsset_Request' examples: '0': value: projectId: 30957 assetId: 4405 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_GetAsset_Response' examples: '0': value: asset: id: 4405 collectionId: 894 tokenId: '1' url: '' metadataField: image updatedAt: '2024-10-25T00:15:34.156343Z' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/UpdateAsset: post: summary: UpdateAsset requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateAsset_Request' examples: '0': value: projectId: 30957 asset: id: 4416 collectionId: 894 tokenId: '4' metadataField: image filename: My asset responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_UpdateAsset_Response' examples: '0': value: asset: id: 4416 collectionId: 894 tokenId: '4' url: '' metadataField: image filename: New Image updatedAt: '2024-10-25T01:22:44.045492Z' 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ /rpc/Collections/DeleteAsset: post: summary: DeleteAsset requestBody: content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteAsset_Request' examples: '0': value: projectId: 30957 assetId: 4415 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Collections_DeleteAsset_Response' examples: '0': value: status: true 4XX: description: Client error content: application/json: schema: oneOf: - $ref: '#/components/schemas/ErrorWebrpcEndpoint' - $ref: '#/components/schemas/ErrorWebrpcRequestFailed' - $ref: '#/components/schemas/ErrorWebrpcBadRoute' - $ref: '#/components/schemas/ErrorWebrpcBadMethod' - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - $ref: '#/components/schemas/ErrorWebrpcClientDisconnected' - $ref: '#/components/schemas/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' tags: - secret security: - BearerAuth: - eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiMHhiZWU3NGU3ZmZkNzdkMThhZDJhOTg2ODEyZGE2MTc5ODk0MDY4ODZjIiwiaWF0IjoxNzQxNjg3NDg4LCJwcm9qZWN0IjoxNjgxNX0.LvTwKf0T6IBK9HuRFboXCNh2YY9d6EwDoQAlGYC80KQ components: schemas: Collections_GetContractCollection_Response: type: object properties: contractCollection: $ref: '#/components/schemas/ContractCollection' 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 Indexer_UpdateWebhookListener_Response: type: object properties: status: type: boolean Indexer_GetOrderbookOrders_Response: type: object properties: page: $ref: '#/components/schemas/Page' orders: type: array description: '[]OrderbookOrder' items: $ref: '#/components/schemas/OrderbookOrder' Indexer_GetAllWebhookListeners_Response: type: object properties: listeners: type: array description: '[]WebhookListener' items: $ref: '#/components/schemas/WebhookListener' ErrorUnauthorized: type: object required: - error - code - msg - status properties: error: type: string example: Unauthorized code: type: number example: 1000 msg: type: string example: Unauthorized access cause: type: string status: type: number example: 401 ErrorPermissionDenied: type: object required: - error - code - msg - status properties: error: type: string example: PermissionDenied code: type: number example: 1001 msg: type: string example: Permission denied cause: type: string status: type: number example: 403 ErrorUnavailable: type: object required: - error - code - msg - status properties: error: type: string example: Unavailable code: type: number example: 2002 msg: type: string example: Unavailable resource cause: type: string status: type: number example: 400 ErrorWebrpcBadResponse: type: object required: - error - code - msg - status properties: error: type: string example: WebrpcBadResponse code: type: number example: -5 msg: type: string example: bad response cause: type: string status: type: number example: 500 ErrorResourceExhausted: type: object required: - error - code - msg - status properties: error: type: string example: ResourceExhausted code: type: number example: 2004 msg: type: string example: Resource exhausted cause: type: string status: type: number example: 400 ErrorRequiredArgument: type: object required: - error - code - msg - status properties: error: type: string example: RequiredArgument code: type: number example: 2002 msg: type: string example: Required argument missing cause: type: string status: type: number example: 400 Collections_DeleteAsset_Request: type: object properties: projectId: type: number assetId: type: number Collections_UpdateToken_Request: type: object properties: projectId: type: number collectionId: type: number tokenId: type: string token: $ref: '#/components/schemas/TokenMetadata' private: type: boolean Indexer_GetOrderbookOrders_Request: type: object properties: page: $ref: '#/components/schemas/Page' orderbookContractAddress: type: string collectionAddress: type: string currencyAddresses: type: array description: '[]string' items: type: string filter: $ref: '#/components/schemas/OrderbookOrderFilter' orderStatuses: type: array description: '[]OrderStatus' items: $ref: '#/components/schemas/OrderStatus' filters: type: array description: '[]OrderbookOrderFilter' items: $ref: '#/components/schemas/OrderbookOrderFilter' beforeExpiryTimestamp: type: number blockNumberAfter: type: number createdAtAfter: type: number Collections_DeleteContractCollection_Request: type: object properties: projectId: type: number chainId: type: number contractAddress: type: string Collections_UpdateToken_Response: type: object properties: token: $ref: '#/components/schemas/TokenMetadata' 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 Indexer_ResumeAllWebhookListeners_Response: type: object properties: status: type: boolean 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 Collections_GetAsset_Response: type: object properties: asset: $ref: '#/components/schemas/Asset' Collections_ListContractCollections_Request: type: object properties: projectId: type: number collectionId: type: number page: $ref: '#/components/schemas/Page_2' Indexer_UpdateWebhookListener_Request: type: object properties: listener: $ref: '#/components/schemas/WebhookListener' projectId: type: number TokenMetadata: type: object required: - tokenId - name - attributes - status 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' status: $ref: '#/components/schemas/ResourceStatus' queuedAt: type: string lastFetched: type: string Collections_DeleteCollection_Response: type: object properties: status: type: boolean 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 properties: page: type: number column: type: string before: type: object after: type: object sort: type: array description: '[]SortBy' items: $ref: '#/components/schemas/SortBy' pageSize: type: number more: type: boolean Collections_UpdateAsset_Request: type: object properties: projectId: type: number asset: $ref: '#/components/schemas/Asset' 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 Collections_CreateContractCollection_Request: type: object properties: projectId: type: number contractCollection: $ref: '#/components/schemas/ContractCollection' 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 Collections_DeleteToken_Request: type: object properties: projectId: type: number collectionId: type: number tokenId: type: string Collections_DeleteToken_Response: type: object properties: status: type: boolean Asset: type: object required: - id - collectionId - 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 ErrorGeoblocked: type: object required: - error - code - msg - status properties: error: type: string example: Geoblocked code: type: number example: 1006 msg: type: string example: Geoblocked region cause: type: string status: type: number example: 451 CollectionBaseURIs: type: object required: - contractMetadataURI - tokenMetadataURI properties: contractMetadataURI: type: string tokenMetadataURI: type: string OrderbookOrder: type: object required: - orderId - tokenContract - tokenId - isListing - quantity - quantityRemaining - currencyAddress - pricePerToken - expiry - orderStatus - createdBy - blockNumber - orderbookContractAddress - createdAt properties: orderId: type: string tokenContract: type: string tokenId: type: string isListing: type: boolean quantity: type: string quantityRemaining: type: string currencyAddress: type: string pricePerToken: type: string expiry: type: string orderStatus: $ref: '#/components/schemas/OrderStatus' createdBy: type: string blockNumber: type: number orderbookContractAddress: type: string createdAt: type: number Indexer_ToggleWebhookListener_Request: type: object properties: id: type: number projectId: type: number Page_2: type: object properties: page: type: number column: type: string before: type: object after: type: object pageSize: type: number more: type: boolean ErrorRequestConflict: type: object required: - error - code - msg - status properties: error: type: string example: RequestConflict code: type: number example: 1004 msg: type: string example: Conflict with target resource cause: type: string status: type: number example: 409 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 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 Collections_GetToken_Response: type: object properties: token: $ref: '#/components/schemas/TokenMetadata' assets: type: array description: '[]Asset' items: $ref: '#/components/schemas/Asset' Indexer_AddWebhookListener_Request: type: object properties: url: type: string filters: $ref: '#/components/schemas/EventFilter' projectId: type: number Collections_CreateToken_Response: type: object properties: token: $ref: '#/components/schemas/TokenMetadata' assets: type: array description: '[]Asset' items: $ref: '#/components/schemas/Asset' Collections_ListCollections_Request: type: object properties: projectId: type: number page: $ref: '#/components/schemas/Page_2' Indexer_RemoveWebhookListener_Response: type: object properties: status: type: boolean Collections_CreateAsset_Request: type: object properties: projectId: type: number asset: $ref: '#/components/schemas/Asset' ErrorTokenDirectoryDisabled: type: object required: - error - code - msg - status properties: error: type: string example: TokenDirectoryDisabled code: type: number example: 4001 msg: type: string example: Token Directory is disabled cause: type: string status: type: number example: 400 Collections_ListCollections_Response: type: object properties: page: $ref: '#/components/schemas/Page_2' collections: type: array description: '[]Collection' items: $ref: '#/components/schemas/Collection' Collections_UpdateContractCollection_Request: type: object properties: projectId: type: number contractCollection: $ref: '#/components/schemas/ContractCollection' 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 Collections_UnpublishCollection_Response: type: object properties: collection: $ref: '#/components/schemas/Collection' SortOrder: type: string description: Represented as uint32 on the server side enum: - DESC - ASC Collections_PublishCollection_Request: type: object properties: projectId: type: number collectionId: type: number recursive: type: boolean Indexer_GetAllWebhookListeners_Request: type: object properties: projectId: type: number WebhookListener: type: object required: - id - projectID - url - filters - name - updatedAt - active properties: id: type: number projectID: type: number url: type: string filters: $ref: '#/components/schemas/EventFilter' name: type: string updatedAt: type: string active: type: boolean Collection: type: object required: - id - projectId - metadata - private properties: id: type: number projectId: type: number metadata: $ref: '#/components/schemas/CollectionMetadata' private: type: boolean revealKey: type: string tokenCount: type: number createdAt: type: string updatedAt: type: string deletedAt: type: string baseURIs: $ref: '#/components/schemas/CollectionBaseURIs' assets: type: array description: '[]Asset' items: $ref: '#/components/schemas/Asset' CollectionMetadata: type: object required: - name properties: name: type: string description: type: string image: type: string externalLink: type: string properties: type: object description: map additionalProperties: type: object attributes: type: array description: '[]map' items: type: object description: map additionalProperties: type: object Collections_ListContractCollections_Response: type: object properties: contractCollections: type: array description: '[]ContractCollection' items: $ref: '#/components/schemas/ContractCollection' collections: type: array description: '[]Collection' items: $ref: '#/components/schemas/Collection' page: $ref: '#/components/schemas/Page_2' EventFilter: type: object properties: events: type: array description: '[]string' items: type: string contractAddresses: type: array description: '[]string' items: type: string accounts: type: array description: '[]string' items: type: string tokenIDs: type: array description: '[]string' items: type: string Indexer_AddWebhookListener_Response: type: object properties: status: type: boolean listener: $ref: '#/components/schemas/WebhookListener' Collections_DeleteContractCollection_Response: type: object properties: ok: type: boolean Collections_CreateCollection_Response: type: object properties: collection: $ref: '#/components/schemas/Collection' Collections_UpdateAsset_Response: type: object properties: asset: $ref: '#/components/schemas/Asset' ErrorAborted: type: object required: - error - code - msg - status properties: error: type: string example: Aborted code: type: number example: 1005 msg: type: string example: Request aborted cause: type: string status: type: number example: 400 Indexer_GetWebhookListener_Response: type: object properties: listener: $ref: '#/components/schemas/WebhookListener' ResourceStatus: type: string description: Represented as uint32 on the server side enum: - NOT_AVAILABLE - STALE - AVAILABLE 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 Indexer_GetTopOrders_Response: type: object properties: orders: type: array description: '[]OrderbookOrder' items: $ref: '#/components/schemas/OrderbookOrder' Collections_CreateToken_Request: type: object properties: projectId: type: number collectionId: type: number token: $ref: '#/components/schemas/TokenMetadata' private: type: boolean OrderStatus: type: string description: Represented as uint32 on the server side enum: - OPEN - CLOSED - CANCELLED ErrorChainNotFound: type: object required: - error - code - msg - status properties: error: type: string example: ChainNotFound code: type: number example: 3003 msg: type: string example: Chain not found cause: type: string status: type: number example: 400 Collections_GetCollection_Response: type: object properties: collection: $ref: '#/components/schemas/Collection' Indexer_PauseAllWebhookListeners_Request: type: object properties: projectId: type: number Collections_GetContractCollection_Request: type: object properties: projectId: type: number chainId: type: number contractAddress: type: string Indexer_ToggleWebhookListener_Response: type: object properties: webhookListener: $ref: '#/components/schemas/WebhookListener' 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 ErrorValidationFailed: type: object required: - error - code - msg - status properties: error: type: string example: ValidationFailed code: type: number example: 2004 msg: type: string example: Validation failed cause: type: string status: type: number example: 400 Collections_UnpublishCollection_Request: type: object properties: projectId: type: number collectionId: type: number Collections_CreateContractCollection_Response: type: object properties: contractCollection: $ref: '#/components/schemas/ContractCollection' Collections_GetCollection_Request: type: object properties: projectId: type: number collectionId: type: number Collections_GetAsset_Request: type: object properties: projectId: type: number assetId: type: number Collections_UpdateCollection_Response: type: object properties: collection: $ref: '#/components/schemas/Collection' ContractCollection: type: object required: - id - chainId - contractAddress - collectionId properties: id: type: number chainId: type: number contractAddress: type: string collectionId: type: number Collections_GetToken_Request: type: object properties: projectId: type: number collectionId: type: number tokenId: type: string Indexer_GetWebhookListener_Request: type: object properties: id: type: number projectId: type: number Collections_DeleteCollection_Request: type: object properties: projectId: type: number collectionId: type: number Indexer_GetTopOrders_Request: type: object properties: orderbookContractAddress: type: string collectionAddress: type: string currencyAddresses: type: array description: '[]string' items: type: string tokenIDs: type: array description: '[]string' items: type: string isListing: type: boolean priceSort: $ref: '#/components/schemas/SortOrder' excludeUser: type: string 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 Collections_UpdateCollection_Request: type: object properties: projectId: type: number collection: $ref: '#/components/schemas/Collection' 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 Collections_DeleteAsset_Response: type: object properties: status: type: boolean ErrorMetadataCallFailed: type: object required: - error - code - msg - status properties: error: type: string example: MetadataCallFailed code: type: number example: 3003 msg: type: string example: Metadata service call failed cause: type: string status: type: number example: 400 OrderbookOrderFilter: type: object required: - tokenIds - afterBlockNumber - afterCreatedAt - beforeExpiry properties: isListing: type: boolean userAddresses: type: array description: '[]string' items: type: string tokenIds: type: array description: '[]string' items: type: string excludeUserAddresses: type: array description: '[]string' items: type: string afterBlockNumber: type: number afterCreatedAt: type: number beforeExpiry: type: number userAddress: type: string excludeUserAddress: type: string Collections_ListTokens_Response: type: object properties: page: $ref: '#/components/schemas/Page_2' tokens: type: array description: '[]TokenMetadata' items: $ref: '#/components/schemas/TokenMetadata' Collections_UpdateContractCollection_Response: type: object properties: ok: type: boolean ErrorQueryFailed: type: object required: - error - code - msg - status properties: error: type: string example: QueryFailed code: type: number example: 2003 msg: type: string example: Query failed cause: type: string status: type: number example: 400 Indexer_PauseAllWebhookListeners_Response: type: object properties: status: type: boolean ErrorFail: type: object required: - error - code - msg - status properties: error: type: string example: Fail code: type: number example: 1005 msg: type: string example: Request Failed cause: type: string status: type: number example: 500 SortBy: type: object required: - column - order properties: column: type: string order: $ref: '#/components/schemas/SortOrder' Indexer_ResumeAllWebhookListeners_Request: type: object properties: projectId: type: number ErrorRateLimited: type: object required: - error - code - msg - status properties: error: type: string example: RateLimited code: type: number example: 2005 msg: type: string example: Rate limited cause: type: string status: type: number example: 429 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 Indexer_RemoveWebhookListener_Request: type: object properties: id: type: number projectId: type: number Collections_CreateCollection_Request: type: object properties: projectId: type: number collection: $ref: '#/components/schemas/Collection' 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 Collections_ListTokens_Request: type: object properties: projectId: type: number collectionId: type: number page: $ref: '#/components/schemas/Page_2' Collections_PublishCollection_Response: type: object properties: collection: $ref: '#/components/schemas/Collection' Collections_CreateAsset_Response: type: object properties: asset: $ref: '#/components/schemas/Asset'