Skip to main content
GET
/
vault
/
accounts
/
{vaultAccountId}
/
{assetId}
/
max_spendable_amount
TypeScript
const response: Promise<FireblocksResponse<GetMaxSpendableAmountResponse>> = fireblocks.vaults.getMaxSpendableAmount(vaultsApiGetMaxSpendableAmountRequest);
{
  "maxSpendableAmount": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

vaultAccountId
string<numeric>
required

The ID of the vault account, or 'default' for the default vault account

assetId
string
required

The ID of the asset

Query Parameters

manualSignging
boolean

False by default. The maximum number of inputs depends if the transaction will be signed by an automated co-signer server or on a mobile device.

Response

OK

maxSpendableAmount
string

The maximum amount that can be spent from the vault account