Documentation Index
Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique identifier for the withdrawal. | |
| status | str | Current status of the withdrawal. ‘applied’ means funds have been deducted from balance. | |
| type | str | Payment type used for the withdrawal. | |
| amount_cents | int | Withdrawal amount in cents. | |
| fee_cents | int | Fee charged for the withdrawal in cents. | |
| created_ts | int | Unix timestamp of when the withdrawal was created. | |
| finalized_ts | int | Unix timestamp of when the withdrawal was finalized (applied, failed, or returned). | [optional] |