Last updated 1 month ago
getPair
function getPair( address base, address quote ) public view returns (address book)
Returns the address of the orderbook for the given base and quote asset addresses.
address book if the order was successfully executed, otherwise it throws error.
address book
base
address
Address of the base asset for the trading pair.
quote
Address of the quote asset for the trading pair.