Available Daily HIVE liquidity pools Snapshots 2025
Each Folder is named as the tokenPair available as Liquidity Pool as:
TOKEN1_TOKEN2
Each token pair folder contains a 24h snapshot named as:
ts_[unix_timestamp]
About Routes
-
-
/public/data-pool?tokenPair=[tokenPair] i.e: SWAP.HIVE_SWAP.HBD or
SWAP.HIVE:SWAP.HBD
-
It will present all daily snapshots for that tokenPair if exists
-
- /public/available-data-pool-token-pair
- It will present all tokenPairs available until today!
-
- /public/fastest-hive-rpc-node?mode=l1
- It will present the fastest RPC node related to HIVE
-
mode=l1 Will test available RPC HIVE nodes: related with accounts,
HIVE Blockchain layer 1, etc.
-
mode=l2 Will test available RPC HIVE Engine nodes: related with Hive
engine, tokens, contarcts, layer 2, etc.
-
-
/public/pool-fees?tokenPair=BEE:DEC&feePercentageBaseToken=0.1&feePercentageQuoteToken=0.15
-
In progress & Trying to adjust as in HIVE we much create sources of
"truth and data"
-
This route is intented to return the current Fees made by an active
Liquidity pool.
-
The issue is that there is no a fixed fee for the quote or base
tokens.
-
So for the good performance while I find better ways to "centralize
data", you must provide those fees as
[feePercentageBaseToken=number] & [feePercentageQuoteToken=number]
Click here to view available token pairs folders and data!
Important Routes Available