GET api/coinpages/getgraphdata?securityName={securityName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
securityName

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CoinSummarizationItemSmall
NameDescriptionTypeAdditional information
SecurityName

string

None.

SecurityTicker

string

None.

SecurityPrice

decimal number

None.

SecurityPriceChange

string

None.

Mentions

decimal number

None.

MentionsChange

decimal number

None.

PositiveSentimentPct

decimal number

None.

PositiveSentimentPctChange

decimal number

None.

PositiveSentimentWeightedPrec

decimal number

None.

PositiveSentimentWeightedPrecChange

decimal number

None.

NegativeSentimentPct

decimal number

None.

NegativeSentimentPctChange

decimal number

None.

Exposure

decimal number

None.

ExposureChange

decimal number

None.

MarketCapUsd

decimal number

None.

Volume24hUsd

decimal number

None.

CoinSaveTime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SecurityName": "sample string 1",
    "SecurityTicker": "sample string 2",
    "SecurityPrice": 3.1,
    "SecurityPriceChange": "sample string 4",
    "Mentions": 5.1,
    "MentionsChange": 6.1,
    "PositiveSentimentPct": 7.1,
    "PositiveSentimentPctChange": 8.1,
    "PositiveSentimentWeightedPrec": 9.1,
    "PositiveSentimentWeightedPrecChange": 10.1,
    "NegativeSentimentPct": 11.1,
    "NegativeSentimentPctChange": 12.1,
    "Exposure": 13.1,
    "ExposureChange": 14.1,
    "MarketCapUsd": 15.1,
    "Volume24hUsd": 16.1,
    "CoinSaveTime": "2024-03-28T19:47:51.7273002+03:00"
  },
  {
    "SecurityName": "sample string 1",
    "SecurityTicker": "sample string 2",
    "SecurityPrice": 3.1,
    "SecurityPriceChange": "sample string 4",
    "Mentions": 5.1,
    "MentionsChange": 6.1,
    "PositiveSentimentPct": 7.1,
    "PositiveSentimentPctChange": 8.1,
    "PositiveSentimentWeightedPrec": 9.1,
    "PositiveSentimentWeightedPrecChange": 10.1,
    "NegativeSentimentPct": 11.1,
    "NegativeSentimentPctChange": 12.1,
    "Exposure": 13.1,
    "ExposureChange": 14.1,
    "MarketCapUsd": 15.1,
    "Volume24hUsd": 16.1,
    "CoinSaveTime": "2024-03-28T19:47:51.7273002+03:00"
  }
]