---
title: "One Time Transaction(TRADE)"
method: POST
path: "/sapi/v1/lending/auto-invest/one-off"
tags: ["Auto-Invest"]
---

# One Time Transaction(TRADE)

`POST /sapi/v1/lending/auto-invest/one-off`

One time transaction

Weight(IP): 1

## Query parameters

- `sourceType` string, required
- `requestId` string
- `subscriptionAmount` number, float, required
- `sourceAsset` string, required
- `flexibleAllowedToUse` boolean
- `planId` integer
- `indexId` integer
- `details` object[]
  - `targetAsset` string
  - `percentage` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

transaction result

- object
  - `transactionId` integer, required
  - `waitSecond` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
