Skip to main content
GET
Get a MicroVault performance series
Read historical NAV, earnings, and trailing APY checkpoints.
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.

Path Parameters

vaultId
string<uuid>
required
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
Example:

"8f4c52d7-62ab-4db9-a964-92f481f6b851"

Query Parameters

range
enum<string>
default:30d
Available options:
7d,
30d,
90d,
ytd,
1y,
all
start
string<date>

Optional inclusive start date.

end
string<date>

Optional inclusive end date.

Response

NAV, earnings, and trailing APY checkpoints.

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
period
object
required
points
object[]
required