curl--location--request GET 'https://api.cryptonewsapi.online/api/v1/news/sources' \
--header'X-API-Key: 8f81ef18-fce8-48fe-b169-44e49abae138'
Responses
🟢200成功
application/json
Successfully retrieved sources
Body
Example
{"status":"success","data":[{"id":"source-uuid","name":"CryptoNews","language":"en","description":"CryptoNews is a news platform for cryptocurrency"}]}