< Back

Get-BittrexAPIKeys

Sun Jan 12, 2020 3:49 pm

NAME Get-BittrexAPIKeys



SYNOPSIS

When the script needs to use the API KEY/SECRET this function reads them into variables.

$apiAuth = Get-BittrexAPIKeys

use $apiAuth.Key for the key, and $apiAuth.Secret for the secret.





SYNTAX

Get-BittrexAPIKeys [[-PIN] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-PIN <String>

Provide and use a PIN for extra Encryption/Decryption security. Will prompt once per Powershell Window for

use.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS