Coins
Coin sparkline
A compact price series for the coin over the chosen period, for drawing sparklines.
points is a sample of at most 480 readings, oldest first, each a decimal-string price at an ISO-8601 time. low and high are the true extremes of the whole period — they bound every point, but need not appear among the sampled ones. change is the move across the period in PERCENT (1.25 means +1.25%).
get/api/v1/coins/{slug}/sparkline
Query parameters
periodstring nullable
24h, 7d, 30d, 60d, 90d, 180d or 365d (default 7d).
Example:7d
24h, 7d, 30d, 60d, 90d, 180d or 365d (default 7d).
Changes
No recorded changes to this endpoint across all 2 revisions of this API.