dYdX
Integration adapter for the dYdX exchange.
-
class DydxDataClientConfig
Bases: object
Configuration for the dYdX data client.
-
has_proxy_url
-
network
-
class DydxDataClientFactory
Bases: object
Factory for creating dYdX data clients.
-
name()
-
class DydxExecutionClientConfig
Bases: object
Configuration for the dYdX execution client.
-
account_id
-
has_proxy_url
-
network
-
subaccount_number
-
wallet_address
-
class DydxExecutionClientFactory
Bases: object
Factory for creating dYdX execution clients.
-
name()
-
class DydxNetwork
Bases: object
dYdX network environment (mainnet vs testnet).
This selects the underlying Cosmos chain for transaction submission.
-
MAINNET = DydxNetwork.MAINNET
-
TESTNET = DydxNetwork.TESTNET
-
classmethod from_str(data)
-
name
-
value
-
classmethod variants()