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

hsClient.getMarketplaceStatus()

Response

GetMarketplaceStatusQuery

  Marketplace Status {
    display_name
    item_path
    website
    is_bidding_enabled
    is_buying_enabled
    is_delisting_enabled
    is_listing_enabled
    marketplace_program_id
    marketplace_instance_id
  }

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