Skip to main content
GET
Wallet - Net Worth Details

Historical Solana net worth breakdown at one checkpoint.

  • limit supports 1 to 100 items per request, and offset supports up to 10,000.
  • type accepts 1h and 1d.
  • 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.
  • Response fields:
  • balance: raw on-chain balance before decimal adjustment.
  • price: token price in USD at the selected checkpoint.
  • value: token balance multiplied by price after decimal adjustment.
  • This endpoint consumes 40 CU per request.
  • Reconstruct a wallet’s asset composition at a past checkpoint.
  • Explain historical net-worth moves by showing which holdings mattered at that time.
  • Support portfolio forensics, treasury reporting, and audit-style wallet review.
  • Set x-chain=solana.
  • Pass the wallet address in wallet.
  • Choose time and type for the checkpoint resolution.
  • Page through large historical holdings sets with offset and limit.
  • Use this after the net-worth chart identifies an interesting timestamp.
  • Keep checkpoint times consistent across related analyses so holdings, price, and PnL line up.
  • Use 1d for broad historical review and 1h only for recent deep dives.
  • 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.

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
limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0

Make sure offset <= 10000

Required range: 0 <= x <= 10000

Response

JSON object containing list assets of an address at a specific time

success
boolean
required

Whether the request succeeded.

data
object
required
pagination
object