Get Limits
Before initializing a pay transaction, you'll need to know the maximum and minimum amounts possible for a sender_currency pair. Make a GET request to the following endpoint.
The request takes 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 USDT amount
Last updated