GET api/summeraization/getcoindata?securityName={securityName}&securityTicker={securityTicker}&timeFrame={timeFrame}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
securityName

string

Required

securityTicker

string

Required

timeFrame

string

Default value is 1D

Body Parameters

None.

Response Information

Resource Description

ClientSummarizationItem
NameDescriptionTypeAdditional 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"
}