Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OrderbookL2Response

level 2 order book

Hierarchy

  • OrderbookL2Response

Index

Properties

Properties

asks

asks: [string, string][]

price and amount of ask (asc order) eg: [[price, amount], ...]

bids

bids: [string, string][]

price and amount of bid (desc order) eg: [[price, amount], ...]

Generated using TypeDoc