Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
import { TxAgentKitClient } from '@tx-agent-kit/sdk' const client = new TxAgentKitClient({ token: process.env.TX_AGENT_KIT_TOKEN }) const response = await client.traceLearn.recordTraceLearnGameTimeSpend({ body: {}, })
{ "studentId": "<string>", "rewardState": { "streakDays": 123, "starsEarned": 123, "earnedSeconds": 123, "spentSeconds": 123, "availableSeconds": 123, "dailyCapSeconds": 123 }, "games": [ { "name": "<string>", "description": "<string>", "unlocked": true, "isNew": true, "unlockTopic": "<string>" } ], "recentUnlocks": [ { "unlockedAt": "<string>", "reason": "<string>" } ], "wellbeing": { "breakRecommended": true, "dailyCapSeconds": 123, "nextBreakAtSeconds": 123 } }
tic-tac-toe
word-search
speed-maths
pattern-match
spelling-bee
code-breaker
shape-fold
word-chains
number-ninja
a number between 1 and 3600
1 <= x <= 3600
Success
a string at most 128 character(s) long
1 - 128
Show child attributes