GET api/summeraization/getpackage?timeFrame={timeFrame}&packageName={packageName}&userPackage={userPackage}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
timeFrame | string |
Required |
|
packageName | string |
Required |
|
userPackage | string |
Default value is premium |
Body Parameters
None.
Response Information
Resource Description
Collection of ClientSummarizationItemName | Description | Type | Additional information |
---|---|---|---|
SummarizationItemId | integer |
None. |
|
TimeFrame | string |
None. |
|
SecurityName | string |
None. |
|
SecurityTicker | string |
None. |
|
SecurityPrice | decimal number |
None. |
|
SecurityPriceCoin | string |
None. |
|
SecurityPriceChange | string |
None. |
|
Sentiment | decimal number |
None. |
|
SentimentChange | decimal number |
None. |
|
PositiveSentimentPrec | decimal number |
None. |
|
PositiveSentimentPrecChange | decimal number |
None. |
|
NegativeSentimentPrec | decimal number |
None. |
|
NegativeSentimentPrecChange | decimal number |
None. |
|
Exposure | decimal number |
None. |
|
ExposureChange | decimal number |
None. |
|
MarketCapUsd | decimal number |
None. |
|
Volume24hUsd | decimal number |
None. |
|
CoinDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SummarizationItemId": 1, "TimeFrame": "sample string 2", "SecurityName": "sample string 3", "SecurityTicker": "sample string 4", "SecurityPrice": 5.1, "SecurityPriceCoin": "sample string 6", "SecurityPriceChange": "sample string 7", "Sentiment": 8.1, "SentimentChange": 9.1, "PositiveSentimentPrec": 10.1, "PositiveSentimentPrecChange": 11.1, "NegativeSentimentPrec": 12.1, "NegativeSentimentPrecChange": 13.1, "Exposure": 14.1, "ExposureChange": 15.1, "MarketCapUsd": 16.1, "Volume24hUsd": 17.1, "CoinDescription": "sample string 18" }, { "SummarizationItemId": 1, "TimeFrame": "sample string 2", "SecurityName": "sample string 3", "SecurityTicker": "sample string 4", "SecurityPrice": 5.1, "SecurityPriceCoin": "sample string 6", "SecurityPriceChange": "sample string 7", "Sentiment": 8.1, "SentimentChange": 9.1, "PositiveSentimentPrec": 10.1, "PositiveSentimentPrecChange": 11.1, "NegativeSentimentPrec": 12.1, "NegativeSentimentPrecChange": 13.1, "Exposure": 14.1, "ExposureChange": 15.1, "MarketCapUsd": 16.1, "Volume24hUsd": 17.1, "CoinDescription": "sample string 18" } ]