Get Community Listed Items
The endpoint "Get Market Items" allows you to retrieve the items listed by the community in the Market.
Overview
Request Body
Media Type: application/json
Example Value:
Responses
Success (Code 200)
Media Type: application/json
Example Value: An object containing the response for the items listed by the community.
Usage
Send a POST request to the
marketplace/{projectDomain}/{chain}/secondary
endpoint to obtain the items listed by the community.Handle the response accordingly based on success, unauthorized access, forbidden access, not found, method not allowed, precondition failed, or internal server error.
Note: Ensure to get the domain used for your project marketplace and you will receive the items for the selected chain.
Last updated