Skip to main content
GET
/
vaults
/
{vault_id}
/
info
cURL
curl --request GET \
  --url https://api.0d.finance/{version}/vaults/{vault_id}/info
{
  "aum": "<string>",
  "buffer": "<string>",
  "current_epoch": "<string>",
  "pending_withdrawals_assets": "<string>",
  "share_price_in_usd": "<string>",
  "underlying_currency": "<string>"
}

Path Parameters

vault_id
string
required

Vault identifier

Response

Vault information including share price and AUM

aum
string
required

Assets under management (AUM) in underlying currency

buffer
string
required

Current buffer amount in underlying currency

current_epoch
string
required

Current epoch number

pending_withdrawals_assets
string
required

Total assets required for pending withdrawals (sum of all epochs)

share_price_in_usd
string
required

Current share price in USD

underlying_currency
string
required

The underlying currency ticker (e.g., "USDC", "USDT")