Skip to main content
GET
Get MicroVault performance
Read aggregate lifetime earnings across your organization’s MicroVaults.
MicroVaults are in private preview for enabled sandbox organizations on Ethereum Sepolia.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Aggregate MicroVault performance.

baseAssetAddress
string | null
required

Base asset shared by the MicroVaults included in the total, or null when the organization has no vaults.

Required string length: 42
Pattern: ^0x(?!0{40}$)[0-9a-fA-F]{40}$
Example:

"0x7c4a1cb5a3d5c3c4e019c3f6ab29a0f98c21b814"

baseAssetDecimals
integer | null
required

Decimal precision for totalEarnedAssets, or null when no base asset is available.

totalEarnedAssets
string | null
required

Lifetime investment earnings across the organization's MicroVaults in base-asset units, excluding subscriptions and redemptions.

Pattern: ^(0|[1-9][0-9]*)$
Example:

"1000000"

asOf
string<date-time> | null
required

Oldest valuation time included in the aggregate, or null when no complete aggregate is available.

status
enum<string>
required

ok when the aggregate is complete; partial when one or more vaults cannot be included reliably.

Available options:
ok,
partial