Rarities
Last updated
Last updated
GET /v1/rarities HTTP/1.1
Host: builder-api.decentraland.org
Accept: */*
{
"ok": true,
"data": [
{
"id": "text",
"name": "text",
"price": "text",
"maxSupply": "text",
"prices": {
"MANA": "text",
"USD": "text"
}
}
]
}GET /v1/rarities/{name} HTTP/1.1
Host: builder-api.decentraland.org
Accept: */*
{
"ok": true,
"data": {
"id": "text",
"name": "text",
"price": "text",
"maxSupply": "text",
"prices": {
"MANA": "text",
"USD": "text"
}
}
}