Fetch Wallet Token Balances API avatar

Fetch Wallet Token Balances API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Wallet Token Balances API

Fetch Wallet Token Balances API

Under maintenance

Solana API endpoint for fetching wallet token balances with SPL and Token-2022 assets, USD values, price changes, staking balances, and full metadata. Docs: https://docs.vybenetwork.com/reference/get_wallet_tokens_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

4 days ago

Last modified

Share

Fetch Wallet Token Balances

Solana API Summary

Fetch Wallet Token Balances

Solana API Description

Solana API endpoint for fetching wallet token balances with SPL and Token-2022 assets, USD values, price changes, staking balances, and full metadata.

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 Wallet Token Balances 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 public key (pubKey) associated with the Solana account.
  • includeNoPriceBalance (query, optional) - Whether or not we should include tokens we do not track prices for. Filtering is applied after limiting.
  • sortByAsc (query, optional) - Sort ascending based on amount or value of positions. Only one of sort_by_asc or sort_by_desc can be used
  • sortByDesc (query, optional) - Sort descending based on amount or value of positions. Only one of sort_by_asc or sort_by_desc can be used
  • onlyVerified (query, optional) - Whether tokens returned should be restricted to verified tokens only. Default is false.
  • vybeTokenFilter (query, optional) - Whether Vybe's token filter should restrict the tokens that are returned. Default is true.
  • minAssetValue (query, optional) - The minimum amount of total value in USD for an asset to be considered in the results. Overrides includeNoPriceBalance. Defaults to no limit.
  • maxAssetValue (query, optional) - The maximum amount of total value in USD for an asset to be considered in the results. Overrides includeNoPriceBalance. Defaults to no limit.
  • mintAddresses (query, optional) - The allowable mints, if any, to filter the results by.
  • limit (query, optional) - The limit of entries to return. If not passed, first 1000 entries are returned (the maximum).
  • page (query, optional) - The requested page.

Responses

  • 200: Successful response
  • 400: Invalid request
  • 500: Internal server error

Resources