Fully diluted value of the native asset
cURL
curl --request GET \ --url https://api.blockworks.com/v1/metrics/token-fdv-usd \ --header 'x-api-key: <api-key>'
{ "projectName": [ { "date": "2025-08-10", "value": 123456.789 }, { "date": "2025-08-11", "value": 234567.89 }, { "date": "2025-08-12", "value": 345678.901 } ] }
curl -H "x-api-key: YOUR_API_KEY" \ "https://api.blockworks.com/v1/metrics/token-fdv-usd?project=solana"
{ "solana": [ { "date": "2026-04-19", "value": 53843192991.643654 }, { "date": "2026-04-18", "value": 55491424634.64427 }, { "date": "2026-04-17", "value": 55585740554.31513 }, { "date": "2026-04-16", "value": 53046193709.95275 }, { "date": "2026-04-15", "value": 52308387594.56555 } ] }
Project slug (comma-separated for multiple).
arbitrum
ethereum
fogo
solana
"arbitrum"
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
OK