Update a wallet share

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

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: "btc"
  • shareIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$

Request Body

state string
Allowed values: pendingapproval active accepted canceled rejected
Example: active

200 Response

state string
New state of the wallet share after update
Allowed values: pendingapproval active accepted canceled rejected
Example: active
changed boolean