Bittrex Get Latest Trades for a Market Details

Get latest trades for a given market via Bittrex 's API.


Stuff You Need to Know

This component uses the Bittrex API to retrieve latest trade details for any of the markets 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; result includes a list of latest trades:

{
  "success": true,
  "message": "''",
  "result": [
    {
      "Id": 319435,
      "TimeStamp": "2014-07-09T03:21:20.08",
      "Quantity": 0.30802438,
      "Price": 0.012634,
      "Total": 0.00389158,
      "FillType": "FILL",
      "OrderType": "BUY"
    }
  ]
}


Want More Info?

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