From 00e3c391fcb5011dfe13e66b726004e5a00f5228 Mon Sep 17 00:00:00 2001 From: mmazco Date: Thu, 9 Jul 2026 12:03:07 -0700 Subject: [PATCH 1/2] =?UTF-8?q?Update=20Alchemy=20entry=20on=20Indexers=20?= =?UTF-8?q?page=20=E2=80=94=20Stellar=20Data=20API=20is=20now=20live?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The entry described Alchemy as "in talks to expand to Stellar, targeted H1 2026." Alchemy's Stellar Data API has launched, so this updates the entry to the actual offering (indexed transfer history, account balances, and NFT holdings across native, Classic, and Soroban assets) with links to Alchemy's Data API overview and JSON-RPC quickstart. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/data/indexers/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/indexers/README.mdx b/docs/data/indexers/README.mdx index dfdcaf54b..775185127 100644 --- a/docs/data/indexers/README.mdx +++ b/docs/data/indexers/README.mdx @@ -27,7 +27,7 @@ Lots of apps need this kind of data, and it tends to have a standard shape. This In the biz, these are called _Portfolio APIs._ Well-known companies offering them: -- [Alchemy]: most popular choice on Ethereum; now in talks to expand their service to Stellar, with a targeted launch in the first half of 2026. +- [Alchemy]: a widely-used data provider (popular on Ethereum), now live on Stellar. Its [Stellar Data API](https://www.alchemy.com/docs/reference/stellar-data-api-overview) serves indexed **transfer history**, **account balances**, and **NFT holdings** across native, Stellar Classic, and Soroban assets — letting you query this data without running your own indexer (JSON request bodies, opaque `pageKey` pagination). Alchemy also provides [Stellar JSON-RPC](https://www.alchemy.com/docs/reference/stellar-api-quickstart) and appears in the [RPC providers](../apis/rpc/providers.mdx) list. - [Allium]: currently building Stellar support, launching Q1 2026 From 088f13cda1d56792c9cef96d3cdba4980dfc6c99 Mon Sep 17 00:00:00 2001 From: mmazco Date: Fri, 10 Jul 2026 11:45:31 -0700 Subject: [PATCH 2/2] Point Alchemy JSON-RPC link to canonical Stellar APIs overview Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/data/indexers/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/indexers/README.mdx b/docs/data/indexers/README.mdx index 775185127..02eda4d52 100644 --- a/docs/data/indexers/README.mdx +++ b/docs/data/indexers/README.mdx @@ -27,7 +27,7 @@ Lots of apps need this kind of data, and it tends to have a standard shape. This In the biz, these are called _Portfolio APIs._ Well-known companies offering them: -- [Alchemy]: a widely-used data provider (popular on Ethereum), now live on Stellar. Its [Stellar Data API](https://www.alchemy.com/docs/reference/stellar-data-api-overview) serves indexed **transfer history**, **account balances**, and **NFT holdings** across native, Stellar Classic, and Soroban assets — letting you query this data without running your own indexer (JSON request bodies, opaque `pageKey` pagination). Alchemy also provides [Stellar JSON-RPC](https://www.alchemy.com/docs/reference/stellar-api-quickstart) and appears in the [RPC providers](../apis/rpc/providers.mdx) list. +- [Alchemy]: a widely-used data provider (popular on Ethereum), now live on Stellar. Its [Stellar Data API](https://www.alchemy.com/docs/reference/stellar-data-api-overview) serves indexed **transfer history**, **account balances**, and **NFT holdings** across native, Stellar Classic, and Soroban assets — letting you query this data without running your own indexer (JSON request bodies, opaque `pageKey` pagination). Alchemy also provides [Stellar JSON-RPC](https://www.alchemy.com/docs/stellar/stellar-api-overview#stellar-apis) and appears in the [RPC providers](../apis/rpc/providers.mdx) list. - [Allium]: currently building Stellar support, launching Q1 2026