v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Wallets

BatchGetWallets

Retrieve multiple wallets by resource name.

get/v2/vaults/{vault_id}/wallets:batchGet

Path parameters

vault_idstring required

Query parameters

namesstring[] required

The resource names of the wallets to retrieve.

Format: vaults/{vault_id}/wallets/{wallet_id}

view'BASIC' | 'FULL'

Whether to include the converted value (wallet.converted_value) in the response.

  • BASIC: The default view. Does not include the converted value.
  • FULL: Calculate and include the converted value and additional fields.

Response

A successful response.

Example response

{
  "wallets": [
    {
      "name": "vaults/1b25635a5b3f/wallets/95257c5a522f",
      "displayName": "DeFi wallet",
      "hasFrozenAssets": true,
      "networks": [
        "networks/ethereum-mainnet"
      ],
      "xrplDetails": {
        "signingPubKey": "ED5F5AC8B98974A3CA843326D9B88CEBD0560177B973EE0B149F782CFAA06DC66A"
      },
      "createParams": {
        "walletGroups": [
          "vaults/1b25635a5b3f/walletGroups/95257c5a522f"
        ]
      },
      "btcDetails": {
        "btcNetworkDetails": [
          {
            "network": "networks/bitcoin-mainnet"
          }
        ]
      }
    }
  ]
}