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).
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Vault's blockchain address (0x...) |
| Field | Type | Required | Description |
|---|---|---|---|
type | string | No | Transaction type (TRANSFER, CONTRACT_WRITE, etc.) |
recipient | string | No | Recipient address (nullable) |
amount | string | Yes | Amount for transfer |
asset | object | Yes | Asset information |
value | string | No | Value for contract calls (in ether) |
data | string | No | Contract call data |
vaults:read
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).
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Vault's blockchain address (0x...) |
| Field | Type | Required | Description |
|---|---|---|---|
type | string | No | Transaction type (TRANSFER, CONTRACT_WRITE, etc.) |
recipient | string | No | Recipient address (nullable) |
amount | string | Yes | Amount for transfer |
asset | object | Yes | Asset information |
value | string | No | Value for contract calls (in ether) |
data | string | No | Contract call data |
vaults:read