Listings
Last updated
Last updated
Retrieve a list of marketplace listings. Supports filtering, sorting, and pagination.
/v1/listings/search
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with
Purchase the specified listing from the Mythical Marketplace on behalf of the given player. Will only succeed if the provided mythToUsd
rate has not deviated too far from when the price was quoted, and the version
of the listing has not changed.
/v1/listings/{id}/purchase
UUID of the listing to purchase
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with
1
0.33