APIs
Public API
Public API methods can be accessed without an API key.
Get Exchange Rate
https://hashflo.net/api/rates/DOGE_POT
{ "sell_code":"DOGE", "buy_code":"POT", "last_price":15.015015015, "ask_price":7, "bid_price":15.015015015, "timestamp":1614727673.8917 }
Get Rates for All Trading Pairs
https://hashflo.net/api/allRates
[ {"sell_code":"BTC","buy_code":"DOGE","last_price":1.0E-8}, {"sell_code":"BTC","buy_code":"LTC","last_price":0.007}, ... ]
Get All Trading Pairs
https://hashflo.net/api/allPairs
[ ["BTC","DOGE"], ["BTC","LTC"], ... ]