Listings by Popularity

Get Store Listings

Get Listings ordered by popularity

GET https://store.hyperplay.xyz/api/popularity

This specific request is tailored to fetch a list of meticulously reviewed games, showcasing the best and most popular titles currently available.

This endpoint returns all games listed on HyperPlay, ordered by descending popularity.

Query Parameters

NameTypeDescription

verified

Boolean

Returns games that are compatible with MetaMask in-game or MetaMask compatible marketplaces

metaMaskInGame

Boolean

Returns games that support MetaMask in-game

metaMaskMarketplace

Boolean

Returns games that have MetaMask compatible marketplaces

Making the Request

curl --location 'https://store.hyperplay.xyz/api/popularity' \
--header 'Content-Type: application/json'

Parameter combinations

When setting verified=true, only games that have either in-game MetaMask support, or MetaMask compatible marketplaces will be returned. This parameter is not necessary if using metaMaskInGame or metaMaskMarketplace separately.

When setting metaMaskInGame=true, only games that have in-game MetaMask support will be returned. This can be combined with metaMaskMarketplace=true to further narrow results.

When setting metaMaskMarketplace=true, only games that have MetaMask compatible marketplaces will be returned.

When combining metaMaskInGame=true with metaMaskMarketplace=true, only games that have both in-game MetaMask support and MetaMask compatible marketplaces will be returned. This is a more narrow set than just using verified=true.

Last updated