List reports for a stablecoin

get/api/stablecoin/v1/reports

Lists all active reports available for a stablecoin.

Query Parameters

  • stablecoinstring
    Filter by stablecoin
    Example: GOUSD
    Enum: gousd usd1 sofid cusd fyusd
  • reportTypestring
    Filter by report type (e.g. AUDIT)
    Example: AUDIT
    Enum: AUDIT
  • limitstring
    Maximum results per page
    Example: 10
    Pattern: ^[1-9][0-9]*$
  • skipstring
    Results to skip
    Example: 0
    Pattern: ^[0-9]+$

200 Response

data array[object] required
List of reports
id string <uuid>required
Unique identifier for the report
Example: 95bdbd9c-9cdc-41a4-ae70-165387b7aa51
stablecoin string required
Stablecoin identifier
Allowed values: gousd usd1 sofid cusd fyusd
Example: GOUSD
title string required
Display title for the report
Min length: >= 1 characters
Example: Monthly Audit Report - January 2025
reportType string required
Report type (e.g. AUDIT)
Allowed value: AUDIT
Example: AUDIT
format string required
Report file format
Allowed values: PDF CSV
Example: PDF
status string required
Report status
Allowed values: ACTIVE ARCHIVED
Example: ACTIVE
fileName string required
Original filename with extension
Min length: >= 1 characters
Example: audit-report-jan-2025.pdf
fileSize number required
File size in bytes
Example: 1048576
createdAt string <date-time>required
Timestamp when the report was created
Example: 2025-01-15T10:30:00.000Z
createdBy string required
User ID who created the report
Min length: >= 1 characters
Example: 677cfdceca8396cf5f7534ddeb8d11e3
updatedAt string <date-time>required
Timestamp when the report was last updated
Example: 2025-01-15T10:30:00.000Z
reportPeriodFrom string <date-time>
Start of report period
Example: 2025-01-01T00:00:00.000Z
reportPeriodTo string <date-time>
End of report period
Example: 2025-01-31T23:59:59.999Z
description string
Description of the report
Example: Monthly audit report covering all mint/burn transactions
total number required
Total number of reports

400 Response

401 Response

403 Response

500 Response