Valta Docs

Wallets API

GET /agents/:id/wallet

Returns the wallet snapshot for a bot id that belongs to your user.

bash
curl https://valta.co/api/v1/agents/AGENT_ID/wallet \
  -H 'x-api-key: vlt_live_...'

Response fields include usdc, usdcPending, spendLimit, and timestamps.

GET /wallet

Returns the aggregate user_wallet and agent_wallets snapshot for dashboard-style balances.

SDK equivalent

ts
const wallet = await valta.wallets.get(agentId)