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"
}

Changes