Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/steamy/Steam/api/getAssetPrices.ts>getAssetPrices

Steamy is a library made to help interact with Valve's REST APIs for their various games and services by providing easy asynchronous functions to call them, along with a key manager, and type checking to boot.
Latest
function getAssetPrices
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

appid: number
optional
options: Partial<getAssetPrices_Options>