cURL
curl --request GET \ --url https://sandbox.groundtech.co/v2/wallets/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "b1c2d3e4-0000-4000-8000-000000000001", "label": "Corporate Treasury", "createdAt": "2025-09-01T00:00:00Z", "depositAddresses": { "ethereum": "0xAbC1230000000000000000000000000000000001", "solana": "7vFg...abc1" }, "balance": { "totalUsd": "100.00", "withdrawableUsd": "95.00", "earnedUsd": "5.00", "pendingDepositsUsd": "0.00" }, "strategy": { "allocations": [ { "yieldSourceId": "syrup-usdc", "pct": 50 } ], "status": "active" }, "positions": [ { "yieldSourceId": "syrup-usdc", "valueUsd": "50.00", "apyBps": 850 } ] }
Returns the wallet with balances, strategy, positions, and deposit addresses.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Wallet ID
Wallet details
Deposit addresses keyed by chain name.
Show child attributes
{ "ethereum": "0xAbC1230000000000000000000000000000000001", "solana": "7vFg...abc1" }