CEX Instance
The CEX instance
node creates a Crypto Exchange instance that can be used by other nodes to perform CEX operations.
Inputs
exchange_name:
description: The name of the crypto exchange.
allowed types: ExchangeType
default value: None
api_key:
description: The API key for accessing the exchange.
allowed types: string, Secret
default value: None
secret_key:
description: The secret key for accessing the exchange.
allowed types: string, Secret
default value: None
password [Optional]:
description: The password for accessing the exchange (if applicable).
allowed types: string, Secret
default value: None
Output
description: The created exchange instance.
type: CryptoExchange
Tags
crypto
CEX
Last updated