TypeScript
const response: Promise<FireblocksResponse<GetUnspentInputsResponse>> = fireblocks.vaults.getUnspentInputs(vaultsApiGetUnspentInputsRequest);
[ { "input": { "txHash": "<string>", "index": 123 }, "address": "<string>", "amount": "<string>", "confirmations": 123, "status": "<string>" } ]
Documentation IndexFetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the vault account
The ID of the asset
List of Unspent information per input
Show child attributes