Skip to main content
async fn fetch_balance() -> Result<HashMap<String, f64>, OpenPxError>

Parameters

None.

Returns

A map keyed by currency / token symbol.
ExchangeExample
Kalshi{ "USD": 1234.56 }
Polymarket{ "USDC": 120.00 }

Example

let balance = ex.fetch_balance().await?;