Marketplace Snapshot
The core of what we show in our collections page
NOTE: Valuation returned by snapshot is DEPRECATED and should not be used. HYPERSPACE Rank comes from rank_est.
Function: getMarketplaceSnapshot
Inputs:
Condition Inputs:
[Optional] projects
Type: ProjectIdWithAttributes[]
Description: A list of project ids to query for with attributes to filter on
[Optional] name
Type: StringInputArg
Description: Find a token based on display name in a collection. Requires a project to be passed in. Allows for exact match or fuzzy search.
Example:
[Optional] tokenAddresses
Type: array of strings
Description: A list of token addresses to query for
Note: Has a limit of 500 tokens per call
[Optional] excludeTokensWithoutMetadata
Type: boolean
Description: Filters tokens that we do not have metadata or information on
[Optional] includeAttributeInformation
Type: boolean
Description: Includes project level attribute information. The project_attributes field from the projects api.
[Optional] includeProjectFloorPrice
Type: boolean
Description: Include project floor price
[Optional] onlyListings
Type: boolean
Description: Only query for tokens that are listed
[Optional] priceFilter
Type: array
Description: Price to filter by inclusive
Example:
[Optional] rankFilter
Type: array
Description: Rank to filter by inclusive, Rank based on our rarity
Example:
Order By
[Optional] orderBy
Type: OrderConfig
Allowed Values:
Pagination Input:
[Optional] paginationInfo
Type: PaginationConfig
Description: Pagination Params
Example:
Response:
GetMarketplaceSnapshotsQuery
lowest_listing_mpa will contain listing information for an nft
Examples:
Show Recently Listed Degods
Show Lowest Listed Deadgods
Get 1 attribute SMBs
Reference Implementation:
Last updated