-
Notifications
You must be signed in to change notification settings - Fork 55
Add GET /account/:id/trustlines with issuer home domain resolution #7
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfeatureA new feature or endpoint to be added to the APIA new feature or endpoint to be added to the APIhighModerate complexity, requires some researchModerate complexity, requires some researchstellarDirectly involves Stellar blockchain integrationDirectly involves Stellar blockchain integrationtomlRelated to stellar.toml parsing and resolutionRelated to stellar.toml parsing and resolution
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfeatureA new feature or endpoint to be added to the APIA new feature or endpoint to be added to the APIhighModerate complexity, requires some researchModerate complexity, requires some researchstellarDirectly involves Stellar blockchain integrationDirectly involves Stellar blockchain integrationtomlRelated to stellar.toml parsing and resolutionRelated to stellar.toml parsing and resolution
Type
Fields
Give feedbackNo fields configured for issues without a type.
Add an endpoint that returns all trustlines for an account, and for each asset
attempts to resolve the issuer's
home_domainfrom their Stellar account andfetches the
stellar.tomlto return the asset's official name and description.Acceptance Criteria:
GET /account/:id/trustlinesreturns all non-native balanceshttps://<home_domain>/.well-known/stellar.tomlname,desc,imagefor the asset if availabletomlfield to each asset:{ name, description, image } | null