Skip to content

Fix/address endpoints - #330

Merged
valoryyaa-byte merged 4 commits into
RWA-ToolKit:mainfrom
Zalgia-Saga:fix/address-endpoints
Aug 31, 2026
Merged

Fix/address endpoints#330
valoryyaa-byte merged 4 commits into
RWA-ToolKit:mainfrom
Zalgia-Saga:fix/address-endpoints

Conversation

@Zalgia-Saga

Copy link
Copy Markdown
Contributor

Summary

This PR adds the missing address-scoped holdings and compliance endpoints requested in the issue set and updates the public API docs to match the implementation.

Included changes

  • Add GET /v1/holders/:address to return all assets and balances held by a Stellar address.
  • Add GET /v1/compliance/:address to return the per-address compliance view across assets currently held by the address.
  • Expose the new routes in the API router and root metadata.
  • Update the OpenAPI document and MDX overview docs so the new endpoints are documented consistently.

Why

The API already supported asset-level holder and compliance summaries, but it did not expose the per-address lookup patterns needed by clients and docs examples. These additions keep the implementation small and aligned with the current API structure while covering the missing use cases.

Testing

  • cd api && cargo test --quiet

Related issues

closes #256
closes #258
closes #259
closes #275

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@Zalgia-Saga 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

@valoryyaa-byte
valoryyaa-byte merged commit 9397687 into RWA-ToolKit:main Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants