Delta Exchange Action Block
The Delta Exchange Action Block enables crypto derivatives trading via the Delta Exchange API from your workflows.
⚠️
Requires Delta Exchange API Key and Secret. Generate them from your Delta Exchange account under API Keys settings.
Supported Actions
- Place Order - Place futures or options orders (market, limit).
- Get Positions - Retrieve open positions and unrealized P&L.
- Get Wallet Balance - Fetch available margin and wallet balances.
- Cancel Order - Cancel a pending order by ID.
- Get Order History - Retrieve historical orders with filters.
- Get Market Data - Fetch ticker prices and order book data.
Configuration
- API Key / Secret - Delta Exchange API credentials.
- Product Symbol - Derivatives product symbol (e.g.,
BTCUSD,ETHUSD). - Order Type - Market or Limit.
- Side - Buy or Sell.
- Size - Number of contracts to trade.
- Leverage - Leverage multiplier for the position.
Use Cases
- Automate derivatives trading strategies with conditional order placement.
- Monitor open positions and trigger stop-loss workflows on P&L thresholds.
- Build a portfolio dashboard that tracks positions across multiple derivatives.