curl --request POST \
  --url https://rumorz.azurewebsites.net/v0/graph/get_ranking \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "lookback": "1D",
  "entity_type": "financial_asset",
  "sort_by": "mentions",
  "ascending": false,
  "page": 1,
  "limit": 10
}'

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200

Success