Polymarket.Schemas.PriceChange (Polymarket v0.1.1)

Copy Markdown View Source

Price change struct. Part of a PriceChangeEvent.

Summary

Types

t()

@type t() :: %Polymarket.Schemas.PriceChange{
  asset_id: String.t() | nil,
  best_ask: float() | nil,
  best_bid: float() | nil,
  hash: String.t() | nil,
  price: float() | nil,
  side: String.t() | nil,
  size: float() | nil
}