cURL
curl --request GET \ --url https://api.0d.finance/{version}/vaults/{vault_id}/composition
{ "as_of": "<string>", "positions": [ { "apy_est_pct": 123, "asset": "<string>", "pct": 123, "platform": "<string>", "symbol": "<string>", "icon": "<string>" } ] }
Get the current composition of assets in a vault
Vault identifier
Aggregate by platform or asset Group by enum for composition endpoints
platform
asset
Current vault composition
Show child attributes