For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prices

Get current marketplace prices

Get current market prices

get
/v1/prices

Retrieves current cryptocurrency and token price information used in the marketplace.

Returns price data for:

  • MANA (Decentraland's native token)

  • ETH (Ethereum)

  • Other supported currencies

Prices are typically provided in USD and updated regularly. Use this endpoint to display current conversion rates and calculate fiat equivalents.

Responses
200

Price information

application/json
pricesobjectRequired

Price data by category

timestampstring · date-timeOptional

Price timestamp

get/v1/prices
GET /v1/prices HTTP/1.1
Host: marketplace-api.decentraland.org
Accept: */*
200

Price information

{
  "prices": {},
  "timestamp": "2026-01-01T00:00:00.000Z"
}

Last updated