Get Supported currencies
Before initializing a sell widget transaction, you'll need to know the available fiat currencies and cryptocurrencies. Make a GET request to this endpoint
With the following header
If the API call is successful, LocalRamp returns the following response:
Note the decimal place for tokens. If a token has a max_decimal
value of 8, the API would accept decimal strings between 1 to 8 decimal places e.g "0.1", "2.345", "670.45628394"
Last updated