Platitun · API · The deal · The order vaults

The order vaults

GET /api/v1/orders/{id}/handover

Key scope: orders · read only

The list of the order’s vaults: whose it is and whether it was opened. The SECRETS THEMSELVES are not in this list — neither yours nor the buyer’s.

Response fields

FieldTypeWhat it is
items[].idstringThe vault id.
items[].minebooleanYour vault or the buyer’s.
items[].openedAtstring|nullWhen it was opened. Empty — not yet.

Refusal reasons

A rule refusal arrives as {"error":"rejected","refusal":{"kind":"…"}} with status 409. Refusals common to all endpoints are in the rules section.

CodeWhat happened and what to do
not_foundThe record does not exist or is not yours. The ownership condition is in the database query itself, so someone else’s record looks like a missing one.

Nearby in this section