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.
Documentation IndexFetch the complete documentation index at: https://docs.vaults.fyi/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vaults.fyi/llms.txt
Use this file to discover all available pages before exploring further.
User public key address
Token mint ID
Default Response
Show child attributes