flosight-api/lib
sairajzero f63922b84e Adding option mempool in /addrs API
/addrs/<addrs>/txs API now supports option mempool.
Available values for mempool option:
- true: [DEFAULT] query from mempool and blocks (ie, confirmed and unconfirmed tx)
- false: do not query from mempool. (ie, confirmed tx only)
- only: query only from mempool (ie, unconfirmed tx only)
2023-04-13 03:58:59 +05:30
..
addresses.js Adding option mempool in /addrs API 2023-04-13 03:58:59 +05:30
addresstranslator.js Remove Bitcoin Cash stuff 2018-05-15 15:14:06 -07:00
blocks.js Fix other locations that used strFloData 2019-09-10 08:41:36 -06:00
common.js Minor fixes and binding stop-flag to on-close 2023-02-04 17:53:50 +05:30
currency.js Fix currency endpoint 2018-05-18 15:22:16 -07:00
index.js Adding websocket api calls 2023-01-27 18:05:48 +05:30
messages.js BTC -> Flo 2018-01-15 16:35:41 -08:00
ratelimiter.js BTC -> Flo 2018-01-15 16:35:41 -08:00
service.js BTC -> Flo 2018-01-15 16:35:41 -08:00
status.js Update status name 2018-05-18 15:23:30 -07:00
transactions.js Added regtest 2022-09-12 13:55:19 +05:30
utils.js BTC -> Flo 2018-01-15 16:35:41 -08:00