Get vault nonce
Retrieve the current transaction nonce for a vault on a specified network. The nonce is used when crafting transactions to ensure correct ordering.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Vault identifier |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Network identifier |
Use Cases
- Get nonce for manual transaction construction
- Verify nonce before broadcasting
- Sync nonce for transaction queue management
Required Permission
vaults:read
Get vault nonce
Retrieve the current transaction nonce for a vault on a specified network. The nonce is used when crafting transactions to ensure correct ordering.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Vault identifier |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Network identifier |
Use Cases
- Get nonce for manual transaction construction
- Verify nonce before broadcasting
- Sync nonce for transaction queue management
Required Permission
vaults:read