cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/market/fear-greed
{ "data": [ { "classification": "<string>", "price": 123, "timestamp": 123, "value": 123 } ], "meta": { "cached": true, "credits_used": 123 }, "$schema": "<string>" }
Start of time range. Accepts Unix seconds or date string (YYYY-MM-DD)
"2026-01-01"
End of time range. Accepts Unix seconds or date string (YYYY-MM-DD)
"2026-03-01"
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/SimpleListResponseMarketFearGreedHistoryItem.json"