---
title: "NFTs Collection Tickers by ID"
method: GET
path: "/nfts/{id}/tickers"
---

# NFTs Collection Tickers by ID

`GET /nfts/{id}/tickers`

To query the latest floor price and 24hr volume of a NFT collection, on each NFT marketplace, e.g. OpenSea and Blur

## Path parameters

- `id` string, required

## Response `200`

NFT collection tickers data

- NFTTickers
  - `tickers` object[], required
    - `floor_price_in_native_currency` number, required — NFT collection floor price in native currency
    - `h24_volume_in_native_currency` number, required — NFT collection volume in 24 hours in native currency
    - `native_currency` string, required — NFT collection native currency
    - `native_currency_symbol` string, required — NFT collection native currency symbol
    - `updated_at` string, required — Last updated time
    - `nft_marketplace_id` string, required — NFT marketplace ID
    - `name` string, required — NFT marketplace name
    - `image` string, required — NFT marketplace image URL
    - `nft_collection_url` string, required — NFT collection URL in the NFT marketplace

---

[API](https://skmtc.net/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/versions/006c13c1a566/schema)
