---
title: "receives a request containing `address`, `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 \`address\`, \`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`

## Query parameters

- `transactions` object[], required

## Response `200`

successful operation

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

## Other responses

- `400` — validation error

## Changes

- **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/6fa908b60462/schema)
