CryptoPanic provides free and paid JSON API plans of recent posts and indicators for both personal and professional use.
Private API usage:
Public API usage:
&public=true
argument for allowed methods calls.Read documentation below on how to use Panic Score
To enable public API add &public=true
argument for any of following method calls:
Posts API:
/api/v1/posts/?auth_token=AUTH_TOKEN
/api/v1/posts/?auth_token=AUTH_TOKEN&public=true
You can use any of UI filters using filter=(rising|hot|bullish|bearish|important|saved|lol)
:
/api/v1/posts/?auth_token=AUTH_TOKEN&filter=rising
Filter by currencies using currencies=CURRENCY_CODE1,CURRENCY_CODE2
(max 50):
/api/v1/posts/?auth_token=AUTH_TOKEN¤cies=BTC,ETH
Filter by region using regions=REGION_CODE1,REGION_CODE2
. Default: en.
Available regions: en (English), de (Deutsch), nl (Dutch), es (Español), fr (Français), it (Italiano), pt (Português), ru (Русский), tr (Türkçe), ar (عربي), cn (中國人), jp (日本), ko (한국인):
/api/v1/posts/?auth_token=AUTH_TOKEN®ions=en,de
Filter by kind using kind=news
. Default: all.
Available values: news or media
/api/v1/posts/?auth_token=AUTH_TOKEN&kind=news
You can also combine multiple filters together:
/api/v1/posts/?auth_token=AUTH_TOKEN¤cies=ETH&filter=rising
Filter only "Following" feed - based on currencies you follow using following=true
:
/api/v1/posts/?auth_token=AUTH_TOKEN&following=true
Get your portfolio data (private only):
/api/v1/portfolio/?auth_token=AUTH_TOKEN
Extra metadata in API responses increases traffic and costs, therefore following fields are available only to
PRO users:
description
, image
. Add
&metadata=true
to get extra metadata fields.
/api/v1/posts/?auth_token=AUTH_TOKEN&metadata=true
If you subscribed to our Startup or Enterprise API plan, and got your API approved, please use
&approved=true
to get links to original source. You will find url under source.url
parameter.
/api/v1/posts/?auth_token=AUTH_TOKEN&approved=true
Include in your request following parameter &panic_score=true
to get panic score value for every post in API response
Simple RSS feed for tickers and RSS/Atom readers:
/news/rss/
You can also get RSS format for all news API methods by adding format=rss
to the request:
/api/v1/posts/?auth_token=AUTH_TOKEN¤cies=ETH&filter=rising&format=rss
/api/v1/posts/?auth_token=AUTH_TOKEN&following=true&format=rss
CryptoPanic bot can automatically post trending, all or single currency related news to your Discord, Slack, Telegram or any another chat application. Read more
By clicking Accept, you consent to the use of all cookies. If you do not wish to accept all cookies, you may choose to manage your preferences by opting out optional cookies. For more information on how we use cookies and to view our Privacy Policy and our Cookie Notice.