GamePulse · Items Skin Check
by GamePulse
$0.05
per call · USD Coin on Base
Live in-game item price check across Steam Market and Skinport with real cash-out math: prices, fees, spread, liquidity, and a sell-here verdict.
Endpoint
GET https://gamepulse.theaslangroupllc.com/api/items/skin-check1
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://gamepulse.theaslangroupllc.com/api/items/skin-check", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://gamepulse.theaslangroupllc.com/api/items/skin-check?game=cs2&item=AK-47+%7C+Redline+%28Field-Tested%29" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cash_out": {
"skinport": {
"cash_withdrawable": true,
"fee_pct": 12,
"gross_usd": 30.18,
"net_cash_usd": 26.56
},
"steam": {
"cash_withdrawable": false,
"fee_pct": 15,
"gross_usd": 41.14,
"net_wallet_usd": 34.97
}
},
"coverage": {
"skinport": "ok",
"steam": "ok"
},
"game": "Counter-Strike 2",
"item": "AK-47 | Redline (Field-Tested)",
"liquidity": {
"skinport_listings": 566,
"steam_sales_24h": 79
},
"match": "exact",
"prices": {
"skinport_median_usd": 52.01,
"skinport_min_usd": 30.18,
"skinport_suggested_usd": 41.27,
"steam_lowest_usd": 41.14,
"steam_median_usd": 41.14
},
"spread": {
"steam_vs_skinport_floor_pct": 26.6
},
"verdict": "Liquidity is healthy... sell on Steam if you will spend the proceeds on Steam; sell on a cash marketplace if you want money out."
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from GamePulse & similar services
GamePulse · Esports Matches
gamepulse.theaslangroupllc.com
Esports match schedule for esports and esports-betting agents. Returns today's matches with team context and storylines across LoL, Valorant, and CS2.
GamePulse · Gaming Deals
gamepulse.theaslangroupllc.com
Game deal finder for gamer and gaming-deals agents. Returns the best game deals right now across all major storefronts: Steam, Epic, GOG.
GamePulse · Creator Roblox Check
gamepulse.theaslangroupllc.com
Roblox niche viability check with live data: top games by concurrent players, entrenchment vs freshness signals, demand and saturation read, plus current DevEx cash-out math.