Returns a list of supported blockchain assets for the on-ramp
Successful response
const response = await fetch('https://sandbox-api.fonbnk.com/api/pay-widget-merchant/assets', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "network": "POLYGON", "asset": "USDC" } ]