Skip to main content
GET
/
v1
/
sentiment
/
{index}
Danh sách giá trị chỉ số tâm lý
curl --request GET \
  --url https://api-gw.verolabs.co/v1/sentiment/{index} \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "date": "2023-11-07T05:31:56Z",
      "value": 123,
      "classification": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

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[]