Wallet
Wallet Net Worth History
Returns a time-series of the wallet's total net worth in USD.
Returns ~288 data points at 5-minute intervals covering the last 24 hours. Fixed window — no custom time range supported.
Lookup: by address (EVM only — 0x-prefixed hex). Solana addresses are not supported.
get/gateway/v1/wallet/net-worth
Query parameters
addressstring required
Wallet address — must be a raw 0x-prefixed hex address (EVM only). Solana and ENS names are not supported.
Example:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Wallet address — must be a raw 0x-prefixed hex address (EVM only). Solana and ENS names are not supported.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseWalletNetWorthPoint.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.