Wallet - Net Worth Chart

Retrieve the historical net worth (total asset value) of a wallet over time, with daily, hourly granularity.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • count: Specifies how many intervals (hours or days) to include.
    • Example: count=5 with type=1d returns five days of data (either backward or forward).
  • type: Defines the time unit for count. Accepts: 1h (hourly) or 1d (daily).
    • Example: type=1h means count=5 covers five hours.
  • direction: Determines how count is applied:
    • back: Retrieves the last N intervals before time.
    • forward: Retrieves the next N intervals starting from time.
      • Example: If direction=back, count=3, type=1d, and time=2025-07-31 23:59:59, you'll get daily net worth for: July 28 → July 29 → July 30.
  • time: Base timestamp in ISO 8601 UTC format (YYYY-MM-DD HH:MM:SS).
Query Params
string
required

The wallet of the account.

integer
1 to 90
Defaults to 7
string
enum
Defaults to back
Allowed:
string

Time get net worth. Default is current time.

string
enum
Defaults to 1d

Time granularity used to group the returned net worth data. Use 1d for daily data with full historical coverage, or 1h for hourly data limited to the last 7 days.

Allowed:
string
enum
required
Defaults to desc

Specify the sort order.

Allowed:
Headers
string
enum
Defaults to solana

Solana network only.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json