Skip to main content
GET
/
v2
/
wallets
/
overview
Get Wallets Overview
curl --request GET \
  --url https://sandbox.groundtech.co/v2/wallets/overview \
  --header 'Authorization: Bearer <token>'
{
  "walletCount": 3,
  "totalBalanceUsd": "125340.221583",
  "totalEarnedUsd": "340.128493",
  "asOf": "2026-05-11T22:15:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.groundtech.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Wallet aggregate overview

walletCount
integer
required
Required range: x >= 0
totalBalanceUsd
string
required

Aggregate wallet balance in USD, encoded as a decimal string.

totalEarnedUsd
string
required

Aggregate earned amount in USD, encoded as a decimal string.

asOf
string<date-time>
required