Bittrex Get Specific Market 24 Hour Summary Details

Get the last 24 hour summary for any market 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 any market they support. Possible details are listed in the tables below.


How to Configure

Component-specific settings:
  • market (field) - This field is required. Enter the market name you plan to use (ex: BTC-LTC).

Standard settings:

Click here to view information on standard settings.


What Happens Next

Response includes the following for the selected trading market (BTC-LTC is used as the example):

{
      "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!