Retrieve a single portfolio wallet by ID, including current balances and position state.
API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production).
Pass the key as a Bearer token in the Authorization header.
Portfolio wallet ID
Success
active Map of chain name to deposit address.
{
"ethereum": "0xabc...",
"arbitrum": "0xabc...",
"base": "0xabc...",
"polygon": "0xabc...",
"optimism": "0xabc...",
"avalanche": "0xabc..."
}
Net assets in USD (gross assets minus encumbrances).
Amount available for withdrawal in USD.
Total USD reserved by pending withdrawals.
Total gross assets in USD before encumbrances.
Balance breakdown per bridge domain.
Raw observed on-chain balances.
CCTP transit intents currently in flight.
Claims on yield protocol positions.