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.getTraceLearnGameBank()
{ "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 } }
Success
a string at most 128 character(s) long
1 - 128
Show child attributes