Skip to main content
GET
Danh sách giá trị chỉ số tâm lý
Fetch sentiment index values for a named index within a UTC time range.

Index values

Returns numeric sentiment values.

Classification

Some indices may include a descriptive classification.

Common use cases

  • Render sentiment charts.
  • Add sentiment context to market views.
  • Track changes in market mood over time.

Key parameters

  • index: sentiment index name.
  • from and to: ISO 8601 UTC timestamps.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Path Parameters

index
string
required
Example:

"crypto_fear_greed"

Query Parameters

from
string<date-time>
required

ISO 8601 UTC; phải kết thúc bằng "Z".

Example:

"2026-05-15T00:00:00Z"

to
string<date-time>
required

ISO 8601 UTC; phải kết thúc bằng "Z" và nằm sau from.

Example:

"2026-05-15T01:00:00Z"

limit
integer
default:1000
Required range: 1 <= x <= 10000
Example:

100

Response

OK

data
object[]