Skip to content

Commit 7d87d67

Browse files
committed
docs: add mainnet explorer
1 parent 06040a8 commit 7d87d67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,17 @@ Base endpoint: https://atlas-server.decent.land
2121
- `GET /flp/minting/{project}` - returns the latest FLP's cycle `Own-Minting-Report` data
2222
- `GET /flp/metadata/all` - return a vector of the tracked FLPs and their metadata
2323
- `GET /flp/{project}/cycles?ticker={ticker}&limit={n}` - returns the total delegated assets for the `ticker`'s oracle (LST) cycle per `project`
24+
25+
Legacy network (ao.TN.1) explorer stats:
2426
- `GET /explorer/blocks?limit=100` - emits the last N indexed blocks.
2527
- `GET /explorer/day?day=YYYY-MM-DD` - per-block unique counts + summed-over-block totals for the given date (defaults to `today`).
2628
- `GET /explorer/days?limit=N` - same payload as `/explorer/day`, aggregated for the last N days (defaults to 7).
2729

30+
Mainnet network (ao.N.1) explorer stats:
31+
- `GET /mainnet/explorer/blocks?limit=100` - emits the last N indexed blocks.
32+
- `GET /mainnet/explorer/day?day=YYYY-MM-DD` - per-block unique counts + summed-over-block totals for the given date (defaults to `today`).
33+
- `GET /mainnet/explorer/days?limit=N` - same payload as `/explorer/day`, aggregated for the last N days (defaults to 7).
34+
2835
> explorer N.B: Fields ending in `_over_blocks` are summed across blocks (no dedup over all-day blocks); other counters are unique per block and safe to sum.
2936
3037
- `GET /mainnet/messages/recent` - returns recently indexed ao mainnet messages.

0 commit comments

Comments
 (0)