Skip to content

Market VPSBot API Documentation

Welcome to the official documentation for the Market VPSBot API. This API allows you to programmatically browse items, execute purchases, track trades, and manage your wallet on market.vpsbot.io.

Base URL

All API requests use the base URL:

https://market.vpsbot.io/api

Getting Started

Before using the API, you'll need to:

  1. Get your API key for authentication
  2. Understand the available endpoints and their parameters
  3. Implement the API using the provided code examples

API Overview

Items API

Browse and purchase items on the marketplace:

  • List all items for sale with optional game filtering
  • Search items by market hash name or market ID
  • Buy items directly by asset ID or by name
  • Check item availability before purchasing
  • View recently sold items

Trades API

Track your trade history:

  • Filter trades by date range, custom IDs, or trade IDs
  • Paginate through large result sets
  • Monitor trade statuses and errors

Wallet API

Manage your project wallet:

  • Check current available balance
  • View frozen (held) balance

Deprecated API Backward Compatibility

For users migrating from the deprecated API, we provide a fully backward-compatible API layer:

Response Format

All native API responses follow this structure:

json
{
  "success": true,
  "data": { ... }
}

Error responses:

json
{
  "success": false,
  "error": "Error message description"
}

Rate Limits

Some endpoints are rate-limited per user. When rate-limited, responses include headers:

HeaderDescription
X-RateLimit-LimitMaximum requests allowed per window
X-RateLimit-RemainingRemaining requests in current window

Exceeding the rate limit returns HTTP 429 Too Many Requests.

Support

If you encounter any issues or have questions, contact our support team via Telegram.

Need help? Contact our support team