heads
heads
heads
Parameters
Name
Type
Description
base
address
Address of the base asset for the trading pair.
quote
address
Address of the quote asset for the trading pair.
Returns
uint256 bidHead
: Highest bid price, head of the bid price linked list.uint256 askHead
: lowest ask price, head of the ask price linked list.
Last updated