-
Notifications
You must be signed in to change notification settings - Fork 29
Introduction to Usage
Oleksandr Alcantara edited this page Jan 10, 2023
·
6 revisions
use SteamApi\SteamApi;
$api = new SteamApi();
$options = [
'market_hash_name' => "AK-47 | Slate (Field-Tested)"
];
$api->detailed()->getItemPricing(Apps::CSGO_ID, $options);
use SteamApi\SteamApi;
$options = [
'market_hash_name' => "AK-47 | Slate (Field-Tested)"
];
SteamApi::query()->detailed()->getItemPricing(Apps::CSGO_ID, $options);
Powered by Steam and CSGOFloat API. Is not affiliated with or endorsed by Valve Corporation.