Get max spendable amount in a transaction
UTXO assets only.
Retrieve the maximum amount of the specified asset that can be spent in a single transaction from the specified vault account.
Endpoint Permissions: Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
TypeScript
Path Parameters
The ID of the vault account, or 'default' for the default vault account
The ID of the asset
Query Parameters
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
The maximum amount that can be spent from the vault account
Previous
Get maximum BIP44 index usedRetrieves the maximum BIP44 address index and change address index used for a specific asset in a vault account (BIP44 standard).
Next
TypeScript