Skip to main content
GET
Wallet - Net Worth Details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks Supported blockchain chains

Available options:
sol,
eth,
bsc
walletAddress
string
required

An address of a wallet

Query Parameters

cursor
string

Pagination cursor

limit
integer<int64>
default:20

Number of results per page

direction
enum<string>
default:next

Pagination direction

Available options:
next,
prev
hours
integer<int32>
default:0

Snapshot hours (0=realtime, 1-720=historical, default 0)

Response

200 - application/json

Successful response

Paginated wallet net-worth details (mirrors TS WalletNetWorthDetailsPage).

data
object[]
required

List of token net-worth items

netWorth
string
required

Net worth value in USD

Example:

"11839478.53162622"

requestedTimestamp
string
required

Requested snapshot timestamp

Example:

"2025-07-31T04:50:06.303Z"

resolvedTimestamp
string
required

Actual resolved snapshot timestamp

Example:

"2025-07-31T04:50:06.475Z"

walletAddress
string
required

Wallet address

Example:

"3xd4LGVWtYXLBspR6X5JWbW49NXmEehfPtX6Kqx98b4w"

endCursor
string | null

Cursor for the end of current page

Example:

"eyJpZCI6ImVuZCJ9"

hasNext
boolean

Whether there is a next page

Example:

false

hasPrev
boolean

Whether there is a previous page

Example:

false

startCursor
string | null

Cursor for the start of current page

Example:

"eyJpZCI6InN0YXJ0In0="