Check Trade URL
GET /utils/tradeurlCheck
Validates the user’s Steam trade URL by checking its status against Steam servers. Detects invalid URLs, trade holds, private profiles, and bans.
connected
Response
Status Values
| Status | Description |
|---|---|
ok | Trade URL is valid and no trade hold |
invalid | Trade URL is no longer valid |
private | User’s Steam inventory is private |
tradehold | User has a trade hold active |
ban | User has a trade ban |
| Status | Message |
|---|---|
error | No trade URL found for this user |
Get Bot List
GET /utils/bots
Retrieves a list of all bots with their game-specific capacity information.
| Field | Type | Description |
|---|---|---|
tf2_free | integer | Available TF2 inventory slots |
csgo_free | integer | Available CS:GO inventory slots |
rust_free | integer | Available Rust inventory slots |
dota_free | integer | Available Dota 2 inventory slots |
Get Platform Infos
GET /utils/infos
Retrieves platform status information, including Steam API availability.
true if Steam is currently experiencing issues, false if operational.Replace Items
POST /utils/replaceItems
Processes item replacements when items in a cart become unavailable or their prices change. Finds suitable replacement items.
connected
Body Parameters
The last known state of the cart items.
Array of items to check and potentially replace.
SEON Fraud Detection
POST /utils/seon
Saves SEON device fingerprint data for fraud detection purposes.
SEON fingerprint data payload.
Inspect Item In-Game
POST /utils/inspect/ingame
Queues an item for in-game inspection on a TF2 or CS:GO server. The user either receives an update if already connected, or a server connection link.
connected
Body Parameters
The asset ID of the item to inspect.
The game ID. Supported:
440 (TF2), 730 (CS:GO).| Status | Message |
|---|---|
error | You need to send the assetId |
error | Invalid game |
error | This item can’t be inspected ingame now, please try again later! |
SMS Webhook
POST /utils/sms
Internal webhook for forwarding SMS messages to Discord. Used for monitoring purposes.
Phone number.
Sender identifier.
Message content.
Timestamp of the message.