Skip to main content
GET
/
gateway
/
v1
/
market
/
fear-greed
Fear & Greed Index History
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>"
}

Query Parameters

from
string

Start of time range. Accepts Unix seconds or date string (YYYY-MM-DD)

Example:

"2026-01-01"

to
string

End of time range. Accepts Unix seconds or date string (YYYY-MM-DD)

Example:

"2026-03-01"

Response

OK

data
object[] | null
required
meta
object
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/SimpleListResponseMarketFearGreedHistoryItem.json"