---
title: "Make unspent reservation"
method: POST
path: "/api/v2/wallet/{walletId}/reservedunspents"
tags: ["Wallet"]
---

# Make unspent reservation

`POST /api/v2/wallet/{walletId}/reservedunspents`

Mark the unspents as reserved and cannot be used in transactions until the given expire time.

## Path parameters

- `walletId` string, required

## Request body

- object
  - `unspentIds` UnspentId[], required
  - `expireTime` string, required — Time when reservation expires. Use `date-time` format or 'never'. If 'never', reservation doesn't expire.
  - `type` 'ordinal' | 'inscription' — Type of reservation to make on the unspent.
  - `inscriptionIds` InscriptionId[]

## Response `200`

OK

- object
  - `unspents` ReservedUnspent[]
    - `id` string, required — The id of the unspent in the form <txid>:<tx_index>
    - `walletId` string, required
    - `expireTime` string, date-time, required
    - `userId` string, required

## Other responses

- `400` — Bad Request

---

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