Fetch Dust Token Accounts API
Under maintenancePricing
Pay per usage
Fetch Dust Token Accounts API
Under maintenanceSolana API endpoint for fetching dust Token-2022 and SPL token accounts for a wallet. Returns reclaimable tokens to identify accounts for rent recovery. Docs: https://docs.vybenetwork.com/reference/get_wallet_dust_accounts_v4
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Vybe Network
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Fetch Dust Token-2022 & SPL Token Accounts
Solana API Summary
Fetch Dust Token-2022 & SPL Token Accounts
Solana API Description
Solana API endpoint for fetching dust Token-2022 and SPL token accounts for a wallet. Returns reclaimable tokens to identify accounts for rent recovery.
This Solana API actor is designed for search visibility and developer onboarding, with practical endpoint context, strong keyword coverage, and direct doc links for implementation.
Explore docs here: Fetch Dust Token-2022 & SPL Token Accounts Docs and Solana API Docs.
Solana API Usage
Use this endpoint for Solana analytics, token and market intelligence, wallet behavior analysis, and trading automation. The actor follows the official Vybe OpenAPI contract for consistent and accurate integrations.
Parameters
ownerAddress(path, required) - The Solana wallet address to query.limit(query, optional) - Maximum number of dust accounts to return. Defaults to 1000.page(query, optional) - Page number to return (zero-indexed). Defaults to 0.sortByAsc(query, optional) - Sort ascending by 'tokenAccountAddress', 'mintAddress', 'name', 'symbol', 'balance', 'valueUsd', or 'rentUsd'. If omitted, no sorting is applied. Only one ofsortByAscorsortByDesccan be used.sortByDesc(query, optional) - Sort descending by 'tokenAccountAddress', 'mintAddress', 'name', 'symbol', 'balance', 'valueUsd', or 'rentUsd'. If omitted, no sorting is applied. Only one ofsortByAscorsortByDesccan be used.
Responses
- 200: List of dust token accounts with balances, values, rent amounts, and the reason each was flagged (LowValue or NoPrice).
- 400: Invalid parameters — check that limit does not exceed 1000 and only one of
sortByAsc/sortByDescis set. - 500: Unexpected server error. The response body includes an
idfield — provide this when contacting support.
Resources
- Base server from OpenAPI:
https://api.vybenetwork.xyz/ - Source spec file:
openapi_spec.json - Endpoint Docs: Fetch Dust Token-2022 & SPL Token Accounts Docs
- Solana API Docs: https://docs.vybenetwork.com/