---
title: "Get current market prices"
method: GET
path: "/v1/prices"
tags: ["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.

## Response `200`

Price information

- object
  - `prices` object, required — Price data by category
  - `timestamp` string, date-time — Price timestamp

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
