Marketplace Status
Info & status on marketplaces supported by Hyperspace
As an aggregator, Hyperspace has to track and maintain the program / instance ids of other market places. In addition to these identifiers we track some metadata information about the marketplace and also what functionality is enabled for our client.
Function: getMarketplaceStatus
Example
Response
GetMarketplaceStatusQuery
display_name
Our display name for the marketplace as shown in our item details page.
item_path
The url path to an item for a market place. For marketplaces that we do not support buying yet, we will use this path to redirect the user to the listing site. The redirect url becomes item_path + token_address. Note: this url path may be empty or not populated.
website
Website of the marketplace. We use this url for redirecting if we do not know the item path.
marketplace_program_id
Identifier for a marketplace
marketplace_instance_id
Instance id of a marketplace. Can be null or empty as this really only applies to auction house marketplaces.
is_buying_enabled, etc
Flags to denote what the API currently supports
Last updated