POST sentiment/analyze

Request Information

URI Parameters

None.

Body Parameters

SentimentAnalyzeRequest
NameDescriptionTypeAdditional information
Symbol

string

None.

Interval

string

None.

HistoryPoints

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Symbol": "sample string 1",
  "Interval": "sample string 2",
  "HistoryPoints": 3
}

application/xml, text/xml

Sample:
<SentimentAnalyzeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LunarCrash.Api.Models">
  <HistoryPoints>3</HistoryPoints>
  <Interval>sample string 2</Interval>
  <Symbol>sample string 1</Symbol>
</SentimentAnalyzeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.