IAuthenticationParams Interface representing the parameters required for authentication.
Authentication
const authParams: IAuthenticationParams = { apiKey: "your_api_key", secretKey: "your_secret_key"}; Copy
const authParams: IAuthenticationParams = { apiKey: "your_api_key", secretKey: "your_secret_key"};
The API key used for authentication.
The secret key used for authentication.
IAuthenticationParams Interface representing the parameters required for authentication.
See
Authentication
Example