---
title: "Send volts"
method: POST
path: "/api/v5/wallets/send-volts"
tags: ["Wallets"]
---

# Send volts

`POST /api/v5/wallets/send-volts`

Send volts to another user

## Request body

- BodyWalletsSendVoltsApiV5WalletsSendVoltsPost
  - `wallet` WalletInSendVolts, required — Send volts request schema
    - `userId` integer, required
    - `volts` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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