---
title: "Create new transactions"
method: POST
path: "/subaccounts/transactions"
tags: ["Subaccounts"]
---

# Create new transactions

`POST /subaccounts/transactions`

Permissions required: **Subaccount**


Create new transactions between subaccounts of the same Program Customer. This is a transactional operation, all transactions will be created successfully or none will.

## Headers

- `Api-Signature` string, required
- `Api-Timestamp` integer, required

## Request body

- CreateSubaccountTransactionRequest — Details of the transactions to create
  - `transactions` CreateSubaccountTransaction[], required
    - `amount` string, required — The amount to transfer
    - `assetType` string, required — A string representing a type of crypto-asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization.
    - `destinationSubaccountId` string, required — Unique Identifier for the subaccount
    - `idempotentId` string, required — A client-provided unique ID for idempotent transaction
    - `sourceSubaccountId` string, required — Unique Identifier for the subaccount
    - `transactionMemo` string — A memo to be included with the transaction

## Response `200`

Successfully created the transactions

- CreateSubaccountTransactionResponse
  - `data` TransactionIdResponse, required
    - `transactionIds` object[]
      - `idempotentId` string, required — A client-provided unique ID for idempotent transaction
      - `transactionId` string, required — Unique Identifier for the transaction

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
