Box blubox.watch/data-directory Open BluBox

Data Directory

Every public, machine-readable data file BluBox serves under /data/.  These are the same files the app itself reads — nothing here is a second copy.  Each file carries its own as-of stamp inside the JSON.  Fetch them directly; no key, no account, no limit beyond good manners.  The day’s prices are also readable as a plain page at /daily-prices.

/data/token-prices-pls.jsondaily

Daily closing prices for every listed PulseChain token.

Fields: per-token: contract address, daily close series [date, usd], all-time-low record; wrapper: version, chain, deep-archive marker.

/data/token-prices-pls-deep.jsonbyte-stable; extended only when the archive deepens

The deep half of the PulseChain price archive — closes back to the first PulseX HEX pool.

Fields: same shape; dates strictly precede the recent file's.

/data/lp-depth.jsondaily

Anchored liquidity depth per measured PulseX pool.

Fields: pool address → anchored depth in USD.

/data/staking-apr.jsondaily

Measured liquid-staking yields (uPLS, vPLS), annualized from a ~30-day window.

Fields: token address → APR %, window days, measurement blocks; wrapper: as-of.

/data/tshare-rank.jsondaily

The global HEX T-Share stake ladder — where a wallet's T-Shares rank among all staker wallets.

Fields: ladder percentile points, staker-wallet count, as-of.

/data/ladder-index.jsondaily

Which historical ladder snapshots exist (the delta horizons the rank card offers).

Fields: list of snapshot dates.

/data/htt-registry.jsonon new series

The HEX Time Token series registry.

Fields: per series: maturity day, contract address.

/data/farm-apr.jsondaily

Actuator farm emission and APR reads.

Fields: per farm: emission share, measured APR inputs.

/data/rpc-health.jsonthrough the day

Public PulseChain RPC gateway health.

Fields: per gateway: latency, block lag, verdict; probe timestamp.

Questions or a file you wish existed — the Guide carries the suggestion box.