curl --request GET \
--url https://openapiv1.coinstats.app/news/sources \
--header 'X-API-KEY: <api-key>'
[
{
"sourcename": "<string>",
"coinid": "<string>",
"logo": "<string>",
"sourceImg": "<string>",
"weburl": "<string>",
"feedurl": "<string>",
"_created_at": "2023-11-07T05:31:56Z",
"_updated_at": "2023-11-07T05:31:56Z"
}
]
curl --request GET \
--url https://openapiv1.coinstats.app/news/sources \
--header 'X-API-KEY: <api-key>'
[
{
"sourcename": "<string>",
"coinid": "<string>",
"logo": "<string>",
"sourceImg": "<string>",
"weburl": "<string>",
"feedurl": "<string>",
"_created_at": "2023-11-07T05:31:56Z",
"_updated_at": "2023-11-07T05:31:56Z"
}
]
API key needed to access the endpoints. Example: 'demo-api-key'
Get news sources
The response is of type object[]
.
Was this page helpful?