Dust Accounts (Batch)

Solana API endpoint for fetching Token-2022 and SPL dust accounts across multiple wallets. Returns reclaimable tokens for up to 10 wallets, max 1000 accounts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Fetch Token-2022 and SPL dust accounts across multiple Solana wallets using this API endpoint. Scan up to 10 wallets in a single request to retrieve reclaimable token accounts with low or no value, including rent in SOL and USD.

Supports pagination, sorting, and aggregated totals, making it ideal for portfolio-wide cleanup, rent recovery analysis, and identifying unused token accounts at scale.

Same as the single-wallet dust accounts endpoint, but accepts up to 10 wallet addresses in a single request. Returns a combined list of dust token accounts across all provided wallets.

A maximum of 1000 token accounts can be returned across all wallets. Use this to scan multiple wallets at once. For example, a portfolio of wallets for reclaimable rent.

Body Params
int32 | null
≥ 0

Maximum number of dust accounts to return across all wallets. Defaults to 1000.

ownerAddresses
array of objects
required

List of Solana wallet addresses to query (1-10 wallets).

ownerAddresses*
int32 | null
≥ 0

Page number to return (zero-indexed). Defaults to 0.

string | null

Sort ascending by 'tokenAccountAddress', 'mintAddress', 'name', 'symbol', 'balance', 'valueUsd', or 'rentUsd'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.

string | null

Sort descending by 'tokenAccountAddress', 'mintAddress', 'name', 'symbol', 'balance', 'valueUsd', or 'rentUsd'. If omitted, no sorting is applied. Only one of sortByAsc or sortByDesc can be used.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json