latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Wallet share
Create a wallet share
Share wallet with an existing BitGo user
post/api/v2/{coin}/wallet/{walletId}/share
Path parameters
coinstring required
A cryptocurrency or token ticker symbol.
Example:btc
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
The wallet ID.
Request body
Example request
{
"permission": "spend,view",
"user": "59cd72485007a239fb00282ed480da1f",
"keychain": {
"path": "m/1234/1/1"
}
}Response
OK
Example response
{
"id": "59cd72485007a239fb00282ed480da1f",
"coin": "btc",
"wallet": "59cd72485007a239fb00282ed480da1f",
"walletLabel": "My Wallet",
"fromUser": "59cd72485007a239fb00282ed480da1f",
"toUser": "59cd72485007a239fb00282ed480da1f",
"permissions": "spend,view",
"state": "active",
"enterprise": "59cd72485007a239fb00282ed480da1f",
"pendingApprovalId": "59cd72485007a239fb00282ed480da1f",
"keychain": {
"path": "m/1234/1/1"
}
}