Wallet - Net Worth Details

Retrieve a wallet's total asset value and detailed asset breakdown at a specific point in the past

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • type: Defines the time unit for count. Accepts: 1h (hourly) or 1d (daily). Time must be within the last 7 days when type is 1h.
    • Example: type=1h means count=5 covers five hours.
  • time: Base timestamp in ISO 8601 UTC format (YYYY-MM-DD HH:MM:SS).
    • Example: 2025-07-31 23:59:59.

Response fields:

  • balance: Raw on-chain balance (before decimal adjustment).
  • price: Current price per token in USD.
  • value: Token balance × price (adjusted for decimals).
Query Params
string
required

The wallet of the account.

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:
integer
1 to 100
Defaults to 20
integer
0 to 10000
Defaults to 0

Make sure offset <= 10000

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