Skip to main content
GET
Wallet - Net Worth Chart

Historical Solana net worth chart.

  • count supports 1 to 90 intervals.
  • type accepts 1h and 1d.
  • direction controls whether the series is built backward or forward from time.
  • time must use YYYY-MM-DD HH:mm:ss in UTC, must not be in the future, and when type=1h it must be within the last 7 days.
  • This endpoint consumes 50 CU per request.
  • Chart wallet net worth over time for portfolio-performance views.
  • Show how a wallet’s value changed before and after major trades or market events.
  • Support treasury reporting and wallet-performance dashboards.
  • Compare trend direction before inspecting token-level PnL.
  • Set x-chain=solana.
  • Pass the wallet address in wallet.
  • Choose type=1h for short windows and type=1d for broader history.
  • Use time, direction, and count to anchor and shape the series you want.
  • Use 1d for most product dashboards and reserve 1h for recent, event-driven analysis.
  • Keep chart timezone labeling in UTC unless your UI explicitly converts it.
  • Align this chart with PnL or price timelines when telling a wallet-performance story.
  • Solana only.
  • type=1h is limited to the last 7 days.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

Solana network only.

Available options:
solana

Query Parameters

wallet
string
required

The wallet of the account.

count
integer
default:7
Required range: 1 <= x <= 90
direction
enum<string>
default:back
Available options:
back,
forward
time
string

Time get net worth. Default is current time.

type
enum<string>
default: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.

Available options:
1h,
1d
sort_type
enum<string>
default:desc
required

Specify the sort order.

Available options:
desc,
asc

Response

JSON object containing net worth of an address

success
boolean
required

Whether the request succeeded.

data
object
required