latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Wallet share
Get wallet share V1
Returns a wallet share, requires unlock if the wallet share includes a keychain.
get/api/v1/{coin}/walletshare/{shareId}
Path parameters
coinstring required
A cryptocurrency or token ticker symbol.
Example:btc
shareIdstring required
Example:59cd72485007a239fb00282ed480da1f
Query parameters
skipUnlockboolean
True, if skipping unlock. Excludes keychain in response.
Response
OK
Example response
{
"id": "59cd72485007a239fb00282ed480da1f",
"coin": "btc",
"wallet": "59cd72485007a239fb00282ed480da1f",
"walletLabel": "My Wallet",
"fromUser": "59cd72485007a239fb00282ed480da1f",
"toUser": "btc",
"permission": "spend,view",
"state": "active",
"enterprise": "59cd72485007a239fb00282ed480da1f",
"pendingApprovalId": "59cd72485007a239fb00282ed480da1f",
"keychain": {
"path": "m/1234/1/1"
}
}