Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data/indexers/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the verbiage we landed on somewhere previously was "stellar assets" and "contract tokens"? (source)

let's use similar wording here maybe?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could probably replace Stellar JSON-RPC with Stellar RPC to be more consistent with the rest of the documentation. i don't think we use the full JSON-RPC anywhere else (maybe except a page where we're saying the rpc service is built around json-rpc?)


- [Allium]: currently building Stellar support, launching Q1 2026

Expand Down
Loading