GET
/
news
/
type
/
{type}
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/news/type/{type} \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "<string>",
    "searchKeyWords": [
      "<string>"
    ],
    "feedDate": 123,
    "source": "<string>",
    "title": "<string>",
    "isFeatured": true,
    "description": "<string>",
    "imgURL": "<string>",
    "link": "<string>",
    "sourceLink": "<string>",
    "imgUrl": "<string>",
    "reactionsCount": {},
    "reactions": [
      "<string>"
    ],
    "shareURL": "<string>",
    "relatedCoins": [
      "<string>"
    ],
    "content": true,
    "bigImg": true,
    "coins": {}
  }
]
5 credits per request
Returns cryptocurrency news articles based on a specific type.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Path Parameters

type
enum<string>
required
Available options:
handpicked,
trending,
latest,
bullish,
bearish

Query Parameters

page
number
Example:

1

limit
number
Example:

20

Response

200
application/json

Get news list by type

The response is of type object[].