Polymarket.Schemas.Bid (Polymarket v0.1.1)

Copy Markdown View Source

A single bid price level in an order book. Part of a BookEvent.

Summary

Types

t()

@type t() :: %Polymarket.Schemas.Bid{price: float() | nil, size: float() | nil}