You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,17 @@ Base endpoint: https://atlas-server.decent.land
21
21
-`GET /flp/minting/{project}` - returns the latest FLP's cycle `Own-Minting-Report` data
22
22
-`GET /flp/metadata/all` - return a vector of the tracked FLPs and their metadata
23
23
-`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:
24
26
-`GET /explorer/blocks?limit=100` - emits the last N indexed blocks.
25
27
-`GET /explorer/day?day=YYYY-MM-DD` - per-block unique counts + summed-over-block totals for the given date (defaults to `today`).
26
28
-`GET /explorer/days?limit=N` - same payload as `/explorer/day`, aggregated for the last N days (defaults to 7).
27
29
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
+
28
35
> 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.
29
36
30
37
-`GET /mainnet/messages/recent` - returns recently indexed ao mainnet messages.
0 commit comments