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.
Documentation IndexFetch the complete documentation index at: https://docs.rumorz.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rumorz.io/llms.txt
Use this file to discover all available pages before exploring further.
crypto
commodities
financial_asset
company
organization
person
place
Success