Ecrumena - public API
To access the Ecrumeny API, you need to register and create an account. Once logged in, navigate to the settings section to generate your unique API key. This key must be included in all your API requests as a token
parameter to authenticate and authorize your access. Below, you'll find an image illustrating where you can generate your API key.
Ecrumena API key
v1
Introducing the first version of the Ecrumeny API, which provides developers with access to asset sentiment analysis and historical data. This initial release features endpoints that deliver detailed sentiment scores, labels, related news articles, and comprehensive historical values, volumes, and timestamps for assets. Begin integrating Ecrumeny data into your applications now.
GETGet Assets
The endpoint retrieves a list of assets with the specified currency. The response is a JSON object containing an array of assets, each including information such as ticker, name, exchange, country, portfolio, value, volume, currency, created_at, and latest_synchronization.
Response:
GETGet Assets History
The endpoint retrieves historical data for assets with the specified currency. The response is a JSON object containing an array of assets, each including information such as ticker, name, exchange, country, portfolio, historical values, historical volumes, currency, and timestamps.