Skip to main content
GET
/
v2
/
wallets
/
{id}
/
activity
Get wallet activity
curl --request GET \
  --url https://sandbox.groundtech.co/v2/wallets/{id}/activity \
  --header 'Authorization: Bearer <token>'
{
  "activity": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "<string>",
      "amountUsd": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "detail": {}
    }
  ],
  "hasMore": true
}

Authorizations

Authorization
string
header
required

API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

Portfolio wallet ID

Response

Success

activity
object[]
hasMore
boolean

Whether there are additional activity items beyond this page.