> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gamer2z.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API overview

> Programmatic access to the Gamer2z marketplace.

<Info>
  **Preview.** The Gamer2z API is being prepared. The endpoints below are a
  placeholder while we finalise the public surface — shapes may change. Want
  early access? [Get in touch](https://gamer2z.com/contact).
</Info>

## Base URL

```
https://api.gamer2z.com
```

## What you'll be able to do

<CardGroup cols={2}>
  <Card title="Browse the catalog" icon="magnifying-glass">
    Query games, services, and live offers programmatically.
  </Card>

  <Card title="Manage listings" icon="tags">
    Create and restock your offers as a verified seller.
  </Card>

  <Card title="Handle orders" icon="receipt">
    Track order status, deliveries, and the Shield lifecycle.
  </Card>

  <Card title="Automate delivery" icon="robot">
    Mark orders delivered and respond to events via webhooks.
  </Card>
</CardGroup>

## Conventions

* **HTTPS only**, JSON request and response bodies.
* **Bearer authentication** — see [Authentication](/api-reference/authentication).
* Amounts are in the order's currency; the canonical ledger currency is USD.

<Card title="Authentication" icon="key" href="/api-reference/authentication">
  How to authenticate your requests.
</Card>
