---
title: "Get NFT Collection floor price"
method: GET
path: "/v0.1/data/collections/{collection}/floorPrice"
tags: ["NFT Data and Historical Statistics"]
---

# Get NFT Collection floor price

`GET /v0.1/data/collections/{collection}/floorPrice`

Get historical statistics about Collection's NFT floor price

## Path parameters

- `collection` string, required

## Query parameters

- `currency` 'USD' | 'ETH' | 'XTZ' | 'FLOW' | 'MATIC' | 'POL' | 'SOL' | 'MNT' | 'CHZ' | 'CELO' | 'FIEF' | 'XAI' | 'APT' | 'OAS' | 'QUAI' | 'ROSE' | 'BNB' | 'PALM' | 'FIVIRE' | 'SEI' | 'GLMR' | 'AZERO' | 'BERA' | 'TLOS' | 'HBAR' | 'VIC' | 'BTC' | 'HYPE' | 'XFI' | 'CAMP' | 'STT'
- `filters` string

## Response `200`

OK

- OlapStatsGraphResponse
  - `historicalDates` string[], required — Dates of historical statistics
  - `historicalValues` number[], required — Values of historical statistics
  - `currentValue` number — Current value

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/revisions/5d2651b9411d/schema)
