dYdX Exchange Interface#

broker='dydx'

dYdX is a decentralised cryptocurrency derivatives exchange.

Supported Features#

Feature

Supported?

Alternative

Stop loss

No

Implement manually in strategy with limit orders

Take profit

No

Implement manually in strategy with stop-limit orders

Configuration#

Trading through dYdX requires the following configuration details.

dYdX:
  ETH_ADDRESS: "0xxxxx"
  ETH_PRIV_KEY: "xxxxx"
{"dYdX":
   {
      "ETH_ADDRESS": "0xxxxx",
      "ETH_PRIV_KEY": "xxxxx",
   }
}

API Reference#