Skip to main content
GET
/
v2
/
turnkey
/
activities
/
pending
List pending Turnkey approval activities
curl --request GET \
  --url https://sandbox.groundtech.co/v2/turnkey/activities/pending \
  --header 'Authorization: Bearer <token>'
{
  "activities": [
    {
      "turnkeyActivityId": "018f4b7a-1111-7000-8000-000000000001",
      "status": "ACTIVITY_STATUS_CONSENSUS_NEEDED",
      "activityType": "ACTIVITY_TYPE_SIGN_TRANSACTION_V2",
      "activityKind": "withdrawal_payout",
      "activityMetadata": {},
      "fingerprint": "activity-fingerprint",
      "firstSeenAt": "2026-06-24T12:00:00.000Z",
      "withdrawalLegId": "9b2f2a2b-0000-4000-8000-000000000001",
      "withdrawalId": "8a1e1b1c-0000-4000-8000-000000000001",
      "portfolioWalletId": "7d0c0d0e-0000-4000-8000-000000000001",
      "destinationChain": "base",
      "destinationToken": "usdc",
      "destinationAddress": "0x52908400098527886E0F7030069857D2E4169EE7",
      "plannedSourceNativeUnits": "1000000",
      "displayAmountNativeUnits": "1000000",
      "txChain": "base"
    }
  ]
}
Returns pending customer-approval activities for the authenticated organization.

Authorizations

Authorization
string
header
required

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

Response

Pending Turnkey approval activities

activities
object[]
required