pub async fn get_withdrawal_history(
__arg0: State<AppState>,
__arg1: Query<WithdrawalHistoryQuery>,
) -> Result<(StatusCode, SonicJson<WithdrawalHistoryResponse>), ApiError>Expand description
Return withdrawal history for a wallet.
Public endpoint, no authentication required.