Picks
Manage picks within favorites lists
Retrieves pick statistics for a specific marketplace item.
Returns:
Total number of times the item has been picked (added to lists)
Number of different lists containing this item
Popularity metrics
Authentication is optional but may provide additional user-specific data.
Signed fetch authentication using decentraland-crypto-middleware with metadata validation (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.
Unique identifier of the marketplace item
Pick statistics
Pick statistics
Retrieves aggregated statistics across all picks in the marketplace.
Returns:
Total number of picks across all lists
Total number of unique items that have been picked
Total number of active lists
Use this endpoint for global marketplace analytics and engagement metrics.
All picks statistics
All picks statistics
Retrieves all pick instances for a specific marketplace item. Shows which lists contain this item and associated pick metadata.
Authentication is optional but may provide access to private lists if the user has permissions.
Signed fetch authentication using decentraland-crypto-middleware with metadata validation (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.
Unique identifier of the marketplace item
Item picks
Item picks
Adds or removes an item from multiple favorites lists in a single operation.
Authentication Required: User must be authenticated and authorized.
Use cases:
Add an item to multiple lists at once
Remove an item from multiple lists at once
This is more efficient than making individual pick/unpick requests when managing multiple lists.
Signed fetch authentication using decentraland-crypto-middleware with metadata validation (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.
Unique identifier of the marketplace item to pick/unpick
Action to perform
List of list IDs
Bulk operation completed
Unauthorized - invalid signed fetch
Forbidden - invalid metadata
Last updated