Logo
Fireblocks API Documentation

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.

 

Body PARAM

Key Datatype Required Description 
manualSignging
string 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.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "maxSpendableAmount": "<string>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/vault/accounts/:vaultAccountId/:assetId/max_spendable_amount?manualSignging=<boolean>' -H 'Accept: application/json'

ENDPOINTS