API Documentation

⌘K
GET/api/1/nft/market-chart/{id}

NFT Collection Price History

Returns historical floor price, market cap, and 24h volume for an NFT collection.

Parameters

2
daysinteger
query

Number of days of history (default: all)

idstringrequired
path

NFT collection ID (CoinGecko slug)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/nft/market-chart/{id}?days=365' \
  -H 'Accept: application/json'
200 Response
Default Response