getMinRateByPair
This function is used to get the minimum exchange rate for a given token pair.
Name | Type | Description |
---|---|---|
sourceToken | token address | The token being sold. |
targetToken | token address | The token being bought. |
Returns
This function returns a string with the minimum exchange rate for the given token pair.
Last updated