cURL
curl --request GET \ --url https://api.vaults.fyi/alpha/svm/idleAsset/{userId}/{assetId} \ --header 'x-api-key: <api-key>'
{ "asset": { "assetId": "<string>", "decimals": 123, "balanceNative": "<string>" } }
Retrieves idle asset balance for a specific user and token on Solana.
User public key address
Token mint ID
Default Response
Show child attributes