latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Wallet share

List wallet shares

List shares of all wallets with other BitGo users. Returns only wallets on which the current user has spend permission.

get/api/v2/walletshares

Response

OK

Example response

{
  "incoming": [
    {
      "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"
      }
    }
  ],
  "outgoing": [
    {
      "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"
      }
    }
  ]
}