Packages

p

com.kaiko.sdk.stream

aggregated_state_price_v1

package aggregated_state_price_v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class StreamAggregatedStatePriceRequestV1(assets: Seq[String] = _root_.scala.Seq.empty, unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamAggregatedStatePriceRequestV1

    StreamAggregatedStatePriceRequestV1

    assets

    assets is a list of assets to subscribe to

    Annotations
    @SerialVersionUID()
  2. final case class StreamAggregatedStatePriceResponseV1(datetime: Option[<error>] = _root_.scala.None, base: String = "", aggregatedPriceUsd: String = "", aggregatedPriceLst: String = "", tsEvent: Option[<error>] = _root_.scala.None, lstQuote: String = "", unknownFields: <error> = _root_.scalapb.UnknownFieldSet.empty) extends Product with Serializable

    StreamAggregatedStatePriceResponseV1

    StreamAggregatedStatePriceResponseV1

    datetime

    datetime is the timestamp of the datapoint

    base

    base is the base currency of the pair

    aggregatedPriceUsd

    aggregated_price_usd is the aggregated price in USD

    aggregatedPriceLst

    aggregated_price_lst is the aggregated price in LST quote token

    tsEvent

    ts_event is the timestamp of the event

    lstQuote

    lst_quote is the lst quote currency

    Annotations
    @SerialVersionUID()

Ungrouped