/
/Utila API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Address Book5
  • getListAddressBookEntries
  • getBatchGetAddressBookEntries
  • postBatchCreateAddressBookEntries
  • postBatchAddAddressBookEntriesToGroup
  • postBatchCreateUnsignedAddressBookEntries
Assets3
  • getGetAsset
  • getBatchGetAssets
  • getGetVaultAsset
Balances5
  • postQueryBalances
  • postQueryWalletBalances
  • postQueryWalletAddressBalances
  • postRefreshAssetAddressBalance
  • postQueryWalletUTXOs
Blockchains4
  • getGetNetwork
  • getListNetworks
  • getListVaultNetworks
  • getGetLatestBatchContract
Transactions11
  • getGetTransaction
  • getBatchGetTransactions
  • getListTransactions
  • postInitiateTransaction
  • postVoteOnTransactionRequest
  • postEstimateTransactionFee
  • getGetLatestTransactionSimulation
  • postCancelTransaction
  • postReplaceTransaction
  • postPublishTransaction
  • getGetTransactionAMLScreening
Vaults2
  • getGetVault
  • getListVaults
Wallets12
  • getListWallets
  • postCreateWallet
  • getGetWallet
  • getBatchGetWallets
  • postArchiveWallet
  • postBatchArchiveWallets
  • postUnarchiveWallet
  • postBatchUnarchiveWallets
  • getListWalletAddresses
  • postCreateWalletAddress
  • getGetWalletAddress
  • getBatchGetWalletAddresses
    Vaults

    GetVault

    Retrieve a vault by resource name.

    get/v2/vaults/{vault_id}

    Path parameters

    vault_idstring required

    Response

    A successful response.

    Example response

    {
      "vault": {
        "name": "vaults/95257c5a522f",
        "displayName": "Fund VI"
      }
    }

    Changes