Market Data
Get historical volume for a collection
Commonly used to build a time-series chart of the transaction volume of an NFT collection.
GET
/
v1
/
{chainName}
/
nft_market
/
{contractAddress}
/
volume
/
Credit Cost: 2 per call.
Processing: Batch
Processing: Batch
Path Parameters
chainName
string
requiredThe chain name eg: eth-mainnet
.
contractAddress
string
requiredThe requested contract address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
Query Parameters
days
integer
The number of days to return data for. Request up 365 days. Defaults to 30 days.
quote-currency
string
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Response
200 - application/json
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
address
string
The requested address.
quote_currency
string
The requested quote currency eg: USD
.
chain_name
string
The requested chain name eg: eth-mainnet
.
chain_id
integer
The requested chain ID eg: 1
.
items
object[]
List of response items.