cURL
curl --request POST \ --url https://rumorz.azurewebsites.net/v0/graph/search_entities \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name_search": "Bitcoin", "symbol_search": "BTC", "asset_class": "crypto", "entity_type": "financial_asset", "limit": 1 }'
Search for entities in the Rumorz Graph by name and/or symbol.
Success