What you’ll need
- An EVM-compatible wallet address for querying.
- An API key from the Dashboard (only for production use, you can use the API without an API key in development mode).
Walkthrough
1
Prepare Your Query
Select the wallet address for which you want to query historical balance data. Optionally, decide if you want to filter the data by blockchain or specific time intervals.
2
Execute the API Call
Utilize cURL, Axios, or the Mobula SDK (Beta) to make the API request:Using cURL:Using Axios:Using Mobula SDK (Beta):
3
Review the Response
The API response will include detailed historical balance data, showing how the wallet’s value has changed over time:
Extending Your Insights
With the historical balance data, you can:- Track Value Fluctuations: Observe how the wallet’s value has changed over specified periods.
- Identify Trends: Spot patterns or significant events in the wallet’s history.
- Incorporate Data into Applications: Use this historical data for financial analysis, trading strategies, or portfolio management tools.