mirror of
https://github.com/mempool/mempool.git
synced 2025-10-10 09:53:00 +02:00
Bisq markets dashboard: 24H Volume. WIP.
This commit is contained in:
@@ -203,6 +203,7 @@ class Server {
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'bisq/markets/ticker', routes.getBisqMarketTicker.bind(routes))
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'bisq/markets/trades', routes.getBisqMarketTrades.bind(routes))
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'bisq/markets/volumes', routes.getBisqMarketVolumes.bind(routes))
|
||||
.get(config.MEMPOOL.API_URL_PREFIX + 'bisq/markets/24hvolumes', routes.getBisqMarket24hVolumes.bind(routes))
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user