fireblocks-sdk-js icon indicating copy to clipboard operation
fireblocks-sdk-js copied to clipboard

get VaultAccountResponse from (assetId + address)

Open ehamery opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. Is there a way to get the VaultAccountResponse from an assetId and a address?

Describe the solution you'd like What about adding an endpoint like:

getVaultAccount(assetId: string, address: string): Promise<VaultAccountResponse>;

Additional context

ehamery avatar May 14 '22 18:05 ehamery

Hi, any update/comment on this?

ehamery avatar May 30 '22 06:05 ehamery

@dsahni maybe able to elaborate as this is an API spec requirement

yarinvak avatar Jul 07 '22 21:07 yarinvak

Did you ever get around to this feature. I would also find such an endpoint very helpful, such that I don't have to fetch all vaults and then filter client-side.

Wirack avatar Jan 15 '24 10:01 Wirack