CryptoSocials

API V1 on RapidAPI

Crypto X posts API for rankings, media, and narratives.

Build with curated CryptoSocials data through RapidAPI: live crypto social trend leaderboards, canonical asset lookup, resolved X posts with media URLs, quoted-post context, and social narrative summaries from a filtered list of real crypto X accounts.

What you get

Resolved social intelligence for crypto apps.

The API is read-only and returns assets only when CryptoSocials has posts in the requested timeframe. CoinGecko identities win over linked DexScreener aliases, while dex-only assets remain available when they have real post activity.

  • Trading dashboards and market scanners that need structured crypto X activity without building an ingestion stack.
  • Telegram, Discord, and automation bots that monitor social momentum by symbol, contract, or CoinGecko ID.
  • Research workflows that need resolved posts, media URLs, quoted posts, authors, rankings, and narrative context in one API.
3,000+tracked crypto X accounts100Kpaid requests per month60/minpaid minute limit5supported timeframes

Signal quality

Curated sources first, noisy social firehose never.

Curated real X sources

CryptoSocials starts with a selected list of crypto-focused X accounts instead of scraping every public mention.

Noise filtered before output

Spam loops, private-group shills, stock-only cashtags, unrelated posts, and weak asset matches are filtered before they reach the API.

Post-backed asset identity

Returned assets must have real posts in the requested timeframe and are normalized through canonical CoinGecko and DexScreener identity rules.

Start on RapidAPI

Subscribe, copy headers, request live crypto social data.

  1. Open the CryptoSocials listing on RapidAPI.
  2. Subscribe to the free test plan or the Pro plan.
  3. Call the endpoints with your RapidAPI key and host headers.
Open CryptoSocials on RapidAPI
Free test$0

For checking the response shape and testing a small integration before upgrading.

  • Restricted request volume
  • Same API response fields
  • RapidAPI key management
Pro$49/mo

For live bots, dashboards, scanners, and research workflows that need steady access.

  • 100,000 requests per month
  • 60 requests per minute
  • All V1 endpoints

Endpoints

Small surface, useful primitives.

GET/api/v1/trending

Ranked crypto social trend snapshots across 1H, 6H, 24H, 3D, and 7D windows.

GET/api/v1/assets/search

Find post-backed crypto assets by symbol, contract, or CoinGecko ID before requesting detail.

GET/api/v1/assets/{asset_id}/posts

Return resolved X posts, media URLs, quoted-post context, authors, and source URLs.

GET/api/v1/assets/{asset_id}/narrative

Read the latest generated social narrative summary for a crypto asset when one exists.

Example request
curl --request GET \
  --url 'https://cryptosocials1.p.rapidapi.com/api/v1/trending?window=24h&limit=10' \
  --header 'X-RapidAPI-Key: YOUR_RAPIDAPI_KEY' \
  --header 'X-RapidAPI-Host: cryptosocials1.p.rapidapi.com'
Access

Billing, keys, and test requests are handled on RapidAPI.

Use RapidAPI to subscribe, manage keys, test endpoints in the playground, and upgrade plans. The public API page here explains the dataset and endpoint surface; RapidAPI is the checkout and request console.

Test requests on RapidAPI

API FAQ

Built for crypto apps that need clean social data.

Where do I get an API key?

CryptoSocials API keys are issued through RapidAPI. Subscribe on RapidAPI, then send the RapidAPI key and host headers with each request.

Does the API return actual X posts?

Yes. The asset posts endpoint returns resolved post text, author context, source URLs, media URLs, and quoted-post data when available.

Can I look up a coin directly?

Yes. Search by symbol, contract, or CoinGecko ID, then request posts or narratives for the returned asset ID.

Are duplicate identities merged?

The API uses CryptoSocials canonical asset identity rules so linked CoinGecko and DexScreener aliases resolve to the same asset where possible.