Plaques List API
The Stagemeta plaques API allows developers to retrieve information about unique Metaverse Teleport plaques. This includes details about the plaque such as its ID, name, status, condition, and sale information. The API also allows developers to filter and sort the results based on various criteria, such as the plaque's condition, marketplace, status, and featured status.
Plaques List API
GET
https://api.stagemeta.dev/plaques
Query Parameters
filters
Object
Example : { "filters": { "condition": ["VIRGIN", "USED", "DAMAGED"], "marketplace": ["OPENSEA","STAGE"], "status": ["AVAILABLE", "SOLD", "MINTED", "LOCKED"], "featured": true, "from": "2022-03-13T22:25:30.475Z", "to": "2023-03-13T22:25:30.475Z" } }
orderBy
String
p.updated_at
, p.updatedAt
, p.status
, p.sale_at
, p.featured_at
, p.minted_at
filterBy
String
p.updated_at
, p.sale_at
, p.featured_at
,p.minted_at
skip
Number
ASC
, DESC
limit
Number
sort
String
search
String
Last updated