Skip to main content
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

string
required
The month/year of the attestation (YYYY-MM-DD format, must be last day of month)Example: 2025-07-31
string
required
Base64 encoded PDF of the signed attestation report
string
required
SHA-256 hash of the report file for integrity verification
object
required
CPA firm information
array
required
Array of C-suite officer signatures
object
required
Summary of reserve composition
object
Additional metadata

Response

string
Unique attestation record ID
string
Upload status: “pending_verification”, “verified”, “published”
string
Public URL where the attestation will be accessible
object
Verification details
string
When the attestation will be publicly available
string
ISO 8601 timestamp of upload

Error Codes

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

Code Examples