Fetch Historical Wallet Token Balance API
Pricing
Pay per usage
Fetch Historical Wallet Token Balance API
Solana API endpoint for fetching wallet token balance history with daily, weekly, or monthly portfolio snapshots and USD valuations over time series. Docs: https://docs.vybenetwork.com/reference/get_wallet_tokens_ts_v4
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Vybe Network
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Fetch Wallet Token Balance History
Solana API Summary
Fetch Wallet Token Balance History
Solana API Description
Solana API endpoint for fetching wallet token balance history with daily, weekly, or monthly portfolio snapshots and USD valuations over time series.
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 Balance 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.resolution(query, optional) - Bucketing of the data. Possible values: daily ('1d'), weekly ('1w'), monthly ('1mo'). Default is "daily". One data point per bucket is returned.days(query, optional) - Number of previous days to include in the data (from today's date). Allowed values depend on the resolution:- For "1d": 1 to 30 days (default is 14 days)
- For "1w": 1 to 90 days (default is 30 days)
- For "1mo": 1 to 365 days (default is 90 days)
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.
Responses
- 200: Successful response
- 400: Invalid request
- 500: Internal server error
Resources
- Base server from OpenAPI:
https://api.vybenetwork.xyz/ - Source spec file:
openapi_spec.json - Endpoint Docs: Fetch Wallet Token Balance History Docs
- Solana API Docs: https://docs.vybenetwork.com/