Wallet share
Update a wallet share
post/api/v2/{coin}/walletshare/{shareId}
Path parameters
coinstring required
A cryptocurrency or token ticker symbol.
Example:btc
shareIdstring required
Example:59cd72485007a239fb00282ed480da1f
Request body
Example request
{
"state": "active"
}Response
OK
Example response
{
"state": "active"
}