v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Wallets

GetWallet

Retrieve a wallet by resource name.

get/v2/vaults/{vault_id}/wallets/{wallet_id}

Path parameters

vault_idstring required
wallet_idstring required

Query parameters

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.
includeReferencedResourcesboolean

Include referenced resources in the response.

Response

A successful response.

Example response

{
  "wallet": {
    "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"
        }
      ]
    }
  }
}