TypeScript
const response: Promise<FireblocksResponse<PaginatedAddressResponse>> = fireblocks.vaults.getVaultAccountAssetAddressesPaginated(vaultsApiGetVaultAccountAssetAddressesPaginatedRequest);
{ "addresses": [ { "assetId": "<string>", "address": "<string>", "description": "<string>", "tag": "<string>", "type": "<string>", "customerRefId": "<string>", "addressFormat": "SEGWIT", "legacyAddress": "<string>", "enterpriseAddress": "<string>", "bip44AddressIndex": 123, "userDefined": true } ], "paging": { "before": "<string>", "after": "<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 to return
The ID of the asset
A paginated list of addresses, and pagination info.
Show child attributes