Fetch Multi-Wallet Account History API
Pricing
Pay per usage
Fetch Multi-Wallet Account History API
Solana API endpoint for fetching multi-wallet token account history with raw balance snapshots for custom analytics and unaggregated time-series data. Docs: https://docs.vybenetwork.com/reference/post_wallet_tokens_ts_raw_many_v4
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Vybe Network
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Fetch Multi-Wallet Account History
Solana API Summary
Fetch Multi-Wallet Account History
Solana API Description
Solana API endpoint for fetching multi-wallet token account history with raw balance snapshots for custom analytics and unaggregated time-series data.
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 Multi-Wallet 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.
Request Body Fields
days(integer, optional) - Number of previous days to include in the data (from today's date), up to 30 days (default 14).limit(integer, optional) - Limit of entries to return (per day). If not passed, first 1000 entries are returned (the maximum).ownerAddresses(array, required) - Wallets to include in the returned results (max 10).ownerAddresses[](string, nested) - Typed Solana public key identifier used across request parameters and response fields.page(integer, optional) - The requested page.sortByAsc(string, optional) - Sort ascending based on 'amount', 'amountScaled', 'priceUsd', 'valueUsd', or 'mintAddress'. Only one of sort_by_asc or sort_by_desc can be usedsortByDesc(string, optional) - Sort descending based on 'amount', 'amountScaled', 'priceUsd', 'valueUsd', or 'mintAddress'. Only one of sort_by_asc or sort_by_desc can be usedvybeTokenFilter(boolean, 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 Multi-Wallet Account History Docs
- Solana API Docs: https://docs.vybenetwork.com/