Skip to main content
search_entities
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
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.rumorz.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Body

application/json
asset_class
enum<string>
Available options:
crypto,
commodities
entity_type
enum<string>
Available options:
financial_asset,
company,
organization,
person,
place
limit
integer

Response

200

Success