latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Wallet

Cancel a wallet share

Cancels a pending outgoing wallet share, or rejects an incoming share. The share must not have been accepted yet.

delete/api/v2/{coin}/walletshare/{shareId}

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc
shareIdstring required
Example:59cd72485007a239fb00282ed480da1f

Response

OK

state'pendingapproval' | 'active' | 'accepted' | 'canceled' | 'rejected' required

The state of wallet share object

changedboolean required

Whether the wallet share was changed

Example response

{
  "state": "active"
}