Skip to content

feat(bazaar): add read endpoints for intent and quotes [BRIDGE-13] - #35

Merged
ericmt-98 merged 1 commit into
Micopay:mainfrom
s6pa1rta3n-lab:feature/bridge-13-intent-read
Aug 31, 2026
Merged

feat(bazaar): add read endpoints for intent and quotes [BRIDGE-13]#35
ericmt-98 merged 1 commit into
Micopay:mainfrom
s6pa1rta3n-lab:feature/bridge-13-intent-read

Conversation

@s6pa1rta3n-lab

@s6pa1rta3n-lab s6pa1rta3n-lab commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Fixes #30 - [BRIDGE-13] A published intent cannot be read back: no way to fetch one by id, or to see the quotes it received.

Added two endpoints:

  • GET /api/v1/bazaar/intent/:id: returns the intent formatted using intentRowToObject(), 404 if not found.
  • GET /api/v1/bazaar/intent/:id/quotes: returns the quotes for that intent, with expired ones visibly distinct from valid ones.

Payout Routing

  • EVM (Base/Arbitrum/Polygon/ETH): 0xF46C9F6d70C50BF81ef3588AB523a90a594a2F89
  • Stellar: GCL6OXAMLD75BMTINA6EMRUDWK5THQUSHMYNLSNBCJAPZJHNYJTUNIBC

@s6pa1rta3n-lab
s6pa1rta3n-lab marked this pull request as ready for review August 26, 2026 07:06
@s6pa1rta3n-lab

Copy link
Copy Markdown
Contributor Author

Hi maintainers! Read endpoints for intent and quotes are implemented and passing all tests. Whenever you have a moment, please review and merge. Thanks!

@ericmt-98
ericmt-98 merged commit 31b744e into Micopay:main Aug 31, 2026
3 checks passed
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.

[BRIDGE-13] A published intent cannot be read back: no way to fetch one by id, or to see the quotes it received

2 participants