This function is used to get the minimum exchange rate for a given token pair.
public async getMinRateByPair( sourceToken: string, targetToken: string )
sourceToken
token address
The token being sold.
targetToken
The token being bought.
This function returns a string with the minimum exchange rate for the given token pair.
Last updated 1 year ago