CoinGecko Get Status Updates
Stuff You Need to Know
CoinGecko has created a way for you to see status updates across project types, over several categories, such as updates for coins, markets, exchanges, software, etc.
How to Configure It
- Category: Select a category of updates that you would like. The default is to search them all.
- Project Type: Select whether you would like to limit the status updates to just Coins or just Markets.
What Happens Next
The response from CoinGecko will look like this:
{
"success": true,
"message": "OK",
"code": 200,
"data": {
"status_updates": [
{
"description": "ARK's latest Developer Roundtable is now available on YouTube. Follow along with the ARK Team, community developers & more as we discuss development around the ARK Ecosystem. This week we discuss Core v2.6, Documentation, SDK's and the ARK Boomerang App. https://youtu.be/NFKztJYYaGk",
"category": "general",
"created_at": "2020-02-05T17:20:22.433Z",
"user": "Travis Walker",
"user_title": "Co-Founder/Board Member/CMO",
"pin": false,
"project": {
"type": "Coin",
"id": "ark",
"name": "Ark",
"symbol": "ark",
"image": {
"thumb": "https://assets.coingecko.com/coins/images/613/thumb/ark.png?1547034308",
"small": "https://assets.coingecko.com/coins/images/613/small/ark.png?1547034308",
"large": "https://assets.coingecko.com/coins/images/613/large/ark.png?1547034308"
}
}
},
{
"description": "Today, we’re introducing AirSwap Explorer, for a view into the trading activity and structure of the AirSwap network. Try it out, and let us know what you think: \r\n\r\nhttps://explorer.airswap.io",
"category": "milestone",
"created_at": "2020-02-05T16:21:09.633Z",
"user": "Jay Kurahashi-Sofue",
"user_title": "Marketing",
"pin": false,
"project": {
"type": "Coin",
"id": "airswap",
"name": "AirSwap",
"symbol": "ast",
"image": {
"thumb": "https://assets.coingecko.com/coins/images/1019/thumb/AST.png?1547034939",
"small": "https://assets.coingecko.com/coins/images/1019/small/AST.png?1547034939",
"large": "https://assets.coingecko.com/coins/images/1019/large/AST.png?1547034939"
}
}
},
...
...
]
}Original Documentation
https://www.coingecko.com/api/documentations/v3#/status_updates_(beta)