---
title: "Create transaction: Stock Holdings Import"
method: POST
path: "/{gatewayname}/transaction"
---

# Create transaction: Stock Holdings Import

`POST /{gatewayname}/transaction`

## Path parameters

- `gatewayname` string, required

## Headers

- `x-gateway-secret` string, required
- `x-gateway-authtoken` string, required

## Request body

- object
  - `intent` 'MF_HOLDINGS_IMPORT' | 'HOLDINGS_IMPORT', required — To define intent of the transaction
  - `notes` string — Optional | upto 256 characters, returned in the holdings response
  - `assetConfig` object
    - `mfHoldings` boolean

## Response `200`

200

- object
  - `success` boolean
  - `errors` string[]
  - `data` object
    - `transactionId` string
    - `expireAt` string — ISO8601 DATE STRING

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smallcase/apis/graph-performance-api.md) · [All operations](https://skmtc.net/smallcase/apis/graph-performance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallcase/graph-performance-api/versions/6d2439eafede/schema)
