Bittrex Get Markets Details

Get details for all open and available trading markets at Bittrex via their API.


Stuff You Need to Know

This component uses the Bittrex API to retrieve details for all open and available trading markets they support. Possible details are listed in the tables below.


How to Configure

There are no required or optional component specific settings.

Standard settings:

Click here to view information on standard settings.


What Happens Next

Response includes the following for each trading market

{
    "MarketCurrency": "LTC",
    "BaseCurrency": "BTC",
    "MarketCurrencyLong": "Litecoin",
    "BaseCurrencyLong": "Bitcoin",
    "MinTradeSize": 0.01,
    "MarketName": "BTC-LTC",
    "IsActive": true,
    "IsRestricted": false,
    "Created": "2014-02-13T00:00:00",
    "Notice": "BTC-LTC",
    "IsSponsored": false,
    "LogoUrl": "https://storage.blob.core.windows.net/public/8637ccad-9e7f-45ac-            8f03-a41b440e3911.png"    
}



Want More Info?

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