import Fiatwebservices from'fiatwebservices';const client =newFiatwebservices({apiKey: process.env['FWS_API_KEY'],// This is the default and can be omitted});asyncfunctionmain(){const response =await client.ping();
console.log(response.message);}main();
import Fiatwebservices from'fiatwebservices';const client =newFiatwebservices({apiKey: process.env['FWS_API_KEY'],// This is the default and can be omitted});asyncfunctionmain(){const response =await client.ping();
console.log(response.message);}main();