-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description
Create a read endpoint to list attestations for a specific commitment, optionally paginated and filtered by type/date.
Implementation Requirements
- Path:
src/app/api/attestations/route.tswithGET. - Query params:
commitmentId(required)type(optional)page,pageSize(optional)
- Fetch from contracts or via the attestation engine service.
- Return a paginated list of attestations.
Acceptance Criteria
- Endpoint returns attestations for a commitment.
- Filtering by type works (if supported).
- Uses standard pagination structure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program