pub async fn get_realized_pnl(
__arg0: State<AppState>,
__arg1: Query<RealizedPnlQuery>,
) -> Result<Json<RealizedPnlResponse>, ApiError>Expand description
Get realized PnL breakdown by symbol for a wallet.
pub async fn get_realized_pnl(
__arg0: State<AppState>,
__arg1: Query<RealizedPnlQuery>,
) -> Result<Json<RealizedPnlResponse>, ApiError>Get realized PnL breakdown by symbol for a wallet.