Bittrex Get Ticker Details

Get current tick values for a given market via Bittrex 's API.


Stuff You Need to Know

This component uses the Bittrex API to retrieve 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 for each trading market

{
      "Bid": 2.05670368,
      "Ask": 3.35579531,
      "Last": 3.35579531
}


Want More Info?

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