Author

Topic: Poloniex biggest gainers? (Read 239 times)

staff
Activity: 3500
Merit: 6152
September 04, 2017, 08:01:29 AM
#4
Thanks for answer. Anything similar for Cryptopia?

The same thing applies, you can get the Markets data (for everything) from their public API (change is included) and you just sort them, example:

Code:
{
    "Success":true,
    "Message":null,
    "Data":[{
                "TradePairId":100,
                "Label":"LTC/BTC",
                "AskPrice":0.00006000,
                "BidPrice":0.02000000,
                "Low":0.00006000,
                "High":0.00006000,
                "Volume":1000.05639978,
                "LastPrice":0.00006000,
                "BuyVolume":34455.678,
                "SellVolume":67003436.37658233,
                "Change":-400.00000000,
                "Open": 0.00000500,
                "Close": 0.00000600,
                "BaseVolume": 3.58675866,
                "BaseBuyVolume": 11.25364758,
                "BaseSellVolume": 3456.06746543
            },
            {
                ...
            }]
}
       

More details: https://www.cryptopia.co.nz/Forum/Thread/255
member
Activity: 103
Merit: 10
September 03, 2017, 10:27:53 PM
#3
Not that I'm aware of but you could definitely build something using the Poloniex API or contact CoinMarketCap (using the request form) asking for adding the feature to filter through the different exchanges. If you want something fast then you could simply visit the site and sort the currencies using 'Change' column, It will give you the data for the last 24 hours.

Thanks for answer. Anything similar for Cryptopia?
staff
Activity: 3500
Merit: 6152
September 03, 2017, 12:32:01 PM
#2
Not that I'm aware of but you could definitely build something using the Poloniex API or contact CoinMarketCap (using the request form) asking for adding the feature to filter through the different exchanges. If you want something fast then you could simply visit the site and sort the currencies using 'Change' column, It will give you the data for the last 24 hours.
member
Activity: 103
Merit: 10
September 02, 2017, 10:01:48 PM
#1
Are there any webpages which shows biggest gainers in Poloniex similar way than here:

https://coinmarketcap.com/gainers-losers/

This page shows 1h/24h/7d.
Jump to: