POST data/sentiment/micro/intervals/latest

Request Information

URI Parameters

None.

Body Parameters

MicroSentimentIntervalsRequestDto
NameDescriptionTypeAdditional information
Asset

AssetSymbol

None.

Intervals

Collection of SentimentInterval

None.

Request Formats

application/json, text/json

Sample:
{
  "Asset": 0,
  "Intervals": [
    60,
    60
  ]
}

application/xml, text/xml

Sample:
<MicroSentimentIntervalsRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LunarCrash.Api.Models">
  <Asset>Unknown</Asset>
  <Intervals xmlns:d2p1="http://schemas.datacontract.org/2004/07/LunarCrash.Domain.Models">
    <d2p1:SentimentInterval>Hour</d2p1:SentimentInterval>
    <d2p1:SentimentInterval>Hour</d2p1:SentimentInterval>
  </Intervals>
</MicroSentimentIntervalsRequestDto>

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.