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.
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
References
- Documentation https://academy.santiment.net/for-developers/
- GettingStarted https://academy.santiment.net/sanapi/common-queries/
- Reference https://api.santiment.net/graphiql
- Authentication https://academy.santiment.net/products-and-plans/create-an-api-key/
- RateLimits https://academy.santiment.net/sanapi/rate-limits/