Account Summary
paradex_account_summaryGet a snapshot of your account's current financial status and trading capacity. Check balances, margin utilization, account health, and P&L.
Instructions
Get a snapshot of your account's current financial status and trading capacity.
Use this tool when you need to:
- Check your current available and total balance
- Understand your margin utilization and remaining trading capacity
- Verify your account health and distance from liquidation
- Get an overview of realized and unrealized P&L
This provides the essential financial information needed to make informed
trading decisions and manage risk appropriately.
Example use cases:
- Checking available balance before placing new orders
- Monitoring account health during volatile market conditions
- Assessing realized and unrealized P&L for performance tracking
- Verifying margin requirements and utilizationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | User's starknet account | |
| account_value | No | Current account value [with unrealized P&Ls] | |
| free_collateral | No | Free collateral available (Account value in excess of Initial Margin required) | |
| initial_margin_requirement | No | Amount required to open trade for the existing positions | |
| maintenance_margin_requirement | No | Amount required to maintain exisiting positions | |
| margin_cushion | No | Acc value in excess of maintenance margin required | |
| seq_no | No | Unique increasing number (non-sequential) that is assigned to this account update. Can be used to deduplicate multiple feeds | |
| settlement_asset | No | Settlement asset for the account | |
| status | No | Status of the acc - like ACTIVE, LIQUIDATION | |
| total_collateral | No | User's total collateral | |
| updated_at | No | Account last updated time |