| paradex_account_summaryA | 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 utilization
|
| paradex_account_balanceA | Get token balances for your account (e.g. USDC, DIME).
Use this tool when you need to:
- Check how much of each token you hold
- Verify available USDC balance before depositing or withdrawing
- See all token denominations in your account
Example use cases:
- Checking USDC balance before a deposit/withdrawal
- Viewing DIME or other token holdings
|
| paradex_account_positionsA | Analyze your open positions to monitor exposure, profitability, and risk.
Use this tool when you need to:
- Check the status and P&L of all your open positions
- Monitor your liquidation prices and margin requirements
- Assess your exposure across different markets
- Make decisions about position management (scaling, hedging, closing)
Understanding your current positions is fundamental to proper risk management
and is the starting point for many trading decisions.
Example use cases:
- Checking the unrealized P&L of your positions
- Monitoring liquidation prices during market volatility
- Assessing total exposure across related assets
- Verifying entry prices and position sizes
|
| paradex_account_overviewA | Get a complete snapshot of your account: margin health, token balances,
open positions, fee rates, and margin methodology in a single call.
Use this instead of calling paradex_account_summary, paradex_account_balance,
and paradex_account_positions separately.
Returns:
- summary: account value, free collateral, margin requirements, health status
- balances: token balances (USDC, DIME, etc.)
- positions: all open positions with P&L and liquidation prices
- info: account fees (maker/taker rates for all product types), account kind,
and isolation mode if applicable
- margin: margin methodology (cross_margin or portfolio_margin) and per-market
leverage/margin-type configuration
|
| paradex_account_fillsA | Analyze your executed trades to evaluate performance and execution quality.
Use this tool when you need to:
- Review your trading history across specific markets
- Calculate your average entry price for multi-fill positions
- Analyze execution quality compared to intended prices
- Track realized PnL from completed trades
- Verify order execution details for reconciliation
Detailed fill information is essential for performance analysis and
understanding how your orders were actually executed.
Example use cases:
- Calculating volume-weighted average price (VWAP) of your entries
- Analyzing execution slippage from your intended prices
- Reviewing trade history for tax or accounting purposes
- Tracking commission costs across different markets
- Identifying which of your strategies produced the best execution
|
| paradex_account_funding_paymentsA | Track your funding payment history to understand its impact on P&L.
Use this tool when you need to:
- Calculate total funding costs or gains for a position
- Analyze how funding has affected your overall performance
- Plan position timing around funding payment schedules
- Compare funding costs across different markets
- Account for funding in your trading strategy profitability
Funding payments can significantly impact trading P&L,
especially for longer-term positions or in markets with volatile funding rates.
Example use cases:
- Calculating the total funding component of your P&L
- Comparing funding costs against trading profits
- Planning position entries/exits around funding payment times
- Identifying markets where funding has been consistently favorable
- Reconciling funding payments for accounting purposes
|
| paradex_account_transactionsA | Get account transaction history.
Retrieves a filtered history of account transactions, including deposits,
withdrawals, trades, funding payments, and other account activities.
Use transaction_type and time filters to limit the results and avoid
overwhelming the client.
This tool is valuable for:
- Reconciliation of account activity
- Auditing trading history
- Tracking deposits and withdrawals
- Analyzing funding payments over time
|
| paradex_account_keysA | List all credentials registered for this account: Paradex subkeys and API tokens.
Use this tool when you need to:
- Audit which subkeys and API tokens have access to the account
- Verify that a generated subkey was successfully registered on Paradex
- Check token expiry dates or identify revoked tokens
- Confirm key setup before starting agent trading
Returns:
- subkeys: Paradex keypairs registered for on-chain signing (e.g. agent keys)
- tokens: JWT / API key tokens for REST API access
Example use cases:
- After registering a subkey, list keys to confirm it appears as active
- Reviewing active tokens to identify any that are near expiry
- Verifying agent credential setup during onboarding
|
| paradex_account_profileA | Get static account profile and display settings.
Use this tool when you need to:
- Check your username or referral code
- Review per-market max slippage limits
- Inspect referral configuration (commission rate, discount rate, minimum volume)
- Check TAP affiliate status and share rates
- Review notification preferences or linked social accounts
- See the AI agent WebSocket URL for this account
This data changes infrequently. For live financial data (balances, positions,
margin health, fee rates), use paradex_account_overview instead.
Returns:
- profile: username, referral config, market_max_slippage, notifications,
social links, TAP/XP rates, NFT holdings, AI agent URL
- settings: trading_value_display preference (SPOT_NOTIONAL or MARKET_VALUE)
|
| paradex_pre_trade_checkA | Validate a trade idea before submitting an order.
Use this tool when you need to:
- Confirm your account has sufficient free collateral for a trade
- Check whether a given order size is within market limits
- Get current bid/ask and existing position in one call
- Receive a single ready_to_trade flag with human-readable reasons if not ready
Use this instead of calling paradex_account_summary, paradex_account_positions,
paradex_market_summaries, and paradex_markets separately before placing an order.
Returns:
- account_status: account health (ACTIVE, LIQUIDATION, etc.)
- free_collateral: available collateral for new positions
- current_position: existing open position in this market, if any
- bbo: best bid/ask, mark price, and current funding rate
- market_constraints: tick size, min notional, position limit, order size increment
- estimates: fee, slippage, funding cost, and break-even using the account's actual fee tier
- ready_to_trade: True when account is healthy, collateral is positive,
and size is within market limits
- not_ready_reasons: list of reasons why ready_to_trade is False (empty when True)
|
| paradex_filters_modelA | Get detailed schema information to build precise data filters.
Use this tool when you need to:
- Understand exactly what fields are available for filtering
- Learn the data types and formats for specific fields
- Build complex JMESPath queries with correct syntax
- Create sophisticated filtering and sorting expressions
Knowing the exact schema helps you construct precise filters that
return exactly the data you need, avoiding trial and error.
Example use cases:
- Learning what fields exist in market data responses
- Finding the correct property names for filtering
- Understanding data types for numerical comparisons
- Building complex multi-criteria filters for large datasets
|
| paradex_marketsA | Find markets that match your trading criteria or get detailed market specifications.
Use this tool when you need to:
- Understand exact tick sizes and minimum order sizes before placing trades
- Find all markets for a specific asset (e.g., all BTC-based markets)
- Compare contract specifications across different markets
- Identify markets with specific characteristics for your trading strategy
Retrieves comprehensive details about specified markets, including
base and quote assets, tick size, minimum order size, and other
trading parameters. If "ALL" is specified or no market IDs are provided,
returns details for all available markets.
Example use cases:
- Finding the minimum order size for a new trade
- Identifying markets with the smallest tick size for precise entries
- Checking which assets are available for trading
`asset_kind` is the type of asset in the market: `PERP` (perpetual futures),
`PERP_OPTION` (perpetual options), `SPOT` (spot markets), `OPTION` (dated/expiring options),
or `FUTURE` (dated futures).
You can use JMESPath expressions (https://jmespath.org/specification.html) to filter, sort, or limit the results.
Use the `paradex_filters_model` tool to get the filters for a tool.
Examples:
- Filter by base asset: "[?base_asset=='BTC']"
- Sort by 24h volume: "sort_by([*], &volume_24h)"
- Limit to top 5 by volume: "[sort_by([*], &to_number(volume_24h))[-5:]]"
|
| paradex_market_summariesA | Identify the most active or volatile markets and get current market conditions.
Use this tool when you need to:
- Find the most active markets by volume for liquidity analysis
- Discover markets with significant price movements for momentum strategies
- Compare current prices across multiple assets
- Identify markets with unusual behavior for potential opportunities
- Get the best bid/ask (BBO) for a market — the summary includes bid and ask fields
- Get the current funding rate — the summary includes funding_rate
Retrieves current market summary information including mark price, best bid/ask,
last traded price, 24h volume and price change, funding rate, open interest, and
underlying spot price. If "ALL" is specified or no market IDs are provided,
returns summaries for all available markets.
Prefer this tool over separate paradex_bbo or paradex_funding_data calls when you
need price context before making a trading recommendation — all that data is here.
Example use cases:
- Finding high-volatility markets for short-term trading
- Identifying top gainers and losers for the day
- Comparing volume across different markets to find liquidity
- Getting the current price and 24-hour range for price analysis
- Checking bid/ask spread and funding rate before placing an order
You can use JMESPath expressions (https://jmespath.org/specification.html) to filter, sort, or limit the results.
Use the `paradex_filters_model` tool to get the filters for a tool.
Examples:
- Filter by high price: "[?high_price > `10000`]"
- Sort by volume: "sort_by([*], &volume)"
- Get top 3 by price change: "[sort_by([*], &to_number(price_change_percent))[-3:]]"
|
| paradex_funding_dataA | Analyze funding rates for potential funding arbitrage or to understand holding costs.
Use this tool when you need to:
- Calculate expected funding payments for a position
- Find markets with extreme funding rates for potential arbitrage
- Understand historical funding patterns for a market
- Evaluate the cost of holding a position over time
This data is critical for assessing the carrying cost of positions
and identifying potential funding arbitrage opportunities.
Example use cases:
- Finding markets with negative funding for "paid to hold" opportunities
- Calculating the funding component of a trade's P&L
- Comparing funding rates across different assets for relative value trades
- Analyzing funding rate volatility to predict potential rate changes
|
| paradex_orderbookA | Analyze market depth and liquidity to optimize order entry and execution.
Use this tool when you need to:
- Assess true liquidity before placing large orders
- Identify potential support/resistance levels from order clusters
- Determine optimal limit order prices for higher fill probability
- Detect order imbalances that might signal price direction
Understanding the orderbook is essential for effective trade execution,
especially for larger orders or in less liquid markets.
Example use cases:
- Finding the optimal limit price to ensure your order gets filled
- Estimating potential slippage for market orders of different sizes
- Identifying large resting orders that might act as support/resistance
- Detecting order book imbalances that could predict short-term price moves
|
| paradex_klinesA | Analyze historical price patterns for technical analysis and trading decisions.
Use this tool when you need to:
- Perform technical analysis on historical price data
- Identify support and resistance levels from price history
- Calculate indicators like moving averages, RSI, or MACD
- Backtest trading strategies on historical data
- Visualize price action over specific timeframes
Candlestick data is fundamental for most technical analysis and trading decisions,
providing structured price and volume information over time.
Example use cases:
- Identifying chart patterns for potential entries or exits
- Calculating technical indicators for trading signals
- Determining volatility by analyzing price ranges
- Finding significant price levels from historical support/resistance
- Measuring volume patterns to confirm price movements
|
| paradex_tradesA | Analyze actual market transactions to understand market sentiment and liquidity.
Use this tool when you need to:
- Detect large trades that might signal institutional activity
- Calculate average trade size during specific periods
- Identify buy/sell pressure imbalances
- Monitor execution prices vs. order book prices
- Understand market momentum through trade flow
Trade data provides insights into actual market activity versus just orders,
helping you understand how other participants are behaving.
Example use cases:
- Detecting large "whale" transactions that might influence price
- Analyzing trade sizes to gauge market participation
- Identifying periods of aggressive buying or selling
- Understanding trade frequency as an indicator of market interest
- Comparing executed prices to orderbook mid-price for market impact analysis
|
| paradex_bboA | Get the current best available prices for immediate execution decisions.
Use this tool when you need to:
- Make quick trading decisions without full orderbook depth
- Calculate current spread costs before placing orders
- Monitor real-time price changes efficiently
- Get a snapshot of current market conditions
- Determine fair mid-price for calculations
The BBO provides the most essential price information with minimal data,
perfect for quick decisions or when full orderbook depth isn't needed.
Example use cases:
- Calculating current trading spreads before placing orders
- Monitoring real-time price movements efficiently
- Determining execution prices for immediate market orders
- Calculating mid-price for order placement strategies
- Setting appropriate limit order prices to improve fill chances
|
| paradex_open_ordersA | Monitor your active orders to track execution status and manage your trading strategy.
Use this tool when you need to:
- Check which of your orders are still pending execution
- Verify limit order prices and remaining quantities
- Determine which orders might need cancellation or modification
- Get a complete picture of your current market exposure
Keeping track of your open orders is essential for effective order management
and avoiding duplicate or conflicting trades.
Example use cases:
- Checking if your limit orders have been partially filled
- Verifying that a recently placed order was accepted by the exchange
- Identifying stale orders that should be canceled or modified
- Getting a consolidated view of all pending orders across markets
|
| paradex_create_orderA | Execute trades on Paradex with precise control over all order parameters.
Use this tool when you need to:
- Enter a new position based on your trading strategy
- Set limit orders at specific price levels
- Create stop-loss or take-profit orders for risk management
- Implement complex trading strategies with conditional orders
This is the primary tool for executing your trading decisions on Paradex,
with full control over order type, size, price, and execution parameters.
Example use cases:
- Setting limit orders at key support/resistance levels
- Placing stop-limit orders to manage risk on existing positions
- Executing market orders for immediate entry or exit
- Creating reduce-only orders to ensure you don't flip position direction
Succesful response indicates that orders were queued for execution.
Check order status using order id.
|
| paradex_cancel_ordersA | Cancel pending orders to manage exposure or adjust your trading strategy.
Use this tool when you need to:
- Remove stale limit orders that are no longer desirable
- Quickly reduce market exposure during volatility
- Update your order strategy by removing existing orders
- Clear your order book before implementing a new strategy
- React to changing market conditions by canceling pending orders
Order cancellation is a critical risk management function and allows you
to quickly adapt to changing market conditions.
Example use cases:
- Canceling limit orders when your outlook changes
- Removing all orders during unexpected market volatility
- Canceling a specific order identified by order ID
- Clearing all orders for a specific market
- Removing stale orders before placing new ones
Calling without any parameters will cancel all orders.
Succesful response indicates that orders were queued for cancellation.
Check order status using order id.
|
| paradex_order_statusA | Check the detailed status of a specific order for execution monitoring.
Use this tool when you need to:
- Confirm if a particular order was accepted and is active
- Check if an order has been filled, partially filled, or canceled
- Get execution details for a specific order
- Diagnose issues with order placement
- Track the status of important orders individually
Order status tracking is essential for verifying execution status
and troubleshooting any issues with specific orders.
Example use cases:
- Checking if a recently placed limit order is active in the book
- Verifying fill details of a specific order
- Determining why an order might have been rejected
- Confirming cancellation status of an order you attempted to cancel
- Getting execution timestamps for order lifecycle analysis
|
| paradex_orders_historyA | Get historical orders. Retrieves the history of orders for the account, including filled, canceled, and expired orders.
This is useful for analyzing past trading activity and performance. |
| paradex_generate_subkeyA | Generate a Paradex keypair for use as a subkey.
The private key is persisted locally and never leaves the machine.
Only the public key is returned so the frontend can register it on
Paradex on behalf of the agent.
Use this tool when you need to:
- Provision a new subkey for agent trading
- Create a keypair before registering the public key on Paradex
Example use cases:
- Setting up a new agent with its own trading subkey
- Rotating to a fresh subkey for an existing account
|
| paradex_system_configA | Understand the exchange's global parameters and portfolio margin risk factors.
Use this tool when you need to:
- Check fee schedules before placing trades
- Verify trading limits and restrictions
- Understand exchange-wide parameters that affect your trading
- Review portfolio margin factors (hedged/unhedged margin, vol-shock params) per asset
Returns:
- config: raw system configuration (contract addresses, chain IDs, fee tiers, etc.)
- portfolio_margin: per-asset portfolio margin parameters used in PM calculations
Example use cases:
- Checking current fee tiers for different markets
- Verifying maximum leverage available for specific markets
- Reviewing portfolio margin risk factors before switching margin methodology
|
| paradex_system_stateA | Verify the exchange is fully operational before executing trades.
Use this tool when you need to:
- Check if Paradex is functioning normally before placing important orders
- Verify system status if you encounter unexpected behavior
- Confirm that maintenance periods are not in effect
- Check exchange clock synchronization with your own systems
This is especially important before executing critical trades or when
experiencing unexpected behavior from other API calls.
Example use cases:
- Verifying the exchange is operational before executing a trading strategy
- Checking if maintenance mode is active when experiencing delays
- Confirming exchange status during periods of market volatility
- Diagnosing API issues by checking system health
|
| paradex_vaultsA | Get detailed information about a specific vault or all vaults if no address is provided.
Retrieves comprehensive details about a specific vault identified by its address,
including configuration, permissions, and other vault-specific parameters.
Use jmespath_filter to reduce the number of results as much as possible as number of vaults can be large.
You can use JMESPath expressions to filter, sort, or limit the results.
Examples:
- Filter by owner: "[?owner_account=='0x123...']"
- Filter by status: "[?status=='ACTIVE']"
- Find vaults with specific strategy: "[?contains(strategies, 'strategy_id')]"
- Sort by creation date: "sort_by([*], &created_at)"
- Limit to newest vaults: "sort_by([*], &created_at)[-5:]"
- Select specific fields: "[*].{address: address, name: name, kind: kind, status: status}"
|
| paradex_vault_balanceA | Get the current balance of a specific vault. Retrieves the current balance information for a specific vault,
including available funds, locked funds, and total balance.
This is essential for understanding the financial state of a vault
before executing trades or withdrawals. |
| paradex_vault_summaryA | Get a comprehensive summary of a specific vault or all vaults if no address is provided.
Retrieves a summary of all important information about a vault,
including balance, positions, recent activity, and performance metrics.
This provides a high-level overview of the vault's current state.
Use jmespath_filter to reduce the number of results as much as possible as number of vaults can be large.
You can use JMESPath expressions to filter, sort, or transform the results.
Examples:
- Filter by TVL: "[?to_number(tvl) > `10000`]"
- Filter by performance: "[?to_number(total_roi) > `5.0`]"
- Sort by TVL (descending): "reverse(sort_by([*], &to_number(tvl)))"
- Get top performers: "sort_by([*], &to_number(total_roi))[-3:]"
- Filter by recent returns: "[?to_number(roi_24h) > `0.5`]"
- Extract specific metrics: "[*].{address: address, tvl: tvl, total_roi: total_roi, volume_24h: volume_24h}"
|
| paradex_vault_transfersA | Track deposit and withdrawal history for auditing and reconciliation.
Use this tool when you need to:
- Verify deposits have completed and are available for trading
- Track withdrawal status and confirm transaction settlement
- Audit the complete fund flow history for a vault
- Reconcile on-chain transactions with platform records
- Understand historical capital allocation patterns
Complete transfer history is essential for proper accounting and provides
a clear audit trail of all capital movements.
Example use cases:
- Confirming that a recent deposit was credited to your account
- Tracking the status of pending withdrawals
- Creating transaction reports for accounting or tax purposes
- Verifying the total amount deposited over time
- Analyzing deposit/withdrawal patterns for strategy insights
|
| paradex_vault_positionsA | Monitor active trading positions to track performance and manage risk.
Use this tool when you need to:
- Get a complete view of all open positions for a vault
- Monitor unrealized P&L across all positions
- Check liquidation prices and margin requirements
- Assess position sizing and leverage across markets
- Track entry prices and position duration
Position monitoring is fundamental to risk management and provides
the necessary information for trade management decisions.
Example use cases:
- Checking the current status of all open trades
- Monitoring unrealized profit/loss across positions
- Assessing liquidation risk during market volatility
- Comparing performance across different markets
- Planning adjustments to position sizes or leverage
|
| paradex_vault_overviewA | Get a complete operational snapshot of a vault: token balances, open positions,
and trading account health in a single call.
Use this instead of calling paradex_vault_balance, paradex_vault_positions,
and paradex_vault_account_summary separately.
Returns:
- balances: vault token balances
- positions: all open positions with P&L and liquidation prices
- account_summary: margin health, free collateral, leverage
|
| paradex_vault_account_summaryA | 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
|