< Back
Get-MarketSummaries
Post
NAME Get-MarketSummaries
SYNOPSIS
Return the last 24 hour summary of all active exchanges on Bittrex.
SYNTAX
Get-MarketSummaries [<CommonParameters>]
DESCRIPTION
/public/getmarketsummaries
Used to get the last 24 hour summary of all active exchanges
Parameters
None
PARAMETERS
<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:\\>$marketSummaries = Get-MarketSummaries
$marketSummaries | Where-Object { $_.MarketName -eq "BTC-EMC2" }
MarketName : BTC-EMC2
High : 0.00005099
Low : 0.00003610
Volume : 35976415.10730453
Last : 0.00003949
BaseVolume : 1499.04926758
TimeStamp : 2017-11-30T00:42:32.177
Bid : 0.00003951
Ask : 0.00003989
OpenBuyOrders : 965
OpenSellOrders : 4282
PrevDay : 0.00004904
Created : 2014-12-24T00:00:00
RELATED LINKS
SYNOPSIS
Return the last 24 hour summary of all active exchanges on Bittrex.
SYNTAX
Get-MarketSummaries [<CommonParameters>]
DESCRIPTION
/public/getmarketsummaries
Used to get the last 24 hour summary of all active exchanges
Parameters
None
PARAMETERS
<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:\\>$marketSummaries = Get-MarketSummaries
$marketSummaries | Where-Object { $_.MarketName -eq "BTC-EMC2" }
MarketName : BTC-EMC2
High : 0.00005099
Low : 0.00003610
Volume : 35976415.10730453
Last : 0.00003949
BaseVolume : 1499.04926758
TimeStamp : 2017-11-30T00:42:32.177
Bid : 0.00003951
Ask : 0.00003989
OpenBuyOrders : 965
OpenSellOrders : 4282
PrevDay : 0.00004904
Created : 2014-12-24T00:00:00
RELATED LINKS