< Back
Get-Currencies
Post
NAME Get-Currencies
SYNOPSIS
Get active currencies supported on Bittrex, optionally include inactive currencies.
SYNTAX
Get-Currencies [[-IncludeInactive] <String>] [<CommonParameters>]
DESCRIPTION
/public/getcurrencies
Used to get all supported currencies at Bittrex along with other meta data.
Parameters
None
PARAMETERS
-IncludeInactive <String>
Inclucde Inactive Currencies
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$currencies = Get-Currencies
$currencies | Where-Object { $_.Currency -like "*EMC*" }
Currency : EMC2
CurrencyLong : Einsteinium
MinConfirmation : 128
TxFee : 0.20000000
IsActive : True
CoinType : BITCOIN
BaseAddress :
Notice :
Currency : EMC
CurrencyLong : EmerCoin
MinConfirmation : 6
TxFee : 0.02000000
IsActive : True
CoinType : BITCOIN
BaseAddress :
Notice :
RELATED LINKS
SYNOPSIS
Get active currencies supported on Bittrex, optionally include inactive currencies.
SYNTAX
Get-Currencies [[-IncludeInactive] <String>] [<CommonParameters>]
DESCRIPTION
/public/getcurrencies
Used to get all supported currencies at Bittrex along with other meta data.
Parameters
None
PARAMETERS
-IncludeInactive <String>
Inclucde Inactive Currencies
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$currencies = Get-Currencies
$currencies | Where-Object { $_.Currency -like "*EMC*" }
Currency : EMC2
CurrencyLong : Einsteinium
MinConfirmation : 128
TxFee : 0.20000000
IsActive : True
CoinType : BITCOIN
BaseAddress :
Notice :
Currency : EMC
CurrencyLong : EmerCoin
MinConfirmation : 6
TxFee : 0.02000000
IsActive : True
CoinType : BITCOIN
BaseAddress :
Notice :
RELATED LINKS