getMaxRateByPair

This function is used to get the maximum exchange rate for a given token pair.

public async getMaxRateByPair(
    sourceToken: string,
    targetToken: string
  )
NameTypeDescription

sourceToken

token address

The token being sold.

targetToken

token address

The token being bought.

Returns

This function returns a string with the maximum exchange rate for the given token pair.

Last updated