Estimate gas by address

Estimate gas fees for a transaction when you have the vault's blockchain address rather than the vault ID. Useful when resolving vaults by address (e.g., from organization links).

Path Parameters

ParameterTypeRequiredDescription
addressstringYesVault's blockchain address (0x...)

Request Body

FieldTypeRequiredDescription
typestringYesTransaction type (TRANSFER, CONTRACT_WRITE, etc.)
recipientobjectVariesRecipient for transfer
amountstringVariesAmount for transfer
assetobjectYesAsset information
datastringNoContract call data

Use Cases

  • Estimate gas when you have vault address from surfaced vaults
  • Pre-flight gas check before transaction
  • Display estimated cost in UI

Required Permission

vaults:read