Skip to content

feat: add trustline endpoint with resolved asset TOML metadata#46

Open
Faith-okereke wants to merge 1 commit into
stellarkit-lab-devtools:mainfrom
Faith-okereke:feat/trustline-endpoint
Open

feat: add trustline endpoint with resolved asset TOML metadata#46
Faith-okereke wants to merge 1 commit into
stellarkit-lab-devtools:mainfrom
Faith-okereke:feat/trustline-endpoint

Conversation

@Faith-okereke
Copy link
Copy Markdown

@Faith-okereke Faith-okereke commented May 27, 2026

Closes #7

WHat I changed and WHy:

Added endpoint that returns all non-native trustlines for an account
For each asset, resolves issuer
Fetches https://<home_domain>/.well-known/stellar.toml
Parses TOML to extract name, desc/description, image.
Adds a [toml] field per asset with either metadata or null
Tests cover both resolved TOML metadata and missing/unreachable issuer metadata

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@Faith-okereke Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Sulex45
Copy link
Copy Markdown
Contributor

Sulex45 commented May 27, 2026

Resolve src/index.js and src/routes/account.js

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.

Add GET /account/:id/trustlines with issuer home domain resolution

2 participants