---
title: "Make multiple keysend payments"
method: POST
path: "/v2/payments/keysend/multi"
tags: ["Payment"]
---

# Make multiple keysend payments

`POST /v2/payments/keysend/multi`

Pay multiple nodes without an invoice using their public key

## Request body

- V2controllersMultiKeySendRequestBody
  - `keysends` V2controllersKeySendRequestBody[]
    - `amount` integer, required
    - `customRecords` object
    - `custom_records` object
    - `destination` string, required
    - `memo` string

## Response `200`

OK

- V2controllersMultiKeySendResponseBody
  - `keysends` V2controllersKeySendResult[]
    - `error` ResponsesErrorResponse
      - `code` integer
      - `error` boolean
      - `message` string
    - `keysend` V2controllersKeySendResponseBody
      - `amount` integer
      - `custom_records` object
      - `description` string
      - `description_hash` string
      - `destination` string
      - `fee` integer
      - `payment_hash` string
      - `payment_preimage` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/getalby/apis/lndhub-go.md) · [All operations](https://skmtc.net/getalby/apis/lndhub-go/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getalby/lndhub-go/versions/0891f2052750/schema)
