Get Limits
Before doing an instant sell transaction, you'll need to know the maximum and minimum sell amounts. 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 from_amount
s
Last updated