Skip to content

Cancel a listing

Source and verification
Owning repository
bitcoinuniverseio/stampdex (private application source)
Source path
orders cancel route, wallet action challenge
Applicable release
continuous deployment, verify with GET /api/version
Chain and network
bitcoin / mainnet
Lifecycle
stable
Last verified
2026-09-01
This page
Edit on GitHub · Bitcoin Universe platform

For: a seller with a live listing. Goal: the listing off the book, tokens back under your sole control. Chain and network: Bitcoin mainnet. Version: continuous.

Safety: cancelling requires your signature. Nobody else can cancel your listing, and StampDEX cannot cancel it for you without one.

  • The wallet that created the listing, connected.
  • The listing must not already have a payment against it.
  1. Open your portfolio or the token page and find the listing.
  2. Choose to cancel.
  3. Your wallet asks you to sign a short message. This is the one-time action challenge: it names the action, your address, and a hash of the exact request, and it can be used once. See Review a PSBT before signing.
  4. The order moves to Cancelled and leaves the book.

The listing is gone from the book and from your open orders. Your tokens are yours alone again.

Terminal window
curl "https://stamp.api.bitcoinuniverse.io/api/v1/orders/ORDER_ID"

The status reads cancelled.

You seeWhat happenedWhat to do
“Order already has a payment transaction and cannot be cancelled”A buyer has paidNothing. Settlement owns the order now. Watch it reach Filled
“Order already has a payment transaction; settlement owns it now”The same thing, said at a later pointWatch the order
“Order could not be cancelled, payment may have been submitted”A payment arrived while you were cancellingRefresh the order and read its state
“Wallet does not own this order”You are connected as a different addressConnect the wallet that created the listing
“Wallet action challenge is invalid or expired”The challenge outlived its five minute lifeTry again. Nothing is stuck

A cancel that races a payment is decided in the payment’s favour, deliberately: a buyer who has already committed BTC is not left holding a cancelled order. If that happens, the trade completes normally and you are paid.