fireblocks-sdk-js
fireblocks-sdk-js copied to clipboard
get VaultAccountResponse from (assetId + address)
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
Hi, any update/comment on this?
@dsahni maybe able to elaborate as this is an API spec requirement
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.