Skip to content

Add Stellar Data API remote spec and navigation#1396

Merged
Onewaysidewalks merged 7 commits into
mainfrom
add-stellar-data-api-remote-spec
Jun 22, 2026
Merged

Add Stellar Data API remote spec and navigation#1396
Onewaysidewalks merged 7 commits into
mainfrom
add-stellar-data-api-remote-spec

Conversation

@Onewaysidewalks

Copy link
Copy Markdown
Contributor

Summary

  • Registers stellar-data-api in content/remote-specs.json pointing to https://data-api.docs.alchemy.com/stellar/openapi.yaml
  • Adds a Stellar Data API section to the data tab in content/docs.yml (after Utility API)

Test plan

  • CI fetches and lints the spec from https://data-api.docs.alchemy.com/stellar/openapi.yaml without errors
  • Stellar Data API section appears in the data tab navigation
  • API endpoints render correctly from the remote spec

🤖 Generated with Claude Code

Registers the Stellar Data API OpenAPI spec hosted at data-api.docs.alchemy.com
and wires it into the data tab navigation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Onewaysidewalks Onewaysidewalks requested a review from a team as a code owner June 19, 2026 16:13
@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jun 22, 2026, 5:45 PM

Onewaysidewalks and others added 2 commits June 19, 2026 15:41
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Comment thread content/docs.yml Outdated
- api: Stellar API Endpoints
api-name: stellar
- link: Stellar Data API
href: /docs/data/stellar-data-api

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Not a real link: goes to 404. I recommend generating an overview page and linking to that. Example here

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should be reference/stellar-data-api-overview to match overview page slug

Onewaysidewalks and others added 3 commits June 22, 2026 12:52
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Comment thread content/docs.yml Outdated
- api: Stellar API Endpoints
api-name: stellar
- link: Stellar Data API
href: /docs/data/stellar-data-api

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should be reference/stellar-data-api-overview to match overview page slug

Comment on lines +12 to +16
Alchemy currently supports the following Stellar Data API endpoints:

* [`getStellarTransfers`](/docs/data/stellar-data-api/stellar-data-api-endpoints/transfers/get-stellar-transfers): Returns transfers (native, classic, and/or Soroban) matching the given filters, ordered by ledger.
* [`getStellarBalances`](/docs/data/stellar-data-api/stellar-data-api-endpoints/balances/get-stellar-balances): Returns the unified balance set for an account — native XLM, classic trustline assets, and Soroban contract tokens.
* [`getStellarNfts`](/docs/data/stellar-data-api/stellar-data-api-endpoints/nfts/get-stellar-nfts): Returns NFTs held by an account, with filtering by contract or classic asset.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I would avoid explicitly listing methods here, since then you'd need to manually update this when methods list changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Onewaysidewalks Onewaysidewalks merged commit 13b3549 into main Jun 22, 2026
10 checks passed
@Onewaysidewalks Onewaysidewalks deleted the add-stellar-data-api-remote-spec branch June 22, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants