Returns a list of supported wallet networks and their assets for crypto wallet orders
A list of supported wallet networks and their assets
const response = await fetch('https://sandbox-api.fonbnk.com/api/offramp/wallets', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "network": "AVALANCHE", "asset": "USDC" } ]