Last updated 1 year ago
const response = await fetch('https://beta.steamfolio.com/api/Prices/currencies', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "code": "text", "symbol": "text", "usdExchangeRate": 0 } ]