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: apps/nextra/pages/en/build/apis/data-providers.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ This type of data is often used for analytics since it allows for aggregations.
12
12
13
13
Hitting the full node directly will give the latest data (will be missing historical unless it's an archival full node) using [REST API](/apis#aptos-fullnode)
14
14
15
-
Indexer layer on top of this will provide a [GRPC transaction stream](/indexer/txn-stream/aptos-hosted-txn-stream.mdx)
15
+
Indexer layer on top of this will provide a [GRPC transaction stream](../indexer/txn-stream/aptos-hosted-txn-stream)
16
16
17
-
On top of this transaction stream, we've built out some product logic tables that can be queried through [GraphQL](/indexer/)
17
+
On top of this transaction stream, we've built out some product logic tables that can be queried through [GraphQL](../indexer/)
18
18
19
19
Since the logic to parse out transaction is [public](https://github.com/aptos-labs/aptos-indexer-processors), some vendors have implemented similar parsing logic to create a subset of tables and made them available to query.
0 commit comments