Fetch Historical Wallet Token Account API avatar

Fetch Historical Wallet Token Account API

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Fetch Historical Wallet Token Account API

Fetch Historical Wallet Token Account API

Under maintenance

Solana API endpoint for fetching raw wallet token account history with unprocessed balance snapshots for custom time series analysis and advanced processing. Docs: https://docs.vybenetwork.com/reference/get_wallet_tokens_ts_raw_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

3 days ago

Last modified

Share

Fetch Wallet Token Account History

Solana API Summary

Fetch Wallet Token Account History

Solana API Description

Solana API endpoint for fetching raw wallet token account history with unprocessed balance snapshots for custom time series analysis and advanced processing.

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 Account History 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.
  • vybeTokenFilter (query, optional) - Whether Vybe's token filter should restrict the tokens that are returned. If false, all priced tokens are included. Default is true.
  • days (query, optional) - Number of previous days to include in the data (from today's date), up to 30 days (default 14).
  • sortByAsc (query, optional) - Sort ascending based on 'amount', 'amountScaled', 'ownerAddress', 'priceUsd', 'valueUsd', or 'mintAddress'. Only one of sort_by_asc or sort_by_desc can be used
  • sortByDesc (query, optional) - Sort descending based on 'amount', 'amountScaled', 'ownerAddress', 'priceUsd', 'valueUsd', or 'mintAddress'. Only one of sort_by_asc or sort_by_desc can be used
  • limit (query, optional) - Limit of entries to return (per day). 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