REST APIWallet & TransactWallet

DEL

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

Path Params

  • coin string required
    A cryptocurrency symbol or token ticker symbol

    at least 1 characters

  • shareId string required

    at least 1 characters · matches ^[0-9a-f]{32}$

Responses

200
OK

Response Body

object

  • state string enum required
    New state of the wallet share after update
    pendingapprovalactiveacceptedcanceledrejected
  • changed boolean required
    Whether the wallet share was changed
401
Unauthorized

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
404
Not Found

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id