User Marketplace Activity & History
Getting user activity and history
Function: getUserBids
Description: Returns all existing user bids
Inputs:
Condition Inputs:
[Required] userAddress
Type: String
Description: Wallet to look up bids
Response:
GetUserBidsQuery
Example:
Reference Implementation:
Function: getUserListings
Description: Returns all existing user listings
Inputs:
Condition Inputs:
[Required] userAddress
Type: String
Description: Wallet to look up bids
Response:
GetUserListingsQuery
Example:
Reference Implementation:
Function: getUserHistory
Description: Returns all user activity
Inputs:
Condition Inputs:
[Required] userAddress
Type: String
Description: Wallet to look up bids
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.
Pagination Input:
[Optional] paginationInfo
Type: PaginationConfig
Description: Pagination Params
Example:
Response:
GetUserHistoryQuery
Example:
Reference Implementation:
Last updated