Get Limits
Before initializing a sell widget transaction, you'll need to know the maximum and minimum amounts possible for a currency pair. Make a GET request to the following endpoint.
The request takes from_currency
and to_currency
as query params.
With the following header
If the API call is successful, LocalRamp returns the following response:
It returns the minimum and maximum amounts for both from and to currencies.
The Limits are not fixed. They vary based on the currency pair chosen and the price of the token at the time of the request. Always fetch the limits before initializing a sell transaction to make sure you're within the current limits.
Last updated