Get the maximum spendable amount in a single transaction.

GET {{baseUrl}}/vault/accounts/:vaultAccountId/:assetId/max_spendable_amount

Get the maximum amount of a particular asset that can be spent in a single transaction from a specified vault account (UTXO assets only, with a limitation on number of inputs embedded). Send several transactions if you want to spend more than the maximum spendable amount.

Request Params

KeyDatatypeRequiredDescription
manualSigngingstringFalse 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.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"maxSpendableAmount":"\u003cstring\u003e"}