---
title: "Tipping"
method: POST
path: "/user/tip"
---

# Tipping

`POST /user/tip`

Used to tip other accounts using their Steam/Empire ID. This requires 2FA codes alongside your API key in order to work.

## Request body

- object
  - `user_id` string — The ID of the user you want to tip. This field is mutually exclusive with steam_id, so it's optional.
  - `steam_id` string — The Steam ID of the user you want to tip. This field is mutually exclusive with user_id, so it's optional.
  - `amount` string, required — The amount you want to tip in coin-cents (1 coin = 100 coincents)

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `user` object
      - `id` integer
    - `amount` integer
    - `balance` integer

## Other responses

- `400` — 400
- `429` — 429

---

[API](https://skmtc.net/csgoempire/apis/csgoempire-api.md) · [All operations](https://skmtc.net/csgoempire/apis/csgoempire-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/csgoempire/csgoempire-api/versions/638e58458b14/schema)
