Skip to content

Commit fd78508

Browse files
committed
chore(integrations): update Kalshi get_balance, drop polymarket test, regen docs
1 parent c972f9e commit fd78508

3 files changed

Lines changed: 2 additions & 263 deletions

File tree

apps/docs/content/docs/en/tools/kalshi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Retrieve your account balance and portfolio value from Kalshi (V2 - exact API re
229229
| --------- | ---- | ----------- |
230230
| `balance` | number | Account balance in cents |
231231
| `portfolio_value` | number | Portfolio value in cents |
232-
| `updated_ts` | number | Unix timestamp of last update \(milliseconds\) |
232+
| `updated_ts` | number | Unix timestamp of last update \(seconds\) |
233233

234234
### `kalshi_get_positions`
235235

apps/sim/tools/kalshi/get_balance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ export const kalshiGetBalanceV2Tool: ToolConfig<
138138
outputs: {
139139
balance: { type: 'number', description: 'Account balance in cents' },
140140
portfolio_value: { type: 'number', description: 'Portfolio value in cents' },
141-
updated_ts: { type: 'number', description: 'Unix timestamp of last update (milliseconds)' },
141+
updated_ts: { type: 'number', description: 'Unix timestamp of last update (seconds)' },
142142
},
143143
}

apps/sim/tools/polymarket/polymarket.test.ts

Lines changed: 0 additions & 261 deletions
This file was deleted.

0 commit comments

Comments
 (0)