Project Marketplace Activity & History
Getting activity / history for a project
Function: getProjectHistory
Inputs:
Condition Inputs:
[Required] projects
Type: ProjectIdWithAttributes[]
Description: Projects to query against
Note: Supports attribute filtering for only a single collection
Example:
[Optional] actionTypes
Type: MarketplaceActionEnums[]
Description: Action types that we want to filter for
Allowed Values:
[DEPRECATED] nonMpaActionTypes
We no longer show mints in this endpoint for performance reasons. There is a new endpoint to get mint activity. We have plans down the road to merge the 2 but until then we please use the non marketplace actions endpoint for mints.
Response:
GetProjectHistoryQuery
Example:
Getting all degeniverse collections
Getting sales activity only
Getting 1 attribute SMB activity
Reference Implementation
Last updated