/solscan/tokens/price-history
/solscan
/solscan/tokens/price-history
Get the daily USD price history of a Solana token over a date range
Price: 1 credit
💡 AI Hint: Get the daily USD price history of a Solana token by its mint address over a date range (YYYYMMDD). Returns one point per day with the date, closing USD price, and the time it was last updated.
⚠️ Common errors: 412: Token not found
POST
/solscan/tokens/price-history
Authorizations
API token from the dashboard
Headers
Body
application/json
Token mint address (base58)
Example:
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Start date (YYYYMMDD)
Example:
"20260601"
End date (YYYYMMDD)
Example:
"20260627"
Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500