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