---
title: "receives a request containing `receiver`, `numOfTxs` and `value` and will select a random account from the PEM file in the same shard as the address received. Will return the transaction's hash if successful or the interceptor error otherwise"
method: POST
path: "/transaction/send-user-funds"
tags: ["transaction"]
---

# receives a request containing `receiver`, `numOfTxs` and `value` and will select a random account from the PEM file in the same shard as the address received. Will return the transaction's hash if successful or the interceptor error otherwise

`POST /transaction/send-user-funds`

## Path parameters

- `request` FundsRequest, required
  - `receiver` string
  - `value` string
  - `txCount` integer

## Response `200`

successful operation

- GenericResponse
  - `data` object
  - `error` string
  - `code` string

## Other responses

- `400` — validation error

## Changes

- **2023-04-05** `02f72d3e7338` — 1 breaking, 1 warning
  - added the new path request parameter `request`
  - deleted the `query` request parameter `transactions`
- **2023-03-24** `878e0c35bb6b` — 1 breaking, 1 warning
  - added the new required `query` request parameter `transactions`
  - deleted the `path` request parameter `request`
- **2023-02-17** `d6ee9b93c7dc` — 1 breaking, 1 warning
  - added the new path request parameter `request`
  - deleted the `query` request parameter `transactions`
- **2023-02-08** `82d543636074` — 1 breaking, 1 warning
  - added the new required `query` request parameter `transactions`
  - deleted the `path` request parameter `request`

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/transaction/send-user-funds/post.md)

---

[API](https://skmtc.dev/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/revisions/44c49bc12621/schema)
