Upload Reserve Attestation
Upload Reserve Attestation
Upload monthly reserve attestation reports signed by CPA and officers
POST
Upload Reserve Attestation
This endpoint is restricted to authorized administrators for uploading monthly reserve attestation reports as required by the GENIUS Act of 2025.
Authentication
This endpoint requires admin-level authentication with attestation upload permissions.Request Body
The month/year of the attestation (YYYY-MM-DD format, must be last day of month)Example:
2025-07-31Base64 encoded PDF of the signed attestation report
SHA-256 hash of the report file for integrity verification
CPA firm information
Array of C-suite officer signatures
Summary of reserve composition
Additional metadata
Response
Unique attestation record ID
Upload status: “pending_verification”, “verified”, “published”
Public URL where the attestation will be accessible
Verification details
When the attestation will be publicly available
ISO 8601 timestamp of upload
Error Codes
| Code | Description |
|---|---|
400 | Invalid request format or missing required fields |
401 | Unauthorized - Invalid admin credentials |
403 | Forbidden - Insufficient permissions |
409 | Conflict - Attestation for this month already exists |
422 | Validation failed - Invalid signatures or data |
500 | Internal server error |
Compliance Notes
- Attestations must be uploaded within 5 business days of month end
- All signatures must be from authorized officers on file
- Criminal penalties apply for false or misleading attestations
- Reports are immutable once published