Santiment · GraphQL Specification

Santiment GraphQL API

Santiment exposes its full platform through a single GraphQL endpoint at `https://api.santiment.net/graphql`. The API provides programmatic access to on-chain metrics, social sentiment data, developer activity, price history, and blockchain analytics for more than 2,800 crypto assets across 14 blockchain networks. The schema defines 179 query fields spanning asset discovery (`allProjects`, `project`, `projectBySlug`), timeseries metrics (`getMetric`, `historyPrice`, `ohlc`), social analytics (`getTrendingWords`, `wordsSocialVolume`, `socialDominanceTrendingWords`), blockchain address intelligence (`blockchainAddress`, `historicalBalance`, `topHolders`), NFT trades, and platform-level resources such as dashboards, watchlists, chart configurations, and user alerts.

Documentation Endpoint View on GitHub CryptoBlockchainMarket IntelligenceOn-Chain MetricsSocial SentimentDeveloper ActivityAnalyticsGraphQLGraphQL

Overview

Santiment GraphQL API is a GraphQL API specification published by Santiment on the APIs.io network.

Santiment exposes its full platform through a single GraphQL endpoint at https://api.santiment.net/graphql. The API provides programmatic access to on-chain metrics, social sentiment data, developer activity, price history, and blockchain analytics for more than 2,800 crypto assets across 14 blockchain networks. The schema defines 179 query fields spanning asset discovery (allProjects, project, projectBySlug), timeseries metrics (getMetric, historyPrice, ohlc), social analytics (getTrendingWords, wordsSocialVolume, socialDominanceTrendingWords), blockchain address intelligence (blockchainAddress, historicalBalance, topHolders), NFT trades, and platform-level resources such as dashboards, watchlists, chart configurations, and user alerts.

The GraphQL endpoint is available at https://api.santiment.net/graphql. documentation is published at https://academy.santiment.net/for-developers/.

The specification includes 5 reference links.

Tagged areas include Crypto, Blockchain, Market Intelligence, On-Chain Metrics, and Social Sentiment.

Endpoint

https://api.santiment.net/graphql

References

Related API Specs

SanAPI (OpenAPI)
Back to Santiment · All GraphQL Specs · GitHub