addPair

addPair

function addPair(
    address base,
    address quote,
    uint256 listingPrice,
    uint256 listingTime
) external returns (address book)
Creates an orderbook for a new trading pair and returns its address.

Parameters

Returns

  • address book if the order was successfully executed, otherwise it throws error.

Last updated