paradex_vault_account_summary
Retrieve a detailed summary of a vault's trading account to assess risk metrics, available margin, total exposure, and account health, aiding informed risk management and trading decisions.
Instructions
Get a comprehensive overview of a vault's trading account status.
Use this tool when you need to:
- Check account health and available margin
- Monitor total exposure and leverage
- Understand risk metrics and account status
- Assess trading capacity before placing new orders
- Get a consolidated view of account performance
This provides essential information about account standing and
trading capacity to inform risk management decisions.
Example use cases:
- Checking available margin before placing new orders
- Monitoring account health during market volatility
- Assessing total exposure across all markets
- Understanding maintenance margin requirements
- Planning position adjustments based on account metrics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vault_address | Yes | The address of the vault to get account summary for. |
Input Schema (JSON Schema)
{
"properties": {
"vault_address": {
"description": "The address of the vault to get account summary for.",
"title": "Vault Address",
"type": "string"
}
},
"required": [
"vault_address"
],
"title": "get_vault_account_summaryArguments",
"type": "object"
}