zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Santiment
Logo Santiment

Santiment

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

Endpoints
2
Requests
622
Updated
5 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • metric-metadatanot measured
  • metricnot measured
no measurements yetdaily 01:00 WIB

Playground

2 endpoints
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 examples

Metric Metadata
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:santiment/metric-metadata?metric=social_volume_total&includeSlugs=true" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

2 endpoints · plain text
GETMetric Metadata/v1/finance:santiment/metric-metadataWhat 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.zpi.web.id/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"
  ]
}
GETMetric/v1/finance:santiment/metricOne 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.zpi.web.id/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

finance/pluang

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.

27.9K calls·1d cache

Binance Vision

finance/binance-vision

Binance's public bulk archive: klines, 5-minute open-interest and long/short metrics, funding, book depth and liquidations, back to 2017.

7.9K calls·1d cache

TradingView

finance/tradingview

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

57K calls·1d cache

Stockbit

finance/stockbit

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

17.8K calls·1d cache

Mempool Space

finance/mempool-space

Recommended fee tiers in sat/vB, as mempool.space's own estimator sees them.

1.1K calls·2m cache

Etherscan

finance/etherscan

Current gas price tiers and base fee, from Etherscan's V2 multichain API.

683 calls·30s cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026