Skip to main content
GET
Get organization 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 lifetime earnings across the organization's MicroVaults.

baseAssetAddress
string | null
required

Deployed nonzero EVM contract address, or null while deployment is pending.

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

"0x7c4a1cb5a3d5c3c4e019c3f6ab29a0f98c21b814"

baseAssetDecimals
integer | null
required
totalEarnedAssets
string | null
required

Unsigned base-10 integer string. Asset and share amounts use token base units.

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

"1000000"

asOf
string<date-time> | null
required
status
enum<string>
required
Available options:
ok,
partial