CryptoExhange
Description: CryptoExchange
represents the configuration and credentials required to interact with a cryptocurrency exchange. This includes the exchange's name and the necessary API credentials for authentication. CryptoExchange
objects are returned by CEX Instance
nodes.
Fields:
name:
Description: The name of the cryptocurrency exchange.
api_key:
Description: The API key used for authenticating with the exchange.
secret:
Description: The secret key used for authenticating with the exchange.
password:
Description: The password used for additional security (if required by the exchange).
Last updated