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
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Vault's blockchain address (0x...) |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Transaction type (TRANSFER, CONTRACT_WRITE, etc.) |
recipient | object | Varies | Recipient for transfer |
amount | string | Varies | Amount for transfer |
asset | object | Yes | Asset information |
data | string | No | Contract 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
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
| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Vault's blockchain address (0x...) |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Transaction type (TRANSFER, CONTRACT_WRITE, etc.) |
recipient | object | Varies | Recipient for transfer |
amount | string | Varies | Amount for transfer |
asset | object | Yes | Asset information |
data | string | No | Contract 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