Fetch Dust Token Accounts (Batch) API avatar

Fetch Dust Token Accounts (Batch) API

Pricing

Pay per usage

Go to Apify Store
Fetch Dust Token Accounts (Batch) API

Fetch Dust Token Accounts (Batch) API

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. Docs: https://docs.vybenetwork.com/reference/get_dust_accounts_many_v4

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Vybe Network

Vybe Network

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Fetch Dust Token Accounts (Batch)

Solana API Summary

Fetch Dust Token Accounts (Batch)

Solana API Description

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.

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 Accounts (Batch) 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.

Request Body Fields

  • limit (integer, optional) - Maximum number of dust accounts to return across all wallets. Defaults to 1000.
  • ownerAddresses (array, required) - List of Solana wallet addresses to query (1-10 wallets).
  • ownerAddresses[] (string, nested) - Typed Solana public key identifier used across request parameters and response fields.
  • page (integer, optional) - Page number to return (zero-indexed). Defaults to 0.
  • sortByAsc (string, optional) - 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.
  • sortByDesc (string, optional) - 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

  • 200: Combined list of dust token accounts across all provided wallets.
  • 400: Invalid parameters — check that 1-10 wallet addresses are provided, limit does not exceed 1000, and only one of sortByAsc/sortByDesc is set.
  • 500: Unexpected server error. The response body includes an id field — provide this when contacting support.

Resources