import { getAssetPrices } from "https://deno.land/x/steamy@v0.05a/Steam/api/getAssetPrices.ts";
All prices are given as integers due to issues regarding precision. A double value can be obtained by dividing the price by 100. Note that for first party (Valve) games there may be a def_index property present, its value is a string that can be converted to an integer for use in schema item lookups.
Parameters
optional
options: Partial<getAssetPrices_Options>