Bittrex Get All Markets 24 Hour Summary Details

Get the last 24 hour summary for all markets supported at Bittres via their API.


Stuff You Need to Know

This component uses the Bittrex API to retrieve details for the last 24 hour summary for all markets they support. Possible details are listed in the tables below.


How to Configure

No required or optional settings to configure.

Standard settings:

Click here to view information on standard settings.


What Happens Next

Response includes the following for each trading market

{
      "MarketName": "BTC-LTC",
      "High": 0.0135,
      "Low": 0.012,
      "Volume": 3833.97619253,
      "Last": 0.01349998,
      "BaseVolume": 47.03987026,
      "TimeStamp": "2014-07-09T07:22:16.72",
      "Bid": 0.01271001,
      "Ask": 0.012911,
      "OpenBuyOrders": 45,
      "OpenSellOrders": 45,
      "PrevDay": 0.01229501,
      "Created": "2014-02-13T00:00:00",
      "DisplayMarketName": "string"
}


Want More Info?

Read more about the Bittrex API hereWant access to more Bittrex API endpoints? Contact us here for more info!