v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Market Data

List news feeds

Retrieves a list of available market data feeds, which can be used to query articles.

get/market_data/news/feeds

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Successfully retrieved list of available news feeds.

keystring

Name of news feed

newsSourcestring

Source of news feed

imgstring

The image URL for the market data

languagestring

Language of the article, English (EN) or Portuguese (PT)

Example response

[
  {
    "key": "examplekey",
    "newsSource": "exampleSource",
    "img": "/images/news/default/example.png",
    "language": "EN"
  }
]