Skip to main content
Polymarket only — Kalshi returns NotSupported. Useful when you need fields the unified surface doesn’t expose.
async fn fetch_balance_raw() -> Result<serde_json::Value, OpenPxError>

Parameters

None.

Returns

Raw JSON from the exchange’s balance endpoint.

Example

let raw = ex.fetch_balance_raw().await?;