zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/Santiment
Logo Santiment

Santiment

What a Santiment metric will actually serve, straight from the API's own

2 endpoints2 endpoints on this scraper628 calls628 calls so farupdated last monthLast updated 8/21/2026, 2:25:56 AMBusy: 10+ calls so farllms.txt
Endpoints2

2/2 passing
checked 20 hours ago · daily 01:00 WIB

Metric Metadata

What a Santiment metric will actually serve, straight from the API's own

GET/v1/finance:santiment/metric-metadata1h cache2 paramschecking key…
Parameters
metricstring

Metric name. Default social_volume_total.

includeSlugsenum

Include every asset slug this metric covers. Thousands of entries, roughly 37 KB. Default false.

·
Response
EXAMPLE
{
  "count": 0,
  "items": [],
  "total": null,
  "metric": "social_volume_total",
  "dataset": "metric-metadata",
  "provider": "santiment",
  "minInterval": "5m",
  "isRestricted": true,
  "restrictedTo": "2026-07-22T02:25:57Z",
  "restrictedFrom": "2025-08-21T02:25:57Z",
  "defaultAggregation": "SUM",
  "availableAggregations": [
    "ANY",
    "SUM",
    "AVG",
    "MIN",
    "MAX",
    "LAST",
    "FIRST",
    "MEDIAN"
  ]
}

Code

Metric Metadata
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:santiment", "metric-metadata", {
  "metric": "social_volume_total",
  "includeSlugs": "true"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

2 endpoints · plain text
GET
Metric Metadata/v1/finance:santiment/metric-metadata
2 params

What a Santiment metric will actually serve, straight from the API's own

Parameters

metricstringoptional
Metric name. Default social_volume_total.
includeSlugsenumoptional
Include every asset slug this metric covers. Thousands of entries, roughly 37 KB. Default false. Values: true, false.

Request

curl -X GET "https://api.zapi.ink/v1/finance:santiment/metric-metadata?metric=social_volume_total&includeSlugs=true" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 0,
  "items": [],
  "total": null,
  "metric": "social_volume_total",
  "dataset": "metric-metadata",
  "provider": "santiment",
  "minInterval": "5m",
  "isRestricted": true,
  "restrictedTo": "2026-07-22T02:25:57Z",
  "restrictedFrom": "2025-08-21T02:25:57Z",
  "defaultAggregation": "SUM",
  "availableAggregations": [
    "ANY",
    "SUM",
    "AVG",
    "MIN",
    "MAX",
    "LAST",
    "FIRST",
    "MEDIAN"
  ]
}
GET
Metric/v1/finance:santiment/metric
6 params

One Santiment metric series, at the metric's own minimum interval.

Parameters

metricstringoptional
Metric name. Default social_volume_total, which publishes every 5 minutes.
slugstringoptional
Asset slug as Santiment spells it. Default bitcoin. The metric-metadata endpoint lists every slug a metric covers.
fromstringoptional
ISO-8601 start. Default 24 hours before to. Must sit inside the restricted window.
tostringoptional
ISO-8601 end. Default 31 days ago, the newest point the free tier serves.
intervalstringoptional
Bucket size as Nm, Nh, Nd or Nw. Default 5m. Cannot be finer than the metric's own floor.
aggregationenumoptional
How points inside a bucket combine. Defaults to the metric's own aggregation. Values: ANY, SUM, AVG, MIN, MAX, LAST, FIRST, MEDIAN, COUNT, OHLC.

Request

curl -X GET "https://api.zapi.ink/v1/finance:santiment/metric?metric=social_volume_total&slug=bitcoin&from=2026-07-20T00%3A00%3A00Z&to=2026-07-21T00%3A00%3A00Z&interval=5m&aggregation=SUM" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "2026-07-21T02:25:57Z",
  "from": "2026-07-20T02:25:57Z",
  "slug": "bitcoin",
  "count": 288,
  "items": [
    {
      "date": "2026-07-20T02:30:00Z",
      "time": 1784514600,
      "value": 3
    },
    {
      "date": "2026-07-20T02:35:00Z",
      "time": 1784514900,
      "value": 4
    },
    {
      "date": "2026-07-20T02:40:00Z",
      "time": 1784515200,
      "value": 3
    },
    {
      "date": "2026-07-20T02:45:00Z",
      "time": 1784515500,
      "value": 6
    },
    {
      "date": "2026-07-20T02:50:00Z",
      "time": 1784515800,
      "value": 5
    },
    {
      "date": "2026-07-20T02:55:00Z",
      "time": 1784516100,
      "value": 3
    },
    {
      "date": "2026-07-20T03:00:00Z",
      "time": 1784516400,
      "value": 5
    },
    {
      "date": "2026-07-20T03:05:00Z",
      "time": 1784516700,
      "value": 5
    }
  ],
  "metric": "social_volume_total",
  "dataset": "metric",
  "interval": "5m",
  "provider": "santiment",
  "aggregation": "SUM",
  "minInterval": "5m",
  "isRestricted": true,
  "restrictedTo": "2026-07-22T02:25:57Z",
  "restrictedFrom": "2025-08-21T02:25:57Z"
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.7M1.7M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

756.1K756.1K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

341.4K341.4K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

115.5K115.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

69.6K69.6K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.