Effortlessly retrieve SOL and SPL token balances for multiple Solana wallets with the Solana Balance API. Get real-time token prices, metadata, and detailed account information. Supports up to 5 wallets per run with built-in error handling for seamless performance.
This actor fetches current token balances for multiple Solana wallet addresses. It provides detailed information about SOL balances and all SPL tokens held in the specified wallets.
1{ 2 "accounts": [ 3 "DYw8jCTfwHNRJhhmFcbXvVDTqWMEVFBX6ZKUmG5CNSKK", 4 "houdini2PmQ2ojv6qhC9KY5wqrr5V4PQTPT4RQfcGe" 5 ] 6}
Example Output:
1[ 2 { 3 "token_name": "Token Name", 4 "token_symbol": "SYMBOL", 5 "token_address": "token_mint_address", 6 "price_usdt": 0.00, 7 "balance": 0.00, 8 "value": 0.00, 9 "amount": 0, 10 "decimals": 0, // Number of decimal places needed to convert to lamports 11 "owner": "wallet_address", 12 "token_account": "token_account_address", // (N/A for native SOL) 13 "token_icon": "token_icon_url" 14 } 15]
If an error occurs, the output will include an error message:
1{ 2 "message": "Error description" 3}
"N/A"
if not available onThe actor includes comprehensive error handling for:
Each error is properly logged and returned in the actor's output for transparency.
For issues, feature requests, or questions about this actor, please create an issue.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!