Sandbox
Mock Portfolio Value
Get mock portfolio value endpoints for testing
GET
Overview
Returns mock portfolio value data for testing. This page covers both the all-chains and single-chain portfolio value endpoints.All-Chains Portfolio Value
Endpoint
Path Parameters
string
required
Any Ethereum address
Response
string
The input Ethereum address
number
Mock total portfolio value in USD
string
ISO 8601 timestamp
Single-Chain Portfolio Value
Endpoint
Path Parameters
string
required
Any Ethereum address
integer
required
The chain ID (e.g.,
1 for Ethereum)Response
string
The input Ethereum address
integer
The requested chain ID
string
Human-readable chain name
number
Mock portfolio value on this chain
Performance
- Response Time: Instant (no blockchain queries)
- Quota: Does not count against your API quota