cURL
curl --request GET \ --url https://api.vaults.fyi/alpha/svm/detailed-vaults/{vaultAddress} \ --header 'x-api-key: <api-key>'
{ "accountId": "<string>", "asset": { "accountId": "<string>", "name": "<string>", "symbol": "<string>", "decimals": 123, "assetLogo": "<string>" }, "name": "<string>", "tvl": { "usd": "<string>", "native": "<string>" }, "apy": { "1day": { "base": 123, "reward": 123, "total": 123 }, "7day": { "base": 123, "reward": 123, "total": 123 }, "30day": { "base": 123, "reward": 123, "total": 123 } }, "protocol": { "name": "<string>", "product": "<string>", "version": "<string>", "protocolLogo": "<string>" } }
Retrieves detailed information for a specific SVM vault including account ID, name, protocol, TVL, and APY details.
The Solana address of the vault
^[1-9A-HJ-NP-Za-km-z]{32,44}$
Default Response
Account ID of the vault
Asset details of the vault
Show child attributes
Name of the vault
TVL details of the vault
APY details of the vault
Protocol details of the vault