Returns a ranking of entities in the Graph based on the given parameters.
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 }'
Success