GET api/coinpages/getcoindata?securityName={securityName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
securityName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ClientSummarizationItemCoinPageName | Description | Type | Additional information |
---|---|---|---|
SecurityName | string |
None. |
|
SecurityTicker | string |
None. |
|
SecurityPrice | decimal number |
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. |
|
PriceLowValue | decimal number |
None. |
|
PriceHighValue | decimal number |
None. |
|
MarketCapLowValue | decimal number |
None. |
|
MarketCapHighValue | decimal number |
None. |
|
TradeVolumeCapLowValue | decimal number |
None. |
|
TradeVolumeHighValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "SecurityName": "sample string 1", "SecurityTicker": "sample string 2", "SecurityPrice": 3.1, "SecurityPriceChange": "sample string 4", "Sentiment": 5.1, "SentimentChange": 6.1, "PositiveSentimentPrec": 7.1, "PositiveSentimentPrecChange": 8.1, "NegativeSentimentPrec": 9.1, "NegativeSentimentPrecChange": 10.1, "Exposure": 11.1, "ExposureChange": 12.1, "MarketCapUsd": 13.1, "Volume24hUsd": 14.1, "CoinDescription": "sample string 15", "PriceLowValue": 16.1, "PriceHighValue": 17.1, "MarketCapLowValue": 18.1, "MarketCapHighValue": 19.1, "TradeVolumeCapLowValue": 20.1, "TradeVolumeHighValue": 21.1 }