From 1e7e431941a0346d9b1876ae93cdb98773b900cf Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Tue, 14 Jul 2026 19:11:27 +0300 Subject: [PATCH] =?UTF-8?q?Demo=20replay=20of=20stellar/stellar-docs#2573:?= =?UTF-8?q?=20Update=20Alchemy=20entry=20on=20Indexers=20page=20=E2=80=94?= =?UTF-8?q?=20Stellar=20Data=20API=20is=20now=20live?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..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]: 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/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